Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to transpose a resident table?

PreTable:

Load a,

     b,

     c,

     d

FROM

[..\Data\foo.tabdel]

(txt, codepage is 1252, embedded labels, delimiter is '\t', msq)

where id = 2;

MyTable:

Load @1, @2

resident Aggregates (filters(Transpose));<-filters here gives syntax error

or any other way to achieve this?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Store the table into a qvd first. When loading the qvd file it is possible to add filters. You can use the File Wizard to create the load statement you need.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

Store the table into a qvd first. When loading the qvd file it is possible to add filters. You can use the File Wizard to create the load statement you need.


talk is cheap, supply exceeds demand