Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a straight table
the column circled in red contains percentages. The cells are green when the objective is reached. The last line shows the total for the column (number is 35%). I want the column to be green when the taotal is greater than 50%. And I want it to be red when the percentage is less than 50%.
Anyone can help me. Thanks
ee
What is really needed in these cases is the actual QVW file, there are some other posts in Community regarding this very setup though, so if you have not searched for prior posts, I would recommend doing that on this one, as I know there are some out there.
Try the following post:
Regards,
Brett
Hi,
I think this might help,
if([Column Name] <= 0.5, RGB(255,0,0), green())