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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

Problem in understanding following script !!

Hey,

TO find reload time of application following script is being suggested. But i don't understand why join and second load is being placed.

----------------------------------------------------------------------------------------------

ReloadTable:

LOAD

'Application2.qvw' as Application,

reloadtime() as ReloadTime

autogenerate(1)

;

join(ReloadTable)

LOAD

[Application],

ReloadTime

FROM C:\QlikView\ReloadTable.qvd (qvd);

store ReloadTable into C:\QlikView\ReloadTable.qvd (qvd);

---------------------------------------------------------------------------------------------------

Kindly help me .

Thanks

13 Replies
alkesh_sharma
Creator III
Creator III

Hey,

Please find the attached QVW for your reference.

First time it will show error because the QVD doesn't exists. but simultaneous reloads will keep on concatenating 1 extra row on the Old created QVD.

Hope this helps

SunilChauhan
Champion II
Champion II

its data in xml format.

Sunil Chauhan
nikhilgarg
Specialist II
Specialist II
Author

Hey,

But what does this denotes ?

Thanks

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

In addition to the other comments I'd like to point out that "reloadtime()" is the wrong function to use here. ReloadTime() returns the script end time. So in the middle of a script, reloadtime() returns the end time of the previous script execution.

To record the current time, I would suggest using "now(1)" instead.

-Rob

http://masterssummit.com

http://robwunderlich.com