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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create the QVD files in QlikSense ? how to create lib

tempdatestoretable:

LOAD Count(valuee) AS Followers, Floor(Today()) as StoreDate

RESIDENT ids;

CONCATENATE (tempdatestoretable)

LOAD *

FROM MyQVDTable.qvd (qvd)

WHERE Not Exists(StoreDate);

STORE tempdatestoretable INTO MyQVDTable.qvd (qvd);

DROP Table tempdatestoretable;

I want to create lib as MyQVDTable.qvd (qvd) gives invalid path

11 Replies
Not applicable
Author

It worked. Thank you

oknotsen
Master III
Master III

If your question is Answered, please flag a Correct Answer and optionally one or more Helpful Answers.

If not, please make clear what part of your question still needs help .

May you live in interesting times!