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