Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a function to add days to a date

As part of my load script, I have a date field and an integer field. I would like to add integer (#/days) to the date. Is there any easy way to do this, other than stripping the date down to year, month, day, performing the add & putting it back together again?

Thanks in advance for your help!

1 Solution

Accepted Solutions
hector
Specialist
Specialist

Hi, to add days to a date field, just sum (i mean '+' in the script), some examples:

May 1st 2010 (internally with value 40299) + 1 (in this case 1 day) returns May 2nd 2010 (internally with value 40300)

Rgds

View solution in original post

1 Reply
hector
Specialist
Specialist

Hi, to add days to a date field, just sum (i mean '+' in the script), some examples:

May 1st 2010 (internally with value 40299) + 1 (in this case 1 day) returns May 2nd 2010 (internally with value 40300)

Rgds