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

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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