Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Generate Rows

rickydata
7 - Meteor

I'm looking to generate rows between data.

 

Currently what i have is

 

Person MonthData
Person 11X
Person 16X
Person 17X
Person 18X
Person 19X
Person 110X
Person 111X
Person 112X
Person 21X
Person 26X
Person 27X
Person 28X
Person 29X
Person 210X
Person 211X

 

But I want to make it look like

 

Person MonthData
Person 11X
Person 12null
Person 13null
Person 14null
Person 15null
Person 16X
Person 17X
Person 18X
Person 19X
Person 110X
Person 111X
Person 112X
Person 21X
Person 22null
Person 23null
Person 24null
Person 25null
Person 26X
Person 27X
Person 28X
Person 29X
Person 210X
Person 211X
Person 212null
7 REPLIES 7
SPetrie
12 - Quasar

Im sure there is a more efficient way to do this, but this is what I cam up with first.

SPetrie_0-1676404292595.png

 

prpatel
11 - Bolide

Hi Ricky Data,

 

This is what you need....see attached workflow.

 

If it works, please accept as answer 😊

 

-prpatel

ChrisTX
15 - Aurora

Try the attached workflow

 

ChrisTX_0-1676404695704.png

 

 

Chris

WesCannon
Alteryx
Alteryx

Hi @rickydata ,

 

You can utilize the generate rows and a batch macro to achieve your desired outcome.

 

WesCannon_0-1676404934711.png

 

binuacs
20 - Arcturus

@rickydata One way of doing this

binuacs_0-1676406820534.png

 

rickydata
7 - Meteor

This one is good for when you have a single field, but within the scope of my data are several fields.  Thanks 

rickydata
7 - Meteor

This one is great! thanks. Simple and can expand with data with multiple fields. 

Labels