riya_dave
Hall of Fame
Points: 3106
More actions
August 2, 2012 at 1:38 pm
#260073
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
cporteous
SSC Eights!
Points: 996
August 28, 2012 at 4:20 am
#1530675
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