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: 
vivientexier
Partner - Creator II
Partner - Creator II

Store and Where

Hello,

Is it possible to "STORE" in order to create a QVD and limit records by a WHERE clause.

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

No.

Prepare and filter your RESIDENT table before you STORE it. However, you can omit or rename individual fields when storing a table.

Peter

View solution in original post

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

No.

Prepare and filter your RESIDENT table before you STORE it. However, you can omit or rename individual fields when storing a table.

Peter

dvasseur
Partner - Creator III
Partner - Creator III

Hi,

No, it's not possible.

The only way is to:

  • create a new table (use NoConcatenate) with the WHERE clause
  • store it
  • drop the created table
Not applicable

you store the loaded table, you can limit the store by reloading the wanted table to a temp table with a where clause and then immediately dropping it when storing is done.