how to use a color using a set analysis in a chart
hello,
I have a chart with 1 dimension and 3 measures (cf picture 1)
one of them should display an colored arrow depending on the sign of a ratio based on the values of the row (and of course the color used depends on the dimension value)
I use a formula like :
pick(sign(....)+2, color if negative, color if 0, color if postive)