Multiple filter criteria

I am trying to run a report and would like to bring back pages based on multiple criteria. Each project page allows a Project Manager, a Lead Analyst, a Tech Lead and a Release Consultant to be set (using {list-data}{user-options}{list-data}.

I would like to bring back all pages where the logged in person is defined as any of these roles.

The following works to test against a single field (ProjectManager), but I'm not sure how to say If ProjectManaer or LeadAnalyst or TechLead or ReleaseConsultant = @self?


{card:label=My Projects}
{report-block}
{combining-reporter}
{content-reporter:type=page|scope=@self>descendants}
{user-reporter:type=page|scope=@self>descendants}
{text-sort:content:title|order=ascending}
{text-filter:content:title|include=.*Summary.*}
{user-filter:data:projectManager > reference:value |users=@self}
{combining-reporter}
{report-body}
{replace-and-render}
{replace-body}
{div:style=margin-bottom:8px;}{lozenge:title=%title%|color=%colour%|link=%link%|arrow=none|icon=%projectcode%}{span:style=font-size:8pt}Project Manager: *{report-info:data:projectManager}* \\ Estimated Go Live: *{report-info:data:estimatedGoLive|format=dd MMM yyyy}* {span}{lozenge}{div}
{replace-body}
{replace-item:%link%}{report-info:content:parent > content:title}{replace-item}
{replace-item:%title%}{report-info:data:title|link=true}{replace-item}
{replace-item:%projectcode%}{report-info:data:project|link=true}{replace-item}
{replace-item:%colour%}{report-info:data:status > reference:value > text:lower case}{replace-item}
{replace-and-render}
{report-body}
{report-block}
{card}


I tried playing with the collection-filter, but couldn't get that to help me (using matchFilters=any).

Can this be done?

Thanks
 
sad I’m confused
Inappropriate?
1 person has this question
See the changes made to this question
User_default_medium