Creating and Accessing Variables

<< Click to Display Table of Contents >>

 

Creating and Accessing Variables

On Query's configuration window, on Fields tab, users can add filters directly in the fields. These filters can be formed by variables defined by script, using the Query's SetVariableValue method. The way to declare variables depend on the type of data they represent:

<%Variable_Name%> if the value is a number

'<%Variable_Name%>' if the value is a String

#<%Variable_Name%># if the value is a date

Was this page useful?