To discover information about business users, configure a rule statement that measures a fact about the users. When you combine multiple conditions to measure related facts, you discover additional information.
For example, a financial institution decides to offer a credit card to all customers with high salaries and credit account balances. You might configure a rule statement to identify customers who hold credit balances. You might also configure a rule statement to identify customers who earn a high salary.
Use the AND feature to combine the rule statements.
1Select a rule set in a rule specification.
2In the rule set properties, click Rule Logic.
3Click Add Rule Statement.
4Select an input for the rule statement.
- If the rule specification does not contain an input that you can use, create an input. Configure the input properties to represent the type of column that contains the business data.
Note: The condition analyzes salary data.
5Select an operator to validate the results of the condition analysis.
- To identify input values that indicate a minimum salary of $100,000, select the following operator:
is greater than or equal to
6Select the type of condition to apply to the input.
- To compare the input data to an integer, select the following condition type:
integer value
7 Enter the value to compare to the input data. For example, enter 100000.
8Select Add Condition in the rule statement menu.
The rule specification adds a condition under the current condition and creates an AND relationship between the conditions.
9Select an input for the condition that you added.
- If the rule specification does not contain an input that you can use, create an input. Configure the input properties to represent the type of column that contains the business data.
Note: The condition analyzes the customer account balances.
10Select an operator to validate the results of the condition analysis.
- To identify input values that indicate a minimum balance of $1,000, select the following operator:
is greater than or equal to
11Select the type of condition to apply to the input.
- To compare the input data to an integer, select the following condition type:
integer value
12 Enter the value to compare to the input data. For example, enter 1000.
13Select the type of action to apply to the data rows that meet all of the conditions in the rule statement.
- To return a string value, select the following action type:
string value
14Enter the value that the action returns. For example, enter HIGH.