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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date in object.

Has some words for me to put a text object to mark the day the report was printed?

Ex: MM/DD/YYYY

1 Solution

Accepted Solutions
maxgro
MVP
MVP

=date(today(), 'DD/MM/YYYY')

from online help

today([timer_mode] )

Returns the current date from the system clock. The timer_mode may have the following values:

0 Date at script run
1 Date at function call
2 Date when the document was opened  

Default timer_mode is 2. The timer_mode = 1 should be used with caution, since it polls the operating system every second and hence could slow down the system.

or if you prefere

ReloadTime( )

Returns a timestamp for when the script last finished reexecuting.

View solution in original post

2 Replies
maxgro
MVP
MVP

=date(today(), 'DD/MM/YYYY')

from online help

today([timer_mode] )

Returns the current date from the system clock. The timer_mode may have the following values:

0 Date at script run
1 Date at function call
2 Date when the document was opened  

Default timer_mode is 2. The timer_mode = 1 should be used with caution, since it polls the operating system every second and hence could slow down the system.

or if you prefere

ReloadTime( )

Returns a timestamp for when the script last finished reexecuting.

Not applicable
Author

Thank so much (:

2014-04-10 16:19 GMT-03:00 Massimo Grossi <qcwebmaster@qlik.com>:

Qlik Community <http://community.qlik.com/> Date in object.

reply from Massimo Grossi<http://community.qlik.com/people/maxgro?et=watches.email.thread>in *New

to QlikView* - View the full discussion<http://community.qlik.com/message/506479?et=watches.email.thread#506479>