there are a few fieds that may assist you
PARENT defines the Parent WO number
HASCHILDREN is a boolean value that indicated is a WO has a parent
there are three scenarios
is a parent: HASCHILDREN=1
is child: PARENTWO is not null
neither: HASCHILDREN=0 and PARENTWO is null
------------------------------
Michael Kasteel
Director
ISW
0402830412
------------------------------
Original Message:
Sent: Thu December 10, 2020 04:27 PM
From: User1971
Subject: Select non-parent WOs?
For non-task WOs:
I want to select WOs that are either:
- Not a parent.
- Neither a parent nor a child
In other words, I want to select non-parent WOs (and ignore the fact that WOs are technically parents of tasks).
The query would be used in Anywhere to prevent parent WOs from showing up in the Work Technician list.
How can I write such a query?
#Maximo
#AssetandFacilitiesManagement