Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
morenoju
Partner - Specialist
Partner - Specialist

Calendar with columns by day of week (Heatmap Chart)

Hi folks,

I'm using the Heatmap Chart to create a calendar that looks like this:

image.png

However, I need to display it so the columns are aligned by day of the week. Something like this:

image.png

Is this something possible to achieve by playing with the configuration of the heatmap chart or should I be looking into creating my own extension?

Thanks,

Juan

Labels (2)
1 Solution

Accepted Solutions
morenoju
Partner - Specialist
Partner - Specialist
Author

Adding this line to my master calendar in the load script does the trick, even if I haven't figured out yet how to show Su, Mo, Tu, etc. instead of calendar_position:

Day(TempDate) + weekday(MonthStart(TempDate)) As calendar_position

View solution in original post

3 Replies
morenoju
Partner - Specialist
Partner - Specialist
Author

Adding this line to my master calendar in the load script does the trick, even if I haven't figured out yet how to show Su, Mo, Tu, etc. instead of calendar_position:

Day(TempDate) + weekday(MonthStart(TempDate)) As calendar_position

AC_wlf
Contributor
Contributor

Have you found a way to show the day of the week without hardcoding it?

nuwanhwb87
Contributor III
Contributor III

Hi,
I'm having this kind of a requirement can u please share the link of the extension if possible.

Thanks