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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Pragun
Partner - Contributor II
Partner - Contributor II

Difference in table storing method

Hi,

Is there any difference between these two store commands:

store*from t1 into abc.qvd

store t1 into abc.qvd

1 Reply
Vegar
MVP
MVP

No there is no difference between these two.

The field list parameter is optional in the store commands and all fields are assumed when not used.

I only use the field list parameter when I only want a limited amount of fields (or if I want to rename the field names) during my store process.