Background:
I have a Page Properties macro on several of my pages. One of the properties is "Team" and another is "Target".
I am using the Page Properties Report macro to show all pages where Team contains "Team B" and Target = "Winter 2025". I am doing this by using the "Contains text" field and this syntax:
"|Team|Team B|" AND "|Target|Winter 2025|"
Example pages and content
- Page 1: Team is "Team A"
- Page 2: Team is "Team B"
- Page 3: Team is "Team A,Team B"
Problem
I am struggling to get the Page Properties Report macro to filter down to pages those with "Team B" listed second as it is in Page 3 ("Team A,Team B")
I have tried:
- "|Team|*Team B*|" AND "|Target|Winter 2025|"
- "|Team|?Team B|" AND "|Target|Winter 2025|"
- "|Team|%Team B|" AND "|Target|Winter 2025|"