Goetz Markgraf
05/30/2023, 3:07 PMJob
and Part
with a one-to-many relation (one Job, many Parts)
Each Part
can have a field called xxx
that can be either true
or false
I want a query for jobs (that’s easy) and in the result set I want to know if any of the parts have the parameter xxx
set to true.
So, one row for each Job
– with a boolean field, if any <http://Part.xxx|Part.xxx>
is set to true.
How’s that done?
Thank you for your helpDominik Sandjaja
05/30/2023, 4:03 PMGoetz Markgraf
05/31/2023, 8:28 AM