Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have selected year(today) as pre-selected year on my dashboard. Its working fine when accessed on local system. Its showing 2015 as the selected year. But when I accessed the same dashboard through the URL link its showing 2014 as the current selection for the Year field.
Please help.
Have you checked the Date of the Server where QV Server is installed?
Ya Its showing the correct date.
try to use today(1)
1 forces current date and not the date the document was reloaded
Caution: Replaced it by today(0)
if you use today(1) it will constantly execute that function and eat cpu cycles use it caution, it is a more real time of getting today's date
if you use today(0) it will give you the date script is run
if you use today(2) which is default as today() then date the document was opened
Hi Mario,
Tried using the today(1) but still its showing the same. When I am accessing the file on server its coming correctly, but through the link its showing the selected year as 2014.