on 2007 Apr 19 8:30 PM
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?
Request clarification before answering.
Hi,
You can use
stringif(LineRunning.Results{/Rowsets/Rowset/Row/LineRunning} == 0, "black","green")
Regards,
Jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.