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.

Labelling rows based on condition

45179902
8 - Asteroid

I have a text file imported into Alteryx. I want rows below dashed rows to be labelled "S". I'm thinking of using the Multiple-Row Formula tool but not sure how to get it.

 

Example:

Header 1
---
---
 
Header 2
---
---
 

 

Output

Header 1 
--- 
--- 
 S
Header 2 
--- 
--- 
 S
1 REPLY 1
ed_hayter
13 - Pulsar

I went with this multi-row configuration

 

image.png

Labels
Top Solution Authors