- Weatherford Knowledge Base
- P#
- Additional Functions
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Artificial Lift 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
- 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
- Neighborhood Functions
-
Packages
RefTableSlope()
Returns the slope at the given key of the specified reference table for specified entity and specified time stamp option for specified value column.
Syntax
RefTableSlope(
refTable as a string,
key,
UnitName as a string,
ColumnName as a string,
valueUnitName as a string,
entityName as a string,
timeStampOption as a string,
slopeOption as a string)
Example
RefTableSlope(
"reference table", 33.3, "Pa",
"RefValue", "m", "Well L", "Current", "Interpolate")
RefTableSlope("reference table", 33.3, "Pa", "RefValue", "m",
"Well L", "Last", "Interpolate")
RefTableSlope("reference table", 33.3, "Pa", "RefValue", "m", "Well K", "None", "Fit")
Example
RefTableSlope("reference table", 33.3, "Pa", "RefValue", "m", "Well K", #04/25/2007#)