Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set multi-value as the default value for slider/calendar

I have a question about setting multi-value as the default value for slider/calendar object.

We can set the selection value of slider/calendar object to be multivalue, such as select the last 12 months. And we can set the default value of each object by adding the "select in field" action in the document trigger.

However, usually we can just set the default value of some object as a specific value. For example, set the "SLIDER 1 = date(AddMonths(Today(0),-12), 'YYYY-MM')". The only operator can be used here is "=", and ">=" is not allowed.

So how could I set the default value of "SLIDER 1" to be multiple value (last 12 months), whose logic is similar to "SLIDER 1 >= date(AddMonths(Today(0),-12), 'YYYY-MM')"?

Thanks

0 Replies