Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.?
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