I used request_date as date for CALENDAR table, in order QlikSense engine to link both informations.
But there are side effects, like
- If a show a table with the calendar info, it's plenty of request_dates having calendar_type_of_day=Null. I've to solve it, excluding these null values.
- And if I select 'WEEKEND' in a selector, the blue line, count(request_id) it stops working like in the next picture
So I'm not very sure if I'm doing the relationship in the correct way.
I've thought to use ApplyMap to add an extra column to TABLE_1 calendar_type_of_day.
What's the correct way to perform this relationship? Is there a better way to use a background color for holidays, weekends, etc?