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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date format with now() function

How do I get the =now(0) -1 functio to display a date time in a text box. It currently displays a number like 40437.1243. I've tried various date formats with no success. Thanks.
Don

1 Solution

Accepted Solutions
googel84
Partner - Creator III
Partner - Creator III

Here is the version with the entire timestamp.

Sorry for the misaunderstanding.

View solution in original post

5 Replies
googel84
Partner - Creator III
Partner - Creator III

Hi dsluga, take a look to the attacched qvw.

I'd suggest the use of today() function instead of now, if your goal is to show only the date.

googel84
Partner - Creator III
Partner - Creator III

Here is the version with the entire timestamp.

Sorry for the misaunderstanding.

Not applicable
Author

Thank you for your help. I'll probably go with the now() function since I need to go to the hour and minute.

Don

Not applicable
Author

Try =date(now(0)-1)

Not applicable
Author

Thank you. That worked. Smile