I have a space where a couple of different teams are collecting meeting notes. I would like to be able to use the Task Report macro to provide each team with a focused list of their action items from the notes that are relevant to their team, but either I'm not getting the syntax correct or the macro can't actually support what I'm trying to do.
The notes page all have the generic label "meeting-notes", which is what I've got on the template. Users are then applying their team labels ("team-a", "team-b") to the page. I've tried entering the labels in two different ways on the Task Report macro:
- "meeting-notes team-a" - delivers no results
- "meeting-notes, team-a" - the comma appears to act as an OR
I'd rather not have to create a new set of labels ("meeting-notes-team-a") and train users to apply them just for the purpose of filtering these tasks. Is there any character I can use to represent an AND here? Or am I just out of luck?