We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Make dates in rows into columns order by date

Holidayday
6 - Meteoroid

Hello, can you please me figure out how to get dates in a row also appear in a column? Please see the below as an example. Thank you so much!

 

 

 

BEFORE:

NameLast nameHouse #Purchase DateOwnership %
JohnSmith 3211/28/202198%
JohnSmith 3218/29/20115%
JohnSmith 3215/30/201545%

 

 

AFTER:  I need to make the dates also appear in a column and ordered by the date. And a total that show the %. 

I'll have more than one names in my real dataset.

NameLast nameHouse #Purchase DateOwnership %8/29/20115/30/20151/28/2021
JohnSmith 3211/28/202198%  98%
JohnSmith 3218/29/20115%5%  
JohnSmith 3215/30/201545% 45% 
Total    5%45%98%
2 REPLIES 2
apathetichell
20 - Arcturus

Like this?

Qiu
21 - Polaris
21 - Polaris

@Holidayday 
Turned out to be a tricky one if we want to make it fully dynamic.

I do hope there is another smarter way.

0503-Holidayday.PNG

Labels
Top Solution Authors