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

Need final row as only single value for a group

Akash__on
8 - Asteroid

Hey,

I am looking for something like this in the final field. Please look.

Thanks,

Aakash

 

Akash__on_0-1681450998077.png

 

3 REPLIES 3
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @Akash__on ,

If you want to set the "Response" to the new field only at the first line of a group of [Name], here is one way.

 

Workflow

Yoshiro_Fujimori_0-1681451928737.png

 

Multi-Row Formula

IF IsEmpty([Row-1:Name]) THEN [Response]
ELSE Null()
ENDIF

 

Output

Yoshiro_Fujimori_1-1681451948027.png

 

Does it work for your case?

martinding
13 - Pulsar

Hi @Akash__on,

 

One way is to:

martinding_0-1681452117838.png

 

 

flying008
15 - Aurora

Hi, @Akash__on 

 

flying008_0-1681452260803.png

 

Labels
Top Solution Authors