Is there a way in paginated report to display text “See next page” if the page count exceeded 1?
You can try the following formula within an Insight visual in either the Header / Footer section of a Paginated Report:
ifelse($aws:pageNumber > 1, ‘See next Page’, ‘Page 1’)
Feel free to format / change as your use case requires, but hopefully this gives you a possible path forward.
I want to add it to the main block of paginated report.
For example, if chart continues on next page, then have “see next page” at the end of chart. It is not at the footer, because if you add it in footer, it will repeats in every page.
Hi @qtngo, sorry, currently this is not possible. At AWS, their roadmap is primarily driven by customers. Your feedback helps them build a better service. I have tagged this as a feature request. More features are being added on a regular basis, so please keep an eye on the What’s New / Blog . You can set up a Watching Alert by clicking on the bell icon.