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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dashoard updated date shows as today's date but data is not updated in the dashboaed

Hi

  One of /my dashboard in the Production as showing updated date as today's date but data is not updated in the dashboard it still showing older data only..

3 Replies
Mark_Little
Luminary
Luminary

Hi,

Could you supply any more information?

How are you picked up the last loaded date?

There could be a number of reasons for this problems i.e.

No data for expected data?

Limitation in script to only load data up to?

Mark

Anonymous
Not applicable
Author

Does it load from QVD's and have those QVD's been reloaded with the latest data ?

Not applicable
Author

Hi,

Are you using ReloadTime()  to show last updated date? It always shows reload time of the qvw.

You can replace your text object (ReloadTime()) with something like

='Last Available Date '&max(date_cloumn)

you may want to have you date format there

Yury