Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
robertgoldyka
Contributor
Contributor

Reload time of another QVW

Hi,

Is it possible to possessed in QVW file, date of reload time of another QVW file while at the same time not touching original file(saving reload date into field or variable)?

2 Replies
Anil_Babu_Samineni

You can use script like below, And use Same application in second application using Binary Load then Call That Variable. It will show same RReloadTime() only in Field

LOAD ReloadTime() as Field AutoGenerate 1;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
dplr-rn
Partner - Master III
Partner - Master III

Assuming from your question that you want reload time of (e.g.) Dummy.qvw from another qvw

Let vSetDate=FileTime('Dummy.qvw');

will give you last updated timestamp. if used on the server this should work

Alternatively you can save the reload time into a csv file in Dummy.qvw and read it from your qvw