Quantcast
Channel: SQL Server Reporting Services
Viewing all articles
Browse latest Browse all 1418

IIF Condition

$
0
0

Hi

  What the below condition will return

IIF((Fields!Location.Value="ASR"OR Fields!Location.Value="DLH")AND Fields!Price.Value>Fields!Net_Price.Value,

IIF(Fields! Net_Price.Value=0,round(Fields!Price.Value,0),round(Fields!Price.Value,0)),

IIF(Fields! Net_Price.Value=0,round(Fields!Price.Value,0),round(Fields!Net_Price.Value,0)))

Thanks


Viewing all articles
Browse latest Browse all 1418

Trending Articles