FunctionName
Brief description of what the function does and its primary use case.
Optional Callout
Add important notes, warnings, or tips here. Common callout types: - info: General information - warning: Important warnings - tip: Best practices
Category: category_name
Syntax:
FunctionName(parameter1, [optional_parameter])
Returns: ReturnType
Context Filtering: ✓ Yes / ✗ No
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
parameter1 |
type |
✓ Yes | Description of the parameter. |
optional_parameter |
type |
✗ No | Description of optional parameter. Defaults to X when unspecified. |
Allowed Values for parameter_name: value1, value2, value3
Allowed Column Types: TYPE1, TYPE2, TYPE3
Validation
- Minimum parameters: N
- Maximum parameters: N
Examples
FunctionName([Column Name])
Brief description of what this example does.
FunctionName(literal_value, parameter2)
Another example with literal values.
Result: expected_output
Related Functions
- RelatedFunction1 - Brief description
- RelatedFunction2 - Brief description