Alteryx Designer Desktop Discussions

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

Sum of two columns

Lauriek
7 - Meteor

Hello,

 

I am wanting to add a column at the end for "Total Taxes" to sum Production Tax and Regulatory Tax for each row.  For example, row one would have a total of $498.9078.  I'm having trouble finding an example that keeps all the columns in the end result.  Any help would be appreciated.

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

We can't run this without the data - please attach that too or Export Workflow under Options and send the .yxzp

Lauriek
7 - Meteor

Never mind I figured it out.  I was making it too hard.  I figured it out in the formula tool.  thanks!

RJ_1988
5 - Atom

Add a formula tool:
Add New Column 'Total Taxes' =[Production Tax]+[Regulatory Tax]

 

Format in the end if required for Currency.

Labels
Top Solution Authors