Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
divya_anand
Creator III
Creator III

Linking Timestamp field to Master calendar as date

Any idea as to link the timestamp field "BDate" as a date field to the master calendar in the attached qvw?

1 Solution

Accepted Solutions
sunny_talwar

Try adding Floor to your mapping tables

Map_Date_Completed:

Mapping Load [CODE], Floor([COMPLETED]) Resident Data;

Map_Date_SCHEDULED:

Mapping Load [CODE], Floor([SCHEDULED]) Resident Data;


Capture.PNG

View solution in original post

4 Replies
sunny_talwar

Try adding Floor to your mapping tables

Map_Date_Completed:

Mapping Load [CODE], Floor([COMPLETED]) Resident Data;

Map_Date_SCHEDULED:

Mapping Load [CODE], Floor([SCHEDULED]) Resident Data;


Capture.PNG

divya_anand
Creator III
Creator III
Author

Sunny,

Thank you so much.

Just for knowledge, what if it had to be timestamp instead of date?

i.e, linking the timestamp field as a timestamp field to the master calendar instead of linking as date field.

sunny_talwar

I would use two tables

1) Master Calendar

2) The Master Time Table

divya_anand
Creator III
Creator III
Author

Thank you. You've helped me a ton.