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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Use

=Date(Today()+1)

View solution in original post

3 Replies
marcus_sommer
MVP
MVP

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.