Walkthrough: Adding Conditions in Data Binding Wizard
Walkthrough
This example is continued from the previous section, Walkthrough: Selecting and Creating Columns in Data Binding Wizard. Assume you want to list all the orders for the “Computer Tech” or “Eastern Data” company which have a quantity greater than or equal to a parameter 'minimum order size'.
1. In the 'Data Binding' dialog box, select the Columns tab. (See Creating a New Table, Crosstab, or Section using a Wizard for information on how to access the 'Data Binding' dialog box.)
2. Create the following condition by selecting the appropriate entries in the drop-down menus:
[Customer.Company][is][equal to][Computer Tech]
3. Click the 'Append' button. The newly defined condition is now displayed in the 'Clause' panel.

4. Enter a second condition clause as follows:
[Customer.Company][is][equal to][Eastern Data]
5. Select 'Or' from the 'Operator' panel, and click 'Insert'.

6. Enter the third condition as follows:
a. Make the following menu choices:
[Product.Quantity Purchased][is][greater than]
b. Select the 'or equal to' checkbox.
c. Click the 'arrow' button at the right side of the condition, and select 'Variable' from the menu.

d. In the 'Label' field, enter “minimum order size” (without quotes).
e. Select 'And' from the 'Operator' panel, and click 'Insert'.

6. In the 'Clauses' panel, select the “[or]” between the two Company conditions, and click on the 'Indent' button to create the proper nesting.

This example is continued in the next section, Walkthrough: Grouping and Summary in Data Binding Wizard.
| << 6.2.4 Filtering Data in Data Binding Wizard | © 1996-2013 InetSoft Technology Corporation (v11.4) | Removing or Modifying a Condition in Data Binding Wizard >> |