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: 
Not applicable

Rename QVD File which aumatically generated from buffer load

Hi all ,

  I have generated QVD file using Buffer Load with name 4f21889ace580e8e13a2c9c187f7490985b54505.qvd which is automatically given name.

Now i need it to give name according to my requirement at loading time only how can i achive it plz guide me

Thanks,

Swathi

1 Reply
marcus_sommer

Per buffer load generated qvd's aren't designed to be automatically renamed and used anywhere - if you need to reuse your data as qvd's you should store them explicitly within your script like:

store table into path/tablename.qvd (qvd);

- Marcus