cancel
Showing results for 
Search instead for 
Did you mean: 

Page footer after Details section

Former Member
0 Kudos

Hi Experts,

I have report in which i need to print signature on every page.

If my report is full then i need to print on bottom. if my report have few parameter then i need it to print immediately after parameter.

I am not sure is it possible or not.

Please give me suggestions.

Thanks in advance,

Ajinkya

Accepted Solutions (0)

Answers (1)

Answers (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Ajinkya,

Try this please:

1) Insert a Details b section and add another copy of the signature to this section

2) Go to the section expert > highlight Details b > click the formula button beside 'Suppress' and use this code:

Not OnLastRecord

3) Go to the section expert > highlight Page Footer > click the formula button beside 'Suppress' and use this code:

OnLastRecord

-Abhilash

Former Member
0 Kudos

Hi Abhilash,

Thanks for your reply.

I did what you suggested but sign section went on top of next page.

Actually we are using sub report on main report i think i did something wrong.

Please find the attachment for more detail.

Thanks,

Ajinkya

abhilash_kumar
Active Contributor
0 Kudos

Do you also have a screenshot of the preview page?

-Abhilash

abhilash_kumar
Active Contributor
0 Kudos

Also where have you inserted the Details b section?

-Abhilash

Former Member
0 Kudos

Hi Abhilash,

I have sent you mail please check.

Thanks,

Ajinkya

abhilash_kumar
Active Contributor
0 Kudos

Hi Ajinkya,

If you read my instructions again, the signature needs to be at two places - on Details b and on Page Footer.

You also need a conditional suppression formula on both these sections as described in my initial reply.

-Abhilash

Former Member
0 Kudos

Hi Abhilash,

Yes you are right,But I made two sub report for signature (signature and sig).

Also gave formula report footer section1(report footer d )=Not OnLastRecord and section 5 (page footer)=OnLastRecord.


Also can i call same sub report i.e. signature on both section?

abhilash_kumar
Active Contributor
0 Kudos

Report Footers are always printed once - on the last page.

So, a conditional suppression formula as 'Not OnlastRecord' for this section wouldn't make much sense.

-Abhilash

Former Member
0 Kudos

Ok..

Thanks

Ajinkya

Former Member
0 Kudos

Hi Abhilash,

Can we count lines and on lines count hide or show details section b and page footer.

Just though.

Thanks

Ajinkya

abhilash_kumar
Active Contributor
0 Kudos

Where exactly are the Details records? In the Main Report or the Subreport?

-Abhilash

Former Member
0 Kudos

Currently in sub report.