GETQUERYBANDVALUE_UDF (VARCHAR)
This is the user-defined function (UDF) overloaded with one parameter.
Definition
Retrieves the value associated with a name inside the name-value pairs of the transaction, session, or profile query band.
Parameters
SEARCHNAME
VARCHAR
The name key to search in the pairs.
Returns
The value associated with the name key inside the session query band or null if not found.
Usage example
Input:
Output:
Migration example
Input:
Output:
Last updated