Developing a paginated report and using many table visuals with the Report options “Expand table vertically across pages”.
I then have a need to show descriptive text about Customers, simplified example such as:
Customer Name
Customer Address
Last Order Date
All of which can be achieved how we desire with the insight visual and a For loop. However each report can have an unknown number of customers (less than the 20 results in the computation limit) and as such will result in cutting off after X customers unless I max out the height of the insight visual.
However maxing out the height of the visual results in a lot of white space when there’s not 20 customers.
This may be quite niche but is this something that can/will be an option with the Insight Visual in the future?