Forum Discussion
Conditional Coloring not working
- 3 years ago
I think I found a solution to it.
The field PercentComplete is of Data type "Decimal Number" and Format "Percentage" with 0 decimal places.
A new field needs to be created to convert this into a whole number (i.e. newfield = PercentComplete * 100) and this new field needs to be of Data type "Whole number" and Format "General" asd Auto as decimal places.
In the conditional formatting, I had to use this new field that is a whole number and not the percentage field.
Hi,
I think it's because you have selected 'number' in your rules :). Everything is green because everything is < 1.
If your values are in %, you have to select '%' or you have to work with decimals.
Regards.
Rudy
Dont think that will work, as my last condition would be > 99 Percent and then what is the other side, as it only allows 100 percent, but I have values as 153 percent.
- Rudy_D3 years agoResolver I
OK. So you have to work with decimals.
Try :
Rule 1 : >=0 & <= 0.76
Rule 2 : > 0.76 & <= 0.99
Rule 3 : > 0.99 & < 10
- EaglesTony3 years agoPost Prodigy
For Rule #3 you mention 10 would that be then considered 1000% ?
- Rudy_D3 years agoResolver I
Yes, that's it.
- DOLEARY853 years agoResident Rockstar
If you change all of them to Percent values and use percent type in the conditional formatting except for Values over 100% use:
>1 Number and <= 100 Percent
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on LinkedIn