Filter by One-to-Many Relations #10488
victorfteha-fundmore
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're able to filter by one-to-one and many-to-one relations, but not one-to-many.
For example, if the Deals table has a one-to-many relation to Funders:
And a one-to-one relation to Offers:
Then a Deals view will contain "Queued Funders" in its filter dropdown, but not "test":
However, a Funders view will contain "Queued Deal" in its filter dropdown (because it's many-to-one):
Would love the ability to filter by one-to-many relations.
Beta Was this translation helpful? Give feedback.
All reactions