Start Free Trial

Alteryx Designer Desktop Discussions

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

Transpose Function Using Index

Andrew_Seaman
6 - Meteoroid

Here is my source data:

 

Andrew_Seaman_0-1626221966738.png

 

I would like to transpose this into the following format.  The start Index is from column B and adds 1 unit it reached the end index.  In some cases this may span 30+ numbers.

 

Andrew_Seaman_1-1626222025971.png

 

Any thoughts on how to accomplish this in a workflow?

1 REPLY 1
apathetichell
20 - Arcturus

This is a generate rows problem.... I can give you a quick workflow - or I can point you to generate rows and recommend you try something like:

[start] in your initial value section

and <= [end] as your condition...

 

solution posted. Play around with the generate rows tool though it's super useful to create ranges.

Labels
Top Solution Authors