Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
Is it possible to set individually the names of measures in bold or other colour?
thanks, tom
Hi Tom. You can colored measure. write expression for set color.
Also you can change color in styles.
In your case write next expression:
if( col_name = 'Staff Costs', 'Red', 'Black' )
Use these in the Text Color and Text Format under the expression
=IF(FIELD='Staff Costs',LightRed())
=IF(FIELD='Staff Costs','<B>')
Thanks for your proposals...I have a measure here and not a dimension.
The measures name: "Staff Costs".
How would the code look like for a measure text?
measure also support background color.
my example with code
if(username= 'john.doe', 'red', red() )