cancel
Showing results for 
Search instead for 
Did you mean: 

BLS: Changing the color of the above and below color of an SVG transaction

Former Member
0 Kudos

I have used an if to modify the threshold based on situations my data is in. The threshold works fine and it manipulates the above and below color fine. How can I put an if in the above and below to change color based on a condition?

I have tried this...

if(LineRunning.Results{/Rowsets/Rowset/Row/LineRunning} == 0, "black","green")

I kinda figured this wouldn't work since it wants a boolean in the results field. What can be done to make this work?

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Hi,

You can use

stringif(LineRunning.Results{/Rowsets/Rowset/Row/LineRunning} == 0, "black","green")

Regards,

Jamie

Answers (0)