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

Conditional Formatting Date Ranges in SSRS [BC30205]

$
0
0

Running into an error [BC30205] and no values get colored using this syntax

=iif(DateDiff("d",Fields!Last_Reboot.Value,Now()) > 30  And DateDiff("d",Fields!Last_Reboot.Value,Now()) <= 59, "Orange", NOTHING),IIF(DateDiff("d",Fields!Last_Reboot.Value, Now()) >60, "Red", NOTHING)

Can someone help me see where I went wrong?


jack


Viewing all articles
Browse latest Browse all 10045

Trending Articles