Hello! I would like help filtering related records that do not contain the fields that is being filtered on.
My Data:
I have a point layer called "Projects" with a numerical field called "Weight".
Each Project has several "Quotes", which are stored in a related table. They are related by the "ProjectID" field.
The Quotes layer does not contain the Weight field.
Experience Builder:
I have set up a filter that allows users to select a Weight range on the Projects field. This filters the Projects on the map.
I want the related Quotes to be filtered as well, even though Quotes does not contain the Weight field. Is it possible to filter records based on the common field, ProjectID?
I simplified my scenario. I have several layers of nested related data with many fields. Unfortunately, it is not realistic for me to add all the fields I need to each level. I'd imagine there has to be a way to do this, but I can't figure it out.
Thank you very much!