Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
.
Hi, Take a look at the attached sample. Regards, Sander
Hi, Take a look at the attached sample. Regards, Sander
Do you know a way to select hours?
Hi Sander,
That's great. What if I wanted the date range to be from a certain date until today?
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
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:
have you sorted this out ??
If so tell me how.
thanks
Jorge