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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
EvanBarrick
Creator
Creator

QVD in Qlik Sense

I am in the process of converting an application that uses q QVD from Qlik view to Qlik Sense. I have this in my script currently to load the data into a QVD file:

Directory 'F:\WaitTimes';

 

For each ExcelFile in filelist ('*.xlsx')
WaitTimesData:
BUFFER (incremental) Load * From $(ExcelFile) (ooxml, embedded labels, table is [WaitTimes]);
Next ExcelFile;

STORE WaitTimesData INTO [F:\DataAgg\WaitTimesAggregate.qvd] (qvd);

 

How can I go about converting correctly?

1 Reply
dwforest
Specialist II
Specialist II

Just create a folder connection to the F drive and load using LIB created