Alteryx Designer Desktop Discussions

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

Multi row formula

Sarath27
8 - Asteroid

Hi All, Pls help me writing multi-formula for below scenario

 

 
 
Level Default LevelFinal Level 
1[null]1
233
222
[null]11
4 REPLIES 4
DataNath
17 - Castor

@Sarath27 please can you tell/show us the starting state of your data. Do you only have [Level] to start with? Do you have all 3 fields and need to populate them? We have no idea. Would be great if you could also explain the logic or process so that we can help build out an expression. At the minute we can only guess at what you want.

PhilipMannering
16 - Nebula
16 - Nebula

I'm guessing something like this should do the job (in the Formula Tool),

if not isnull([Default Level]) 
then [Default Level] else [Level] endif
caltang
17 - Castor
17 - Castor

Hey @Sarath27 what are you even asking for? 

 

Can you provide more details please?

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Raj
15 - Aurora

this can be achieved by max function as well.

Labels