Hi everyone,
I am seeking help trying to filter a list of mine.
I have 3 related lists in dataverse: Client list / Case list / Case Client list
Background:
A client can have multiple cases (but only one open case at a time), and a case can have multiple clients.
A client is created and then able to create a case for this client.
The client list holds basic information about the client
The case list holds information about the case (E.g. Start date, end date, description, etc)
The case client list is just the client ID and case ID
I am needing help to filter a gallery that shows the clients list, but be able to filter by start date of a case?
Thanks