Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have a bar chart it will display Top 7 sales by company :-
Dimension = COMPANY
Expression = Sum({< COMPANY = {"=Rank(Sum({<>} sales)) <= 7"}>} sales)
I want to add bar color represent the segmentation field. For exmple Semi Con = Blue , Oil & Gas = Red Color.
May i know how to do it ?
I have try to insert Segment at Bar Black ground color , it does not work.
Paul
Add background color at Expression.
Refer attached.