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