Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Button Question

Hi,

Please let me know what I am missing here:

Capture.JPG

Today() alone is working fine.  But Today() + 1 is not working.  Please help.

Thanks.

Sudha.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Use

=Date(Today()+1)

View solution in original post

3 Replies
marcus_sommer

Without the single quotes: today() + 1 or date(today() + 1, 'YourFormat')

- Marcus

MK_QSL
MVP
MVP

Use

=Date(Today()+1)

jpenuliar
Partner - Specialist III
Partner - Specialist III

Try to put your formula in a textbox object to see the output.