Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a date field which contains a set of dates in the format DD/MM/YYYY.My requirement is I have to create two objetcs such that the end user will select the TO date and FROM date from the two objects.After selecting the dates by clicking on button the data of the charts should filter between these two dates.
For example: If user selected 01/01/2013 in TO object and 31/03/2013 in FROM object,charts should show all the dates between the Jan and Mar of 2013.
Is this possible in Qlikview? I have tried few ways with calender object but not successful
Thanks in advance
Regards
Murali
You need two field in the script (the second is the copy of the first with another name) .
Each field is managed by a different calendar, this is the easiest way.
Hope it helps
Below link may help you ...
http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar
PFA sample Application.
Vikas
May be below link will help you