Hi All,
On a report field, I am getting '#error' value. How to replace it ?
Below is the expression for the field in RDLC layout -
replace((Fields!Available_Hours.Value*Fields!Unit_Price.Value)/Fields!ChargeableToClient.Value,"NaN","0")
Please suggest !
Thanks