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

Add row in between different codes

Belletmns
8 - Asteroid

Hi All,

 

Need your help. I need to add row in between if the codes is different.

 

Here is my raw:

StartEndCode
30-08-202015-09-20207801
3-01-201828-02-20207802
 

Desired output:

 
StartEndCode
30-08-202015-09-20207801
   
3-01-201828-02-20207802
 
 
 
 

Thank you

 

 

 

3 REPLIES 3
DavidP
17 - Castor
17 - Castor

Hi @Belletmns 

 

Something like this:

 

DavidP_0-1600332615137.png

 

Belletmns
8 - Asteroid

Hi David,

 

Is it possible to add row only when the code is different? yellow shouldn't have row in between.

 

Belletmns_0-1600334634959.png

 

Thanks

 

DavidP
17 - Castor
17 - Castor

Hi @Belletmns 

 

I would use a multi-row formula to create a remove flag and then use a filter tool

 

DavidP_0-1600336056929.png

 

Labels
Top Solution Authors