footnote by param

  • hi,

    In my report i hv 1 param, which has check box yes/no.

    now if i click yes the footnote should be visible,if i say no ,it shouldnt.

    how to do that

  • Use an iif statement in the textbox's visibility expression.

    something along the lines of

    isHidden

    =iif(@hideParam = 1, True,False)

    make sense?

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

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