Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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;

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
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