Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

column value coloring Based on the condition in ssrs 2008

$
0
0

Hi,

I need to change color formating based on below conditions

  1. Red if <=28 days or > 65 days       
  2. Green if >28 and <=60 days       
  3. Yellow if > 60 days and <=65 days
  4. <=0 No color

I tried with below IIF condition it's not working.

=iif(Fields!HDSI13.Value<=0,

"No color",iif((Fields!HDSI13.Value<=28or Fields!HDSI13.Value>64),"Red",iif((Fields!HDSI13.Value>29and Fields!HDSI13.Value<=60),"Green",iif((Fields!HDSI13.Value>60and Fields!HDSI13.Value<=65),"yellow",Nothing))))

Can any one help me on this.

Thanks,

Manasa.


Thank You, Manasa.V


Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>