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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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.