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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
puneetagarwal
Partner - Creator II
Partner - Creator II

How to get Reload time of multiple dashboard in 1 dashboard

Hi All,

We have a requirement to get the Data Refresh/Data Reloaded time of multiple Dashboard into one Consolidated Dashboard . Where user will be able to knew the Data Refresh time of different Dashboard into one.

We tried creating a variable and storing into same name QVD for each Dashboard then calling that QVD in final Dashboard/Consolidated Dashboard, some how that is not working and other way to achieve this.

We also tried filetime(Filename.qvf) but unfortunately this is also not working.

Thanks in advance

@Sunny talwar,@ anil babu @tresesco

3 Replies
stevejoyce
Specialist II
Specialist II

Do you want to post your load script for the QVD load, no reason that shouldn't work. 

 

Filename should work too:

let vFileTime = FileTime('lib://Apps/<appID>');  //no extension.  your lib://Apps data connection is a folder location t your QSE App folder path in service cluster/cluster settings.

sunny_talwar

What is the script you are using to store into a variable and qvd?

sunny_talwar

Also, might help to store it as a number instead of timestamp. You can always change the number back to TimeStamp using TimeStamp function