- Weatherford Knowledge Base
- P#
- String 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
_List()
Named placeholder for list. Named placeholder for the item names list filtered by specified pattern.
Syntax
_List(string listName, string listItems)
_List(string listName, item type itemType)
_List(string listName, string listItems, string listValue)
_List(string listName, item type itemType, string searchPattern)
- string expression [source]: specified spring expression
Example
_List("Action", "Approve|Reject")
_List("Scenario name", ListItemTypes.ScenarioName)
_List("Threshold", "10|15|20", "20")
_List("Model name", ListItemTypes.MLModelName, "regression")