Hello Dear Alteryx users 😊,
How to put header and footer on the first page of the Alteryx?
There is an option how not to show it on the first page)))
Thanks a lot,Â
Attached the workflowÂ
Hey @Karlygash_M,
If you only want it on the first page you have to do a small workaround.Â
Split your first page from the rest of the datastream and then use the header and footer on one part, and the other don't use a header/footer. Then combine the datastreams via. Union.Â
It should look like this:
Then select a Line Break selector in the render tool.Â
See the attached WF.Â
@FrederikEÂ
I have dynamic pages, for example if i have one page header and footer should on that page
But if i have more than one the footer should on the last page.
By your approach i think it is more in static way
@Karlygash_MÂ Â It doesn't need to be static
Once you've made your report, if you have 1 row per page, then you can use a record ID tool and a filter to separate the first page.You can attach the header and footer to this, then union the false stream onto the outcome.If there are multiple pages, then they won't have the header and footer, but if there's only 1 page then nothing will be unioned in
Hope that helps,
Ollie