Hello! In a phpmaker 2022 project, I have the following scenario: A table contains the shifts of all the doctors. In a grid I show only today’s shifts and I need to allow the user to filter the doctors they need to see. Using the Filter property on the Doctor field (which has a lookuptable to the doctors table) does what you would need but shows all the doctors even if they don’t have appointments that day. If I use extended search, I can get only the doctors of the day but it does not allow me a multiple selection. Where should I explore the solution?