Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Creating Multi-page PDF

MistyClark05
7 - Meteor

I am trying to create a multi-page pdf using multiple tables with unique headers. I want each table on it's own page. I cannot seem to get the layout and render tool to give me the correct results.

 
 

Attached show the tool flow/configurations.

 

Any help would be appreciated!

 

 

 

6 REPLIES 6
afv2688
16 - Nebula
16 - Nebula

Hello @MistyClark05 ,

 

Try this, use a formula tool for every sheet that is going into the pdf. Write on every sheet a different name (this names are afterwards going to be used for grouping, so would recommend to change to a union tool instead of the multiple join).

 

Group then on the layout by the column we just created with section breaks, use it also on the section name (on the bottom) and that should be all!

 

Regards

messi007
15 - Aurora
15 - Aurora

@MistyClark05,

 

Below a sample example:

messi007_1-1613408785795.png

 

 

 

Attached the workflow,

 

Hope this helps!

Regards,

MistyClark05
7 - Meteor

@afv2688 Because there is a table and separate header, this is resulting in the table getting duplicated in the output results. Do I need a layout tool to combine them first?

MistyClark05
7 - Meteor

@messi007  Each table has a different header. Is there a way to make this solution apply in that situation?

messi007
15 - Aurora
15 - Aurora

@MistyClark05,

 

Please see below:

 

messi007_0-1613464730507.png

Attached the workflow,

 

Hope this helps!

Regards

afv2688
16 - Nebula
16 - Nebula

Hello @MistyClark05 ,

 

This example has set up to work with different headers. Hope it helps 🙂

 

Regards

Labels
Top Solution Authors