I have date field in my script. Based on date field i generated new coloumns as month,day. I taken the month field in the list box. Now, i can able to display the months(i.e, Jan to Dec) in the listbox . My task is when i select any month in that listbox i should display the total days of particular month in the slider.
In the slider i can use the variable and set up the object with the following:
Min Value =Day(MonthStart(Max(Date)))
Max Value =Day(MonthEnd(Max(Date)))
Increase static = 1
But there is a data in other charts based on those dates. When i selecting from one date to another date the data is not changing in other charts. I can do this by using the minvalue and maxvalue in other charts now i can able to change the data in other charts also. But there is already other variables in other charts.By using the expression(i.e date) in slider i can able to change the data of other charts. But the problem is not able to get the dates of that particular month which i selected in the listbox . How can i do this plz help me.