Hello.
I need to create multiple contracts for multiples accounts using alteryx. The overall workflow works just fine but i have a problem setting the final layout.
I need the contract to always have 2 pages, the first one with the conditions and a couple of tables that indicates their goals and other aditionak conditions
And the second one showing only 2a huge tab with all the account branches.
I really dont know how to tell alteryx that i need always 2 pages and i need them both to always fit the corresponding information.
Can someone help me? Im going to share with you a sample in the future
Solved! Go to Solution.
Hi, @Inactive User
It's best if you provide a sample so that we can exact the proper mechanics for you.
Please mark as an acceptable solution if this works for you.
However, I modified the Layout Tool 'Open Example' to show how you might achieve your outcome.
Please see the snippet below (emphasis on the custom configurations in the highlighted tools).
1. set the Layout Configuration - Orientation - to the option 'Vertical with Section Breaks'
2. set the Render Configuration - Separator - to 'Insert Section Breaks Between Records'
Versus the original example (which outputs to 1 page), the custom configurations drive a 2-page output because of the section breaks...
Good Luck!
I tried applying what you suggested but the workflow separates each section into different pages.
I attached the workflow I'm using with a sample data. I have 2 main issues:
Do you have any idea?
HI, @Inactive User
Hopefully, this helps.
Altered for the first 2-page PDF doc (use the same logic for the other document).
Vertical Layout config
Select page 1 elements
Select page 2 elements
Basic Table configs
Render Tool config
Please see the attachments.
Please mark as a solution if it works for you (although this is quick top-of-mind as an extension of your flow versus building from scratch).
Cheers!
Thank you @Inactive User
I'm glad it worked out!
Thank you very much, that worked for me