Hi,
I have written an expression for textbox like this
from database iam getting
Revenue=0.00
Accounts=0.00
this is my expression it throwing #error when i clicked the preview button please help me
=IIf(Fields!Revenue.Value > 0,(Fields!Accounts.Value/Fields!Revenue.Value) * 100 * (Fields!Revenue.Value/100),0)