Table split on two columns

Guys,

I would like to split a table in a way that when it reaches a number of X rows, the rows after this will be shown on a separate table next to it, as a continuation.

This should be done automatically, in a dynamic way. Of course I could insert two tables and set a TOP or LIMIT function on the query, or a filter, but I would like something more dynamically changing.

This is because I want to have the info from a table that should not scroll, because I want to export the information on a single PPT page. That’s why I need it to be dynamically changed.

Any ideas please? Thanks!!

e.g :slight_smile:
image

1 Like

Hi Octavian,

This isn’t possible with the data table control but you can 100% do this with a small multiple.

https://www.dundas.com/support/learning/documentation/create-view-content/creating-small-multiples

All you need to do is create a small multiple that repeats downward and is limited to X items so that it will wrap for you automatically.

1 Like