Dear All,
I have a situation where I have a large amount of data, approximately 10L rows. Sharing the sample now.
The problem is that I need to extract different output files from Alteryx based on the colour condition.
I understand that I can use the filter tool for each condition to extract one set of data, but if I start using the filter, the workflow will only contain the filter tool because I have so many conditions to extract different sets of data.
so please assist me in resolving this problem
| Input |
| ID | Name | Color |
| 1 | Ravi | Blue |
| 2 | Kumar | Blue |
| 3 | Raj | Blue |
| 4 | Anu | Blue |
| 5 | Karthik | Blue |
| 6 | Vinod | Green |
| 7 | John | Green |
| 8 | Mathew | Green |
| 9 | Magesh | Green |
| 10 | Chacko | Green |
| 11 | Hussain | Gray |
| 12 | Sandy | Gray |
| 13 | Bala | Gray |
| 14 | Senthil | Gray |
| 15 | Mona | Gray |
| Output 1 |
| ID | Name | Color |
| 1 | Ravi | Blue |
| 2 | Kumar | Blue |
| 3 | Raj | Blue |
| 4 | Anu | Blue |
| 5 | Karthik | Blue |
| Output 2 |
| ID | Name | Color |
| 6 | Vinod | Green |
| 7 | John | Green |
| 8 | Mathew | Green |
| 9 | Magesh | Green |
| 10 | Chacko | Green |
| Output 3 |
| ID | Name | Color |
| 11 | Hussain | Gray |
| 12 | Sandy | Gray |
| 13 | Bala | Gray |
| 14 | Senthil | Gray |
| 15 | Mona | Gray |