So I've set up a master time table and a master table. For all of my my time based charts, It works fine with the following expression (
= timestamp(Date + [Time 1h],'MMM/DD hh:mm')
However, I can't seem to figure out how make a calender slider object work with hourly increments. Anyone have any ideas?
Thanks,
Pls share a sample app
The attached QVW has a data table, a master calendar, and a master time table. I want to do time selection with a slider window at 1 hour increments, but I have not been able to get that to work.
Steve, check out the following two Design Blog posts, hopefully this will get you what you need here:
https://community.qlik.com/t5/Qlik-Design-Blog/The-Master-Calendar/ba-p/1471527
https://community.qlik.com/t5/Qlik-Design-Blog/The-Master-Time-Table/ba-p/1469392
There are quite a few other posts in the Design Blog area related to calendar and time etc., as well, so if the above is not what you need, use the following to do some further searching:
https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog
Regards,
Brett
I'm still having issues. I created a slider calendar object and use the following express on the scale (= timestamp(Date + [Time 1h],'MMM/DD hh:mm'), but it treats the date and time component as invidiual items . I really want an easy way to to say (>= low time and <=hightime). Not in a script, but selecting the time range in the UI.