Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Add records to bottom of summarized report

jessicawhite03
5 - Atom

Hello, I have created a system upload report which is very specific on the format and placement of data. I have summarized all the data I need to produce the report but need to add these field to the bottom of a few columns. How can I do this? 

 

Previous formula in excel to get the first field to populate. 

jessicawhite03_1-1753477750364.png

 

jessicawhite03_0-1753477728358.png

 

4 REPLIES 4
Gaurav_Dhama_
12 - Quasar

Are you trying to add data to your output template, without affecting its column order?

Does the output file already exist to which you want to append? Or do you want to create that out of alteryx?

Erin
11 - Bolide

The union tool allows you to stack data vertically. If the field names are the same, the default Auto Config by Name should work. Make sure to set the order of the output so that the summarized row is always on the bottom. This will work in the classic engine, but it might not if you're using AMP because the sort can get weird. 

Erin_0-1753585387057.png

 

jessicawhite03
5 - Atom

I am wanting Alteryx to create. The "B" and the "U0I" will always be the same, however, the "Asd" will need to have an If than statement. 

Gaurav_Dhama_
12 - Quasar

Ok so you want to create an output which consists of excel formulas as well as values. Check out the attached workflow.

Note that some excel formulas are fairly new to excel, and in those formulas, you will get #NAME error. NUMBERVALUE is one such function. Without that it works flawlessly.

Labels
Top Solution Authors