Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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..
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
Does it load from QVD's and have those QVD's been reloaded with the latest data ?
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