Forum Discussion

Jeenz's avatar
Jeenz
Frequent Visitor
3 years ago
Solved

Card text conditional formatting on percentage

Hello - I am trying to use conditional formatting on card visual text.   i'm trying to say is if the percentage below 0.7% it is green,

between 0.70 and 0.90 it's yellow and greater than 0.90 % its red.
Rules are defined as in the below pic.
But the issue is everything shows in green  colour

 

 

  • Hi Jeenz 

    Being a percentage you need to do 0,0007 and no 0.7 becasue that is 70% the samefor the rest of the numbers

2 Replies

  • Hi Jeenz 

    Being a percentage you need to do 0,0007 and no 0.7 becasue that is 70% the samefor the rest of the numbers

    • Jeenz's avatar
      Jeenz
      Frequent Visitor

      thank you! 
      and it was 0.007 . Thanks for explaining