RTC Account Schedule

shibilyshibily Member Posts: 89
Hi,
I want to show all the blank fields as '0.00' in the Account Schedule report in RTC.
I tried by writing the Expression in the Value property of the field as "=IIF(Fields!ColumnValuesAsText_1_.Value>0,Fields!ColumnValuesAsText_1_.Value,'0.00')
But i am getting an error.
How can i achieve this

Thanks in advance
Sign In or Register to comment.