Options

Nav 2013 reports - hiding a field according to an option

poppinspoppins Member Posts: 647
edited 2013-05-09 in NAV Three Tier
Hi everyone,

I am trying to hide a field in my report according to the value of a variable of type Option

This is the expression I put in the Hidden property of the field:
=IIF(Fields!myField.Value=0,FALSE,TRUE)

but it didn't work, the reports print empty :(

How shall I do it?

Comments

  • Options
    yukonyukon Member Posts: 361
    Hi poppins,

    What option value do you see on your report? And use that value for your condition.

    Best Regards,
    Yukon
    Make Simple & Easy
Sign In or Register to comment.