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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

excel source problem

hi,

i have a problem with regards to my source. how can i load this so that i will only have a moth field instead of jan, feb mar etc..

see attached file

1 Reply
Not applicable
Author

Hi,

You need to do a cross table. Use script below

Forums:

CrossTable(Month, Val, 5)
LOAD Field1,
Field2,
Field3,
Year,
Field4,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12
FROM
C:\Downloads\forums.xlsx
(
ooxml, embedded labels, table is Sheet1);