Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
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 listbox . My task is when i select any month in that listbox i should display the total days of particular month in the slider.
Thanks,
Jagan.
Hi,
Here you are a possible solution.
I Hope it helps you.
Regards.
I don't have the full version of qlikview. Can u say the process plz.........
Hi,
At the slider use a variable and set up the object with the following:
Min Value =Day(MonthStart(Max(Date)))
Max Value =Day(MonthEnd(Max(Date)))
Increase static = 1
Regards.
Hi,
Thanks for your solution. 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. By using the minvalue and maxvalue i am not able to change it. 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 .
Thanks,
Jagan
Hi,
With the day selected using the slider you can build the start date and end date in variables and use them into the graphs.
Regards.
Hi,
Ya your are right. But, i don't want to do like dat b'coz i hve already taken the different variables of other fields to other charts. How can i do this with in the expression of slider.
Regards,
jagan