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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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?

Labels (1)
3 Replies
tresB
Champion III
Champion III

try:

Date(DateField+5)

Not applicable
Author

Thank you

er_mohit
Master II
Master II

TRY THIS IN TEXT OBJECT

=Date(Today()+5)