Bottom border of Table disappearing
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello All,
I have a strange issue, where using Table, Layout and Render tool is cutting of the bottom border of a data table when it is flowing from page 1 to page 2.
I tried grouping them but doesnt work if the no. of data per row in a table is more. I have uploaded the workflow and the PDF which is exported from Alteryx.
Any help on this will be highly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The concept comes from here: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Missing-bottom-line-of-table-w...
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi db89,
I’ve reviewed the workflow and PDF, and I understand the issue with the missing bottom border when the table spans pages.
To fix this, I added a custom row grouping logic using the Record ID and Formula tools before the Table tool to ensure the border appears correctly at page breaks.
Please refer to the attached:
.yxzp file – updated workflow with the fix
PDF – confirms the border issue is resolved
Screenshot – shows tool placement
Let me know if you need anything else!
⭐Hope this solution helps you make the most of Alteryx! If it did, click 'Mark as Solution' to help others find the right answers.
💡Found it helpful? Show some love with kudos 👍 as your support keeps our community thriving!
🚀Let’s keep building smarter, data-driven solutions together! 🚀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@caltang I tried this earlier, however my PDF needs to have Header of a logo and footer with pg no. and above each table there is a paragraph. which makes it more cumbersome to fit even after grouping them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Well, if you can provide those assets, we could build something up for you - how does that sound?
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi db89,
Thanks for following up!
After reviewing everything carefully, I found that the workflow logic for grouping rows (using PageGroup) is correct.
However, the issue you're seeing is caused by missing border settings in both the Table Tool and the Layout Tool.
Here’s the root cause:
- In the Table Tool, the "Borders" setting for each column is still set to None
In the Layout Tool, although you have enabled the outer border, it mainly wraps the full layout — not individual row borders inside the table.
What you need to do:- In the Table Tool, set each column’s Borders to Bottom (or All, depending on the look you want).
- In the Layout Tool, keep the Border option enabled as you have done (good job here).
- Double-check that Group By is correctly set to PageGroup (which it is).
⭐Hope this solution helps you make the most of Alteryx! If it did, click 'Mark as Solution' to help others find the right answers.
💡Found it helpful? Show some love with kudos 👍 as your support keeps our community thriving!
🚀Let’s keep building smarter, data-driven solutions together! 🚀
