I have two tables from a flow. can I put these two table in one single alteryx output tab. Below are the two tables:
No | Team | Controls | Testing | Completed |
1 | FSCP | 23 | 20 | 17 |
No | Team | Control Name | Status |
1 | FSCP | Control 1 | Done |
2 | FSCP | Control 2 | In progress |
3 | FSCP | Control 3 | Done |
4 | FSCP | Control 1 | In progress |
5 | FSCP | Control 1 | In progress |
6 | FSCP | Control 1 | In progress |
7 | FSCP | Control 1 | In progress |
8 | FSCP | Control 1 | In progress |
thanks @binuacs ,
Thanks mate!
there is small issue with the output. There is no any gap between the tables
can we please so that
@SahadhKuruniyan
@binuacs solution is elegant than mine but if you dont mind.
We can also turn the adding field info part to a standard macro which will make it smaller workflow.
Can easily resolve the lack of space using the 'Insert Whitespace Between Records' option in the Render tool:
@SahadhKuruniyan updated the workflow as @DataNath mentioned you can use the options from the separator drop down in the Render Tool
Thanks buddy