Show all Tasks grouped by Project

I have a list of Tasks. The Tasks can be assigned to Projects.

I want to show the list of Tasks grouped by Project.

I know how to do this using nested repeating groups. My question: Is there any other way to accomplish this? I’m exploring my options before committing to the nested repeating groups (because that can have some challenges I’d rather avoid…)

Thanks!

no need for nesting RGs

just display the name of the tasks vertically within one text element inside the RG row using :joinwith_line_break

Thank you. Interesting idea.

I hadn’t specified that I do still need my tasks to be in a RG or they will lose the functionality.

I appreciate the suggestion.

This topic was automatically closed after 70 days. New replies are no longer allowed.