Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
how can i define a set of colors that stay consistent in the drill down path?
so i have dimension1 and dimension2 and a filter in my dashoboard.
regardless whats selected, either in the filter pane or in the DD chart itself, the colors should stay the same.
i hope i made the question clear.
thanks
br
chris
May be this?
Color(FieldIndex('FieldName',FieldName))
Color(FieldIndex('FieldName1',FieldName1))
using FieldIndex i get one color only. It would basically be the same, like when building a big "if- else" block for all fieldnames and categories, but then its depending, what was selected first category or product.
i need to define something like "value colors" in master items for drill down charts.
when i select drill down, value colors is greyed out.