Conditional Footnote

M

mghareeb

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.
 
M

Maurice

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
 
M

mghareeb

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top