Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Subtracting Between Columns

wpatino15
6 - Meteoroid

Hello,

 

I'm fairly new to Alteryx and I'm trying to get the hang of it. I'm currently working on a workflow and need some assistance.

 

So what I am currently doing is trying to see increases of data between years. Below is how the data looks:

 

Type          2012    2013    2014    2015   2016    2017

Average      78       76         88       110      129     157

 

What I want it to do is to find the difference for each of those years, but if the amount goes down, to show me a zero. So I want the data to look like this:

 

Type          2012    2013    2014    2015   2016    2017

Average      78       76         88       110      129     157

Change        0         0          12        22        19       28

 

Any assistance in this would be highly appreciated. Thank you in advance!

2 REPLIES 2
ponraj
13 - Pulsar

Attaching a sample workflow for you case. Hope it is helpful. 

Workflow.PNGResults.PNG

wpatino15
6 - Meteoroid

That solved my problem. Thank you so much for your help!

Labels
Top Solution Authors