Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I'm using the Heatmap Chart to create a calendar that looks like this:
However, I need to display it so the columns are aligned by day of the week. Something like this:
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
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
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
Have you found a way to show the day of the week without hardcoding it?
Hi,
I'm having this kind of a requirement can u please share the link of the extension if possible.
Thanks