Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Fareeha123
Contributor III
Contributor III

Multiple Page footer in Pixel Perfect

I have requirement to Designing report in Pixel perfect where each page has unique footnote.  how can we create different footnote for each page? Footnote is formula driven. e.g 

when i added them as label they are not showing with the footer instead below the visual. Please find attached screenshot

Page 1 

if(GetSelectedCount([Transaction Date Indicator])=0, 'Transaction Date indicator: Not Selected', 'Transaction Date indicator: ' & GetFieldSelections([Transaction Date Indicator])) &'; '&
if(GetSelectedCount([STP Date Indicator])=0, 'STP Date indicator: Not Selected', 'STP Date indicator: ' & GetFieldSelections([STP Date Indicator]))

 

Page 2 

if(GetSelectedCount([Non STP Date Indicator])=0, 'Non STP Date indicator: Not Selected', 'Non STP Date indicator: ' & GetFieldSelections([Non STP Date Indicator]))

Labels (2)
1 Reply
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Fareeha123 

It is unclear to me how you build your template. Can you share screenshot of your template so we can get more understanding, please?

Given that you want to have 2 different pages with 2 different footers I would assume you need to build 2 different DetailReports and use "Page break" on pages and "Print at Bottom" property of footer enabled.

Lech_Miszkiewicz_0-1753956754418.png

Lech_Miszkiewicz_1-1753956765420.png

and result is: 2 pages with 2 different contents and footers

2025-07-31_20-13-16 (1).gif

 

If you need it to work differently we need to know details as to how you want to build your template, where data comes from, and all other important details as to if there are levels or other things involved in it. 

cheers

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.