I tried to insert a Slider for a date field. This date field contains values from 01.01.2010 till 31.01.2011. I build new fields: day/week/month and year (based on that date field). All fields (date, day, week, month, year) are linked to each other. The user can choose for example "Mai 2010". Now i would expect the slider to change to 01.05.2010 til 31.05.2010. But that does not happen. It seems that i need a formula for calculating, which dates are in the choosen range.
I tried to work with variable to use the min and max values. That is not working, because it is showing only numbers instead of dates. Converting these number to a date is not working, too.