Calculated field error in ssrs

  • I have the following expression:

    =iif(isnothing(reportitems.textbox1.value),1,2) which works fine, however when I switch the false statement to,... reportitems.textbox2.value/reportitems.textbox1.value to read:

    =iif(isnothing(reportitems.textbox1.value),1,reportitems.textbox2.value/reportitems.textbox1.value) it seems to ignore the isnothing part and I get #error.

    Any ideas why this is?

    Thanks

    Carl.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply