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

System Date

How to Display System Date in Report? Is there any function for the same?

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

Try this in text object

=date(today())

View solution in original post

6 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Now() or Today()

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thanks for your inputs...

I am using Text object and trying to display auto system date, I tried Today() and Now() functions  and looks like it is not working:

jonathandienst
Partner - Champion III
Partner - Champion III

Use Now(1) if you want a live time.

This is fully described in the manual.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
er_mohit
Master II
Master II

Try this in text object

=date(today())

Not applicable
Author

try this

Date(Now())

Not applicable
Author

Hi All,

it is working now.

I am using simple text without =, hence it is not working.

Thanks for your help!