Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

more than 1 valuelist ??

Hi all,

How would i get a view like the following..

Capture.PNG

 

 

 

I assume its some sort of nested valuelist but unsure. 

Can anyone help please?

1 Solution

Accepted Solutions
sunny_talwar

No an Island table with two fields

LOAD * INLINE [
Dim1, Dim2
Sales, TY
Sales, LY
Sales, Budget
...
GrossMargin, TY
GrossMargin, LY
...
GM %, TY
GM%, LY
GM%, Budegt
GM%, Target
];

View solution in original post

4 Replies
sunny_talwar

Not sure if nested valuelist will work or not, but have you thought about using an Island Table?

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Hi, do you mean use an island for the Sales, Margin £ and Margin % then a valuelist for the TY, LY etc?

sunny_talwar

No an Island table with two fields

LOAD * INLINE [
Dim1, Dim2
Sales, TY
Sales, LY
Sales, Budget
...
GrossMargin, TY
GrossMargin, LY
...
GM %, TY
GM%, LY
GM%, Budegt
GM%, Target
];
hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

That's great, seems to have worked in a test doc. thanks!

Capture.PNG