Hi all,
I'm new to Alteryx.
I've managed to create a workflow which applies set of conditions to filter the data and I've managed to output the data into one Excel file - each Excel tab now includes the data for each condition.
The challenge I'm struggling to figure out: Rather than having the underlying records/data for each condition being output into Excel, I would like to create and Excel file showing a simple table of the total count of records for each condition, e.g.
| Condition 1 | Condition 2 | Condition 3 |
| 156 | 58 | 64 |
Any help will be appreciated.
Thanks.