Jan 05, 2020 05:54 PM
I need to print a calendar view with the full display field showing – wrapping to a second line if needed.
How can this be done?
Jan 06, 2020 07:18 AM
Hi, I tried to figure this out too, What I did was to extract the days of the week with this formula: WEEKDAY() and then convert it to single-select, and then use it with a kanban view. -Not perfect solution but worked for me:)