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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

R there is function availble where we can add the number of day or month or year

Hi Forums,

R there is function where we can add the number of day or  month or year in the variable where it store the current date

Advance Thanks

SD

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

Check AddMonths(), AddYears()

To add days, you can directly add days to date like Date(Today()+1)

View solution in original post

3 Replies
avinashelite

Hi Shan,

I did not get the excat requirement..to get the current date you can use

Today() or now() function.

anbu1984
Master III
Master III

Check AddMonths(), AddYears()

To add days, you can directly add days to date like Date(Today()+1)

Not applicable
Author

Hi Anbu,

Thanks

SD