Hii All,
I have question about change color as per dimension.
Ex: Prod,Sales
for 1 :Red
2 : Green
Can you please elaborate more?
As always, short question won't help you as much you need.
How to give color as per dimension
Please share some sample app with expected output.
When you talk about dimension text color, You have give some thing like below
If(FieldName = 'Smart', Green(), If(FieldName = 'Poor', Red(), LightCyan()))
This condition you must use from Dimension and go to Text colour then paste over there and hit ok. Here, How expression works as If FieldName has Smart value or name then text colour shows as green same as Poor text colour shows as Red or else LightCyan. This should work as you required
HTH
Anil
Its shows wrong.
I want to show the each dimension having different color.
Ex:Prod ,Sales
a,100
b,200
c,300
each dimension having different color in bar chart.
Like this ?
May be one option is go to colour tab and use persistence colour check box
Or else, Try this in BG colour from Expression
Color(FieldIndex('FieldName',FieldName))