Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
yelin_nyu
Creator
Creator

select a range of dates by slider

how to make a slider (display integers) that i can pick a range of dates?

we have current week start at mon, and 52 other weeks in the future. users can decide how many weeks they want to see from current week. if he choose 2, then 2 weeks from current monday

the slider will have integer values 1,2,3,4...

each num means the difference between current week and future week.

Please help thanks.

.

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi, Take a look at the attached sample. Regards, Sander

View solution in original post

6 Replies
Anonymous
Not applicable

Hi, Take a look at the attached sample. Regards, Sander

farolito20
Contributor III
Contributor III

Do you know a way to select hours?

Not applicable

Hi Sander,
That's great. What if I wanted the date range to be from a certain date until today?

yelin_nyu
Creator
Creator
Author

besides what sander provided,  you could use variables and input box that lets people enter the beginning date and you set the max to today. and then use concat and substring to select the range in date field

Not applicable

I've found this example very useful and I am trying to use it but over a year period.

I'm having some problems with setting a fixed start (i.e.1), every time I use the slider the resets whats at the beginning i

Here's as example:

Capture.PNG

Anonymous
Not applicable

have you sorted this out ??

If so tell me how.

thanks

Jorge