Conditional Footnote

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am working on a report where the user wants to see a footnote at the
bottom of the page only if a certain section of the report is visible on the
page.

The sections are:
Page Header
Group Header 1
Group Header 2
Detail
Group Footer 1
Group Footer 2
Page Footer

They only want the footnote to appear at the bottom of the page and only if
the Group Footer 1 is visible on the page they are viewing.

Is this possible?

Thanks.
 
That indicates that you are already hiding certain sections somehow. You can
set the footnote equal to the visibility of the section like for instance:

me.footnote.visible=me.groupheader1.visible

Where me.footnote is your refering field and me.groupheader1 is the section
you want to be not visible (or visible)

hth
 
Actually, all sections are visible. If the section does not appear until page
4 of the report, for example, the user does not want to see the footnote
until page 4.

Addtionally, they are now looking for a conditional page header to be seen
only when the section is visible to them on the exact page that they are
viewing.

Thank you.
 
Back
Top