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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sandy_K
Contributor
Contributor

how to insert all reload time on one qvd file to get snap in one files

clipboard_image_0.png

how can i insert all this reload time in one qvd file

2 Replies
sultanam
Contributor III
Contributor III

ReloadTime:

Load FileTime() as LastReloadTime

FROM [FilesPath\*.qvd] (qvd);

store ReloadTime into [NewPath\ReloadTime.qvd](qvd);