Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
the problem seems similar to issue where have multiple data columns and want select once.
In such cases canonical calendar helps.
if you extend that to include time as well it should work.
https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578
Thanks for reply Ranjith,
Date field is coming with time as well from all the field. I passed only date and connected to Master calendar. But i need time also now from two tables. This time should be common for that two tables. If i select one particular date from Master calendar, i should see the time on that date from both tables.
Canonical calendar will work where there is 2 dates to handle.
Is this below correct approach?
Table:
Floor(Orderdate) as Date,
Timestamp(Timestamp#(Orderdate,'MM/DD/YYYY hh:mm:ss TT'),'MM/DD/YYYY hh:mm:ss') as DateTime.
Can i connect this date to Master calendar and DateTime field to Canonical Calendar? Same this from one more table.