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

now(1) means ?

now(1) means ?

1 Solution

Accepted Solutions
senpradip007
Specialist III
Specialist III

now([ timer_mode])

Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:

0 Time at previously finished reload (not currently ongoing reload)
1 Time at function call
2 Time when the document was opened 

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

View solution in original post

4 Replies
senpradip007
Specialist III
Specialist III

now([ timer_mode])

Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:

0 Time at previously finished reload (not currently ongoing reload)
1 Time at function call
2 Time when the document was opened 

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

alexandros17
Partner - Champion III
Partner - Champion III

the timestamp of the exact moment when you call the function now

if you use now(0) return the timestamp of the last reload

if you use 2 return the timestamp of the opening of the document

Not applicable
Author

Now(1) is gives you the time and date when that particular function has been executed suppose I execute that function now it gives me as follows

10/10/2014 15:07:00

Not applicable
Author

Bhanu u r doing well ra in community