Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
capriconuser
Creator
Creator

binary load in qliksense

hi .. 

i have qliksesne qvf file.. now in this file in script i want to store all qvds which is beign used.. but i dont have qvd files..

 

so how i use binary load to store all data .. 

 

thanks

Labels (1)
1 Reply
ift_isabelle
Partner - Creator III
Partner - Creator III

Put the binary statement first in the script:

Binary [lib://<location>/<Filename>.qvf];

OR if you use the server
Binary [lib://<standard app location>/<appid>]; (so without qvf)

And then use store commands for all the tables.
Store <Table> Into <Filepath/filename>.qvd (qvd);

kind regards,
Isabelle