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

Missing bottom line of table while reporting

Hakimipous
10 - Fireball

Hello everyone,

 

While using the reports tool to output to a PDF file, I have a bottom line missing of my table

reportCell1.PNG

As you can see here the bottom line of the table is missing.

 

After zooming in, it seems that the reason is that the last cell is overlapping 

reportCell.PNG

Only way I found to fix this is to make the border of the table thicker, but it doesn't look that good.

Playing with the paper size in the render tool doesn't help 

 

Anyone has an idea on how to fix that?

 

Thanks!

 

 

4 REPLIES 4
CharlieS
17 - Castor
17 - Castor

Is there a footer getting in the way? Adjusting the top and bottom values of custom margins would have been my first suggestion. Otherwise, you can break the records into multiple tables manually rather than relying on the page break feature.

Hakimipous
10 - Fireball

Thanks for replying @CharlieS

 

Yes there is a footer but it shouldn't enter in conflict with the table as there is enough space between them

 

What  do you mean by breaking records manually into multiples tables ?

CharlieS
17 - Castor
17 - Castor

Happy to help!

 

The attached example solution shows how to create a grouping field (with user-specified count of records) for each table to be created by, and subsequently rendered per page.

Hakimipous
10 - Fireball

Thanks for the solution!

 

It does provide a workaround regarding that strange issue.

 

Let's hope Alteryx keeps improving their reporting tool !

Labels