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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding days to date field

Hi,

can anyone please let me know how days could be added to a date field.Suppose i need to add 5 days to the existing date field whose name is date(date is the name of the column which has date entries).how can that be done?

3 Replies
tresesco
MVP
MVP

try:

Date(DateField+5)

Not applicable
Author

Thank you

er_mohit
Master II
Master II

TRY THIS IN TEXT OBJECT

=Date(Today()+5)