Hi Guys!
Does anyone know how I could create empty rows between different tables united by an Unite Tool? Every table was designed by a Table Tool to be rendered later on.
Example, Suppose the first table is the Blue-coloured, while the second one is Red-coloured.
Client | Product | Q | Price/Unit | Total |
A | C1 | 5 | 10,00 | 50,00 |
B | C2 | 4 | 8,00 | 32,00 |
Client | Product | Q | Price/Unit | Total |
C | C3 | 7 | 3,00 | 21,00 |
D | C4 | 8 | 2,00 | 16,00 |
Now, What I need to do is to separate both tables by an empty row, just like this:
Client | Product | Q | Price/Unit | Total |
A | C1 | 5 | 10,00 | 50,00 |
B | C2 | 4 | 8,00 | 32,00 |
Client | Product | Q | Price/Unit | Total |
C | C3 | 7 | 3,00 | 21,00 |
D | C4 | 8 | 2,00 | 16,00 |
I'd appreciate any support.
Thanks!
Hi @Cfdiaz2103 ,
Are you wanting to separate the data in the normal data workflow, or render the tables with a divider in the reporting tools?
Hi @mceleavey!
I would like to render all the tables with a separator with the set of the reporting tools
I've built the data so it represents the different tables, as I don't have access to how your data looks. So, I have two inputs, one for each table. I have then given each one a table number, obviously you can make this dynamic depending on what your raw data looks like.
I have then unioned the data together so it looks like this:
I then simply used the table tool but applied the group by function to create a new table based on each Table ID:
Then used the layout tool to create the final appearance of the tables:
I've attached the workflow.
I hope this helps,
M.
Great solution @mceleavey!
Thanks @Jonathan-Sherman 🙂
User | Count |
---|---|
108 | |
84 | |
76 | |
54 | |
40 |