Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to put the background and digits of the maximum up to the value 10.01.
thank you very much
@Paknanarn23 You can write something like below in your expression.
if(Sum(LineSalesAmount)/Sum(Total LineSalesAmount)<0.1,Sum(LineSalesAmount)/Sum(Total LineSalesAmount))
This is to basically to restrict the values less than 10%
I want to put color in the number field as shown in the picture.
By using Visual Cues as below
O/P
Settings
thank you very much