Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Seperate Tables into different pages

mohd_akid
5 - Atom

Hi and greetings, 

I need to create a pdf report and having an issue separating another table into another page. Here I have attached an overview of my current data, instead of having the red marking data inside the same page, can it move to another page. Are there any methods or any reporting tools that can be used to configure the positioning of data on which page that we want it to be? 

mohd_akid_0-1621429143339.png

 

2 REPLIES 2
jarrod
ACE Emeritus
ACE Emeritus

when you render, you can choose "Insert Section Breaks Between Records" and it should put that snippet onto a separate page (that is, if it's a separate record going into the render tool)

jarrod_0-1621429624200.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @mohd_akid 

 

You can get this by grouping content into groups. Use a layout tool set layout mode as "Each Group of records" and orientation as "vertical with section breaks". This way groups will be split to sheets.

 

Or if your layout is grouped are already you can use layout mode as "Each individual record"

 

atcodedog05_0-1621429612723.png

 

Example:

atcodedog05_0-1621430262314.png

 

Hope this helps 🙂

Labels