Viewing 2 posts - 1 through 2 (of 2 total)
Hi Hari,
It worked with a small modification. I used Switch instead of IIF.
sum(switch(Fields!Excise_Duty.Value <> 0,round(Fields!Quantity.Value)))
sum(switch(Fields!Excise_Duty.Value = 0,round(Fields!Quantity.Value)))
Thanks a lot for your help.
Cheers,
June 11, 2010 at 1:21 am
#1179041
Thanks for your immediate response. This solution is logical, unfortunately while doing a preview, it is giving the result '#Error' value for these fields. I am confused because of...
June 11, 2010 at 12:51 am
#1179032