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

Section Headers Question

jfsiegried
7 - Meteor
Hello, I'm trying to find a solution to append headers in a column based on values in that field to another field. I have attached a solution with the raw data and the desired output. Thanks, John
1 REPLY 1
mceleavey
17 - Castor
17 - Castor

Hi @jfsiegried ,

 

I multi-row formula should do the trick.

if isempty([Row-1:Field1]) then [Field1] else [Row-1:Title] endif

clipboard_image_0.png

I've attached the workflow.

 

I hope this helps.

 

M.

 



Bulien

Labels
Top Solution Authors