- Datagration Knowledge Base
- P#
- Additional Functions
-
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
TablesIntersection()
Returns intersection value of 2 specified last PetroVisor reference tables for current entity.
Supported intersection return value (case-insensitive, with or without spaces between words):
1. Max Key
2. Min Key
3. Max Value
4. Min Value
Syntax
TablesIntersection(string referenceTable1, string referenceTable2, string intersection,
string keyUnitName, string valueUnitName)
Example
TablesIntersection("reference table 1", "reference table 2", "Max Key", "Pa", "m3")