- Datagration Knowledge Base
- P#
- Entities Function
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Completion Optimization
-
Environmental, Social & Governance
-
Development, Acquisition & Divestitures
-
Enhanced Oil Recovery
-
Admin
-
P#
- Getting Started with P#
- Data Cleansing
- String Functions
- Scenario Functions
- Regression Functions
- Placeholder Functions
- Neighborhood Functions
- Mathematical Functions
- Logic Functions
- Entities Function
- Moving Window Functions
- Time and Date Functions
- Statistical Functions
- Economic Functions
- Data Handling
- Additional Functions
- Directional Functions
- Machine Learning Functions
- DCA Functions
-
Packages
EntitiesByParent()
Returns all child entities of specified parent using the specified hierarchy.
Syntax
EntitiesByParent(entity name, hierarchy name)
- entity name: type of entity
- hierarchy name: name of hierarchy
Example
EntitiesByParent(“Field7”, “Hierarchy 51”)
Definition 2
Returns all child entities of the specified type of the specified parent entity using the specified hierarchy.
Syntax
EntitiesByParent(entityName, hierarchyName, entityTypeName)
Example
EntitiesByParent("Field 7", "Hierarchy 51", "Well")
Definition 3
Returns all child entities (or opportunities) of the specified parent entity using the specified hierarchy.
Syntax
EntitiesByParent(entityName, hierarchyName, isOpportunity)
Example
EntitiesByParent("Field 7", "Hierarchy 51", False)
EntitiesByParent("Field 7", "Hierarchy 51", True)