I have created a gallery and want to filter it based on a value in a related list.
The primary list is named TicketList and contains a column named TicketStatus which is a lookup column to the StatusList list. The StatusList list includes a column named Open which is a binary column.
I want to filter the gallery to only include those TicketList items which have a TicketStatus that is set to Open=true in the StatusList list.