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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
l_wassler
Contributor III
Contributor III

transform excel table

hi,

i would like to import a excel sheet which has this structure:

itemnumberaccountnumbert01t02t03t04t05t06t07t08t09t10t11t12q01q02q03q04q05q06q07q08q09q10q11q12
1601010127101.62.23.11.41.60.95.22.39.77.20.70.01.12.02.51.21.10.74.42.06.85.3

but i want to import it with this structure:

itemnumberaccountnumbermonthturnoverqty (in tons)
1601010127jan or 011.00.7
1601010127feb or 020.00.0
1601010127mar or 031.61.1
1601010127apr or 042.22.0
1601010127may or 053.12.5
1601010127jun or 061.41.2
1601010127jul or 071.61.1
1601010127aug or 080.90.7
1601010127sep or 095.24.4
1601010127oct or 102.32.0
1601010127nov or 119.76.8
1601010127dez or 127.25.3

is there a way to realize this in the script or with the table wizard? or do i have to realize this in excel with VBA?

1 Solution

Accepted Solutions
Not applicable

Hi,

Take a look at the below post. It has same requirement as yours.

http://community.qlik.com/forums/p/17151/67145.aspx#67145

- Sridhar

View solution in original post

4 Replies
Not applicable

Hi,

Take a look at the below post. It has same requirement as yours.

http://community.qlik.com/forums/p/17151/67145.aspx#67145

- Sridhar

l_wassler
Contributor III
Contributor III
Author

aah ok,

thank you for your quick reply Big Smile

prieper
Master II
Master II

Hi,

would suggest to

  1. look at turnover and quantity separately
  2. normalize the table using CROSS-TABLE
  3. JOIN the tables separately

HTH

Peter

prieper
Master II
Master II

cannot edit my message above - postings have crossed: suggestion from Sidhar is the better one

Peter