Skip to Content
0
Former Member
Mar 22, 2010 at 11:04 AM

CR2008: Adding text As Footnote

83 Views

Hi

I am using the CR 2008 designer with XSD as a datasource, I am having trouble getting text to appear as a footnote. The footnote needs to appear only on the 2nd page and at the bottom of the page.

The export I am using is Editable RTF.

In my current design, I have placed the required text in a PageFooter and in the Suppress x-2 section I have written a formula

WhilePrintingRecords;
If PageNumber = 2 Then True Else False

But when I export using Editable RTF, the text is appearing on all pages. Also I noticed that when I export using Editable RTF, the page numbers don't work...

I then changed the design and placed the text in a Group Footer, and selected the 'Print at bottom of page' option. But this doesn't seem to work either, as the text doesn't print at the page bottom.

Is the reason why this doesn't work, because of the Editable RTF export option? Is there a work around that I can use? I don't want to use the 'Word for Windows' option.

Thanks