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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Create data files with data source data in script

Hi, I want to take a data source .. load it and save off multiple data files on the fly with different content based on the query I use .. (i.e. different group by clauses and where clauses).

Once files are created use indicidual data files in different tabs containing dashboards.

Is that possible ?

3 Replies
Not applicable
Author

Yes it is possible by using the store and drop table command as required

Colin-Albert
Partner - Champion
Partner - Champion

Load the data from your source and save it to a QVD file using the STORE command.

Your various QlikView apps can then load the data from the QVD file.

You may not need to use group by to aggregate the data as QlikView will sum the data very fast as the data is held in memory. Try it first before aggregating the data.

Not applicable
Author

Thanks for the quick response ..