Hello everyone,
 
I have a table that is like this: (e.g)
A (id)	B	C	D	E	F	X1	X2	X3	X4	X5	X6
1											
2											
3											
4											
5											
                 
             
 
Where each Xi is a date time attribut.
And i am looking to pivot those Xi columns into a table like this one
 
A (id)	B	C	D	E	F	Event	date
1						X1	associated date-time 1
1						X2	associated date-time 1
1						X3	associated date-time 1
1						X4	associated date-time 1
1						X5	associated date-time 1
1						X6	associated date-time 1
2						X1	associated date-time 2
2						X2	associated date-time 2
2						X3	associated date-time 2
2						X4	associated date-time 2
2						X5	associated date-time 2
2						X6	associated date-time 2
ETC
It's doable in excel but i wanted to create the appropriate process using Turbo Prep.
I've tried pivot command in turbo prep but couldn't get what i wanted.
I really need your help.
Thank you in advance.
Best regards