footnote by para

Who is online?  0 guests and 0 members
Home  »  Forums   »  microsoft business intelligence   »  reporting services   » footnote by para

footnote by para

Topic RSS Feed

Posts under the topic: footnote by para

Posted: 8/2/2012

Padawan 378  points  Padawan
  • Joined on: 4/3/2012
  • Posts: 189

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


Posted: 8/2/2012

Jedi Master 2806  points  Jedi Master
  • Joined on: 2/19/2010
  • Posts: 406

Assuming you have 1 parameter with 2 single select values Yes/No.

For the visibility of the Footnote.  Right click on the textbox for the footnote, and choose the visibility tab.  On the visibility tab choose "Show or hide based on an expression" and use the following formula:

=IIF(Parameters!YourParameterNameHere.Value="no",True,False)

If this meets your need, please mark the question as answered.


Page 1 of 1 (2 items)