Hello,
yes it possible. You have to select the the column in the advanced list pane, then select the "BackgroundColour"property and open the F4 help. With the calculation rule option you can insert a ruby script like this:
if ($currentrow.quantity > 0)
result = "GOODVALUE_MEDIUM";
else
result = "CRITICALVALUE_MEDIUM";
end;
You can find the color names in the "Fallback Value" option.
Best Regards
Andreas
Add a comment