Alteryx Designer Desktop Discussions

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

Help with Multi Formular Expression

karlo4711
5 - Atom

Hey everyone,

 

I'm new to Alteryx and writing expressions in general. Here's the problem I need your help with:

 

I want to output the result of the following expression into field with column "Backlog prog. FP" and the row with the same datatype entry "Backlog prog. FP".

 

All my Row "coordinates" are counted from the OUTPUT fields.

 

The calculation for the output I want to make goes something like: 

 

IF [COLUMN "Backlog FP" ROW-3 (upper RecordID 2)] IS NOT NULL

THEN OUTPUT = VALUE FROM COLUMN "Backlog FP" ROW-3 (upper RecordID 2)

ELSE [COLUMN "Backlog prog. FP" ROW-5 (upper RecordID 5 / Number from last month)][COLUMN "1st. conf. (open)" ROW-4 (upper RecordID 1)] - [COLUMN "last conf. (open)" ROW-3 (upper RecordID 2)] - [COLUMN "Delivered" ROW-2 (upper RecordID 3)]

 

 

I know this is tough, just for clarity here would be the calculations:

 

OUTPUT 1 = 4638 

 

OUTPUT 2 = 4402 (4638 [OUTPUT 1] + 338 [1st. conf. (open)] - 574 [last conf. (open)] - NULL [Delivered])

 

Example.png

 

 

Does this make any sense to you? 😅

 

I would appreciate any help, because I'm completely overwhelmed....

 

Thank you 🙏

Tim

1 REPLY 1
karlo4711
5 - Atom

Push

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels