Access other form elements in modifyQueryUsing of NumberConstraint
Hello everyone,
So I have a $table in a RelationManager with a filter
So how do I access the fields in the earlier QueryBuilder constraints and use them inside the modifyQueryUsing of the final constraint?
I tried using $data in the closure
I got an error: An attempt was made to evaluate a closure for [Filament\Tables\Filters\QueryBuilder\Constraints\NumberConstraint\Operators\IsMinOperator], but [$data] was unresolvable.
Thank you so much
1 Reply
Any ideas?