SETRESULT
Sets the current result value for the current expression. This is useful in multiline expressions to set the result value.
Parameters
value
or field
* (required) - the value or the value of the field to set as the result of the expression
Returns
The current result value after the value has been set
Examples
SETRESULT(1)
// returns 1
SETRESULT($site_id)
// returns the value of site_id field
Updated about 1 year ago