Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Color code

$
0
0
How do I color code a cell value based on values.

My current condition for this cell is
iif((Fields!DBName.Value <> "tempdb" and Fields!State_desc.Value = "ONLINE")
AND IsNothing(Fields!Physical_device_name.Value),"Orange", "LightG

Viewing all articles
Browse latest Browse all 2791

Trending Articles