Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please help me in how to change the color of the label as mentioned below.
This is not for all the dimension labels only for the selected.
!
As mentioned above only the highlighted label names needs to be colored.
How this needs to be achieved?
Thanks
Sriram
Try to share a sample qvw.
Looks like you need to color the expression and not the dimension. In that case you can go to to expression and then hit '+' symbol and make a condition in the 'Backgroud Color'.
If(MixMatch('Your Expression', 'Stock Item', 'No Stock Item','DP Next Year'), ARGB(200,200,200,200))
Hi,
Have u tried custom cell format???

I need to change the color of the label mentioned above for the three expressions to red color.Its only the label in the expression needs to be changed.
Custom cell format changes color for all the expression label not to any particular mentioned expression label.
In Text Color expression of MRE(Calculation D&E):
If(Match(DimensionName, 'Stock Item', 'No Stock Item','DP Next Year'), Yellow())
Hope this will helps You..!!
Regards,
Mohammad
its not the dimension its the expression label which needs to be made to different color
AFAIK, unfortunately that can't be done for specific labels. ![]()
Then how that should be achieved. Any other suggestion or work around to achieve this. Shall I inform the user that it is not possible to make color changes to label as desired?
Above expreesion u have to write in expression MRE(Calculation D&E):
Click on + and in that text expression..
Regards,
Mohammad