Configuring database variables

You can define variables to use in SQL and row count expressions

You configure variables from the Settings tab of the database. To display the Settings tab, click the database name.

Adding a variable

To add a variable:

  1. Click Add Variable.

  2. In the Name field, provide the name of the variable.

  3. In the Value field, provide the value of the variable.

  4. Click the save icon.

Editing a variable definition

To edit a variable definition:

  1. Click the edit icon for the variable.

  2. Update the name or value.

  3. Click the save icon.

Removing a variable

To remove a variable, click its delete icon.

Referring to a variable

To refer to a variable in a SQL or row count expression, use $VARIABLE_NAME.

Last updated