Reputation: 1
I want to filter an object of object, looking like this, using a field form an other object, like this. I try to use the field borough
. Which formula I should use in filter?
Upvotes: 0
Views: 186
Reputation: 1
If your are getting the borough input from any data collection pass that as input to filter and the input data containing borough by having Get operator to get borough from input data and pass as argument to filter. In filter condition, give as borough=_arg.
Upvotes: 0