We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Simple multi field formula

Hamder83
11 - Bolide

Hi 

For each SEQ in coloum B i want to fill values from coloumn C in F until next SEQ in B.

Hamder83_0-1630667821329.png



I have attached a small set of sample data.


Thanks in advance, 

9 REPLIES 9
atcodedog05
22 - Nova
22 - Nova

Hi @Hamder83 

 

Can you provide this data in excel.

Hamder83
11 - Bolide

Argh, I thought i had 😕

atcodedog05
22 - Nova
22 - Nova

Hi @Hamder83 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1630668302004.png

 

Hope this helps : )

 

Hamder83
11 - Bolide

@atcodedog05  you solution works. I just found out there is a small difference in my sample data and my acual data.

I've atttached a of of sample data, as it looks.

I thought i could just add a multi row formula, before the one you send..



IF [1]="SEQ"

and 

IsNull([Row-1:1])

THEN

"SEQ"

ELSE
[1]

ENDIF


To move seq up a row, but it does not work.


Does it make sense?

atcodedog05
22 - Nova
22 - Nova

Hi @Hamder83 

 

Did you give it a try.

 

And its seems the sample* data is again missed.

Hamder83
11 - Bolide

I cannot attache a file to save my life.

Hamder83_0-1630669683336.png



I want the red Agreement in A to be WeightBreak, and same goes for WeightBreak further down.

So I trid adding a formula replacing the blank value with SEQ in the previous row. And then do your formula. But it changed nothing?


Hamder83_1-1630669843620.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @Hamder83 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1630670189841.png

 

Hope this helps : )

Hamder83
11 - Bolide

@atcodedog05 , your a god! Thank you very much 🙂 

This just made my design much more dynamic, I love it, thank you 🙂 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Hamder83 

Cheers and have a nice day!

Labels
Top Solution Authors