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

Color Coding

$
0
0
=iif((Fields!DBName.Value <> "tempdb" and Fields!State_desc.Value = "ONLINE")
AND IsNothing(Fields!Physical_device_name.Value) AND DateAdd("d", 1, Fields!Last_db_backup_date) < Now(),"Orange", "LightGreen")


I have this piece of

Viewing all articles
Browse latest Browse all 2791

Trending Articles