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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

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