Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]))
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.
and result is: 2 pages with 2 different contents and footers
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