Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create table with multiple line on one code

Hello

I think this is a quite simple task but I've some trouble to gain it

I have a table with two columns: a work code and a number of days assigned to that code:

CODE ALLDAYS

C001 4

C002 2

I want to create a table like that

CODE DAYNO

C001 1

C001 2

C001 3

C001 4

C002 1

C001 2

Thanks

Claudio

1 Solution

Accepted Solutions
Not applicable
Author

Hi

Have a look to this post. It' the same issue

http://community.qlik.com/forums/t/38321.aspx

JJ

View solution in original post

2 Replies
Not applicable
Author

Hi

Have a look to this post. It' the same issue

http://community.qlik.com/forums/t/38321.aspx

JJ

Not applicable
Author

It works

Thanks