Creating and Accessing Variables

<< Click to Display Table of Contents >>

 

Creating and Accessing Variables

On Query's configuration window, users can add filters directly in the fields. These filters can be built using script-defined variables via Query's SetVariableValue method. The way to declare variables depends on the data type they represent, as shown next:

Numbers: <%Variable_Name%>

Strings: '<%Variable_Name%>'

Date and time: #<%Variable_Name%>#

Was this page useful?