Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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