Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Transpose multiple groups of data in a loop from an Excel file.

murugansundar
アトム

Hi,

 I need to transpose the data: date-wise for every machine id & model. Please help me on how to do this transpose. I have attached a sample xls file.

6件の返信6
TomHH
Alteryx Alumni (Retired)

Hi Murugansundar,

 

See attached a solution based on my understanding of your need. The trick is to transpose the data so you have the column number references, fill down the date and join the dates to your transposed data using the column numbers as the join key. 

 

Please like this post if it was helpful so other can reference it!

 

Thanks

 

TomHH_0-1675222192809.png

 

murugansundar
アトム

Thanks a lot. Still having some issues with the output data(found some repeated values) and I am trying o fix them. Will upload the fixed solution asap.

alexnajm
17 - Castor
17 - Castor

Awesome solution @TomHH!

TomHH
Alteryx Alumni (Retired)

Hi Murugansundar,

 

Yes I see - I think it's because of the null values throughout the data when using the multirow formula to fill the dates. I moved the multirow formula to after filtering out the dates which I think did the trick.

Thanks

TomHH_0-1675290517094.png

 

murugansundar
アトム

Awesome solution and Thanks a lot for the help.

murugansundar
アトム

Tom

 

Can I have your contact

ラベル
トップのソリューション投稿者