Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: niklaHi!
I am pretty new to lavastorm and have a problem which I hope you can help me with:
I have a data set looking kind of like this:
Customer
A
B
C
I need to add a column stating "hour" where the hours 0,1 and 2 should be displayed in separate rows for each customer, like this:
Customer Hour
A 0
A 1
A 2
B 0
B 1
B 2
C 0
C 1
C 2
Help would be much appreciated!
Regards
nikla