Documentation Index

Fetch the complete documentation index at: https://help.mail-and-deploy.com/llms.txt

Use this file to discover all available pages before exploring further.

SetLocalVariable

Prev Next

General

The SetLocalVariable function sets the value of a local variable with the given name to the
given value.

Syntax

The syntax of the SetLocalVariable function is:

SetLocalVariable Function Syntax

SetLocalVariable("variable_name", <value>)

Examples

The following Expression sets the local variable vYear with the value of the variable vMaxYear of a Datasource named Consumer Sales:

SetLocalVariable Function Example

SetLocalVariable( "vYear", [Datasource].[Consumer Sales].[Variable].[vMaxYear])