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

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

How to store Table as QVD in Qliksense

How to store Table as QVD in Qliksense

 

Am using the script in Qliksense STORE Transactions INTO 'lib:///Transactions.qvd' (qvd);

But am getting error "Connection not found Transactions.qvd". Where is this qvw is getting saved.?

Labels (2)
1 Reply
martinpohl
Partner - Master
Partner - Master

use

STORE Transactions INTO 'lib://ConnectionName/Transactions.qvd' (qvd);

ConnectionName must be a name of an existing data connetcion (on the right hand in the script editor).

Regards