I would like to assign colors in a block chart based on a completion %. I am trying to calculate the base color using an "if" statement. QV seems to be ignoring the "if" statement and is using the "fixed color" that is assigned.
I believe this can be done, I had a similar question answered this morning regarding setting colours in charts. Adding a condition was just an easy touch once I had the idea/code from John WItherspoon.
This is the link to my post - There is a file uploaded by John that I found helpful to determine coding colours.
Edit - I can see my solution becoming very messy with multiple fields. I use 7 different 'Bus Grp's and repeating the 7 in each If,Then,Else combo does get to be a long string of code... Is there someway to simplify?