Thanks for your reply! I think there may have been a misunderstanding about my original question, so let me clarify it:
I’m not looking to just display related fields in the List View filter — rather, I want to filter the parent records in the List View based on a condition in the related module’s records .
For example:
In the Quotes module, each Quote is related to multiple Line_Items . I want to show only those Quotes in the List View where at least one related Line_Item has a name field that matches a certain value (e.g. contains ‘abc’) .
So the filtering condition is:
“Show Quotes where any related Line_Item’s name LIKE ‘%abc%’”
This type of cross-module filtering (based on child record fields) doesn’t seem to be supported by Studio or standard filters.
Do you know if this can be achieved via GraphQL or by customizing the Angular List View logic?