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.
SOLVED

Multi field formula

SuhailPasha07
5 - Atom

I'm trying to work on logic where I'm expecting below output

Input : 

InvoiceJanFebMarVariance
F009AD87127295.239098.4090-3033.81
G00XY7619558.3919558.3919558.39-272.457

 

Output:

InvoiceJanFebMarVariance
F009AD87127295.236064.6030-3033.81
G00XY7619558.3919558.3919285.94-272.457

 

If you notice I'm trying to remove the variance from the last month value.

Can anybody suggest how this can be implemented in Alteryx??

 

3 REPLIES 3
JosephSerpis
17 - Castor
17 - Castor

Hi @SuhailPasha07 I would use a multi field tool.Multi_Field.JPG

Ladarthure
14 - Magnetar
14 - Magnetar

hi @SuhailPasha07,

 

if you want to substract only to the last filled value, you should transpole and then use a multi-row formula, here is a sample workflow with your data, tell me if it helped!

 

 

SuhailPasha07
5 - Atom

Thankyou !! It worked 🙂

Labels
Top Solution Authors