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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

how to store table into QVD file

Hi all

How can we store the .QVD file   <= '09/28/2014 date

Temp:

LOAD

    YearNumber,

    MonthText,

    WeekNumber,

    DateTimeCreated,

    date(floor(DateTimeCreated),'MM/DD/YYYY') as Date,

    DateTimeModified;

SQL SELECT YearNumber,

    MonthText,

    WeekNumber,

        DateTimeCreated,

    DateTimeModified

FROM Source

WHERE metricidentkey='{xxxxxxxxxxx}'

AND YearNumber >='2011';

Table2:

load *  Resident Temp

where Date <= '09/28/2014';

STORE Table2 INTO [Table2.qvd] (qvd);

10 Replies
stephenedberkg
Creator III
Creator III

store [TableName] into Path .qvd

ex

Store sales into D:\Sales.qvd