Skip to main content

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?

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:)


Reply