I am fairly new to Alteryx. I created a workflow and need it to separate the different Broker #'s data into different tabs and show the column totals at the bottom of the row for three separate columns in each of the tabs. The total needs to include a comma if necessary and $. I copied the formula from the knowledge base Everything You Need To Know About Adding Totals to the Final Row of Your Dataset into my workflow but I've done something wrong because the total shows up on a different tab and doesn't include comma's or $.
Thank you,
Michelle
Solved! Go to Solution.
Michelle,
Can you please attach a copy of your workflow so that we can troubleshoot? Hard to resolve if we can't see the configurations/etc. Thanks! :)
NJ
Sorry about that. Here's a copy of my workflow.
Michelle Felipe
Sales Systems Analyst
Hi Michelle,
Welcome to Alteryx and welcome to the community!!!
You're so close! For Alteryx to include characters like a $ and/or comma, you need to output into a table (using the reporting tools) rather than using a standard Output tool that writes to Excel.
In the Table tool, you can configure your table to group by Broker. Then, set up a Column rule so that where a non-summarized field (in my attached workflow, Region) is blank, you insert the word Total instead.
Next comes a Layout tool. The mode should be Each Individual Record, and the Layout Configuration is Vertical with Section Breaks
Finally, the Render tool will create the Excel file. I have mine set up to insert Section Breaks as the separator. That splits the sections into separate sheets.
I've attached a sample workflow that does this.
Hope it helps!!
Best, Esther
Hi Michelle,
If you open and run my workflow, you should see the totals at the bottom of each sheet rather than on a separate tab,
If you replace the text in that column (Broker in my example) with the word "Total" before you add the table tool, then that "Total" will be treated as a separate broker, and be on its own tab.
By setting up a column rule in the Table tool, you can replace the instance of the broker name or number with the word "total" and keep the totals together with the things they are totalling.
Best,
Esther