Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello...
so i have an stacked bar, which has one dimension and three measures.
Dimension is month, so in the x axis u see the 12 months of the year
each bar shows the sum of sales of each product , and i have three products... so in measures i have this:
=(Sum({<Article={"Shoes"}>} Sales))/1000
=(Sum({<Article={"Shirts"}>} Sales))/1000
=(Sum({<Article={"Dresses"}>} Sales))/1000
I wanna paint each part of the bar in a different color, being those colors, dark blue, dark grey and light grey but i am failing...
i would appreciate any help!
Hello,
You can transform your measurements into masters items. By doing this, you can set a default color that will be automatically displayed if the color mode is set to auto.
Hello,
You can transform your measurements into masters items. By doing this, you can set a default color that will be automatically displayed if the color mode is set to auto.
thanks, you are my hero!!
Hello,
My pleasure. Please feel free to mark this answer as a solution, it might help others.