Hi All,
I tried to get the sum of a sum but looks like alteryx is creating new columns instead. How do I improve my workflow for the below desired output.
| Client Name | Amount | Count |
| A | **TOTAL AMOUNT FOR CLIENT A** | **TOTAL COUNT OF ENTRIES FOR CLIENT A** |
| B | **TOTAL AMOUNT FOR CLIENT B** | **TOTAL COUNT OF ENTRIES FOR CLIENT A** |
| Client Name | **TOTAL OF ALL AMOUNTS FOR ALL CLIENTS** | **SUM OF ALL COUNT** |