Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

add a value to a date

Hi Community,

which is the function to create a new measure:

today() + 30

Example

07/10/15 + 30 = 06/11/2015

and could I represent it using a slider?

07/10/15              06/11/2015

------|--------------------------|----------

Is it possibile?

1 Reply
Anonymous
Not applicable

Yup, but i'd also enclose it with the Date() function.

     = date ( today() + 30 )