This one has me stumped, I have a table with a single TextShape displaying a mssql field of type text, however if i query more than 42 records the text becomes so small its unreadable.
I have this field in a table group so that each record is on its own page, but also had this issue without the table group. Any thought you may have on what is going on would be much appreciated.
Before:
After:
I saw that one coming, but not that fast.
I looked at that 43rd record and it is too large to fit on a single page, which appears to be the source of the issue. I tried changing the overflow settings and it made no change.
After playing around with the table, it seems adding a header to the table seems to fix the issue, though i have no clue why that is.
It Seems like it might be a bug, if you have a table with no header and a very large textshape that overflows the page, it defaults to overflow: shrink text to fit, even if you specify overflow: None. It also shrinks all of the rows by way more than necessary for even the largest to fit.
Edit: I tried removing the header and expanding the details to fill nearly the entire page, and that seems to also force the overflow behavior to shrink to fit, no mater what you specify but the shrink also now works correctly and only shrinks the rows that exceed the page.
1 Like
And remember to bring a towel.
2 Likes