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.
Select a rule set in a rule specification.
In the rule set properties, click
Rule Logic
.
Click
Add Rule Statement
.
Select 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.
The condition analyzes salary data.
Select 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
Select the type of condition to apply to the input.
To compare the input data to an integer, select the following condition type:
integer value
Enter the value to compare to the input data. For example, enter 100000.
Select
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.
Select 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.
The condition analyzes the customer account balances.
Select 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
Select the type of condition to apply to the input.
To compare the input data to an integer, select the following condition type:
integer value
Enter the value to compare to the input data. For example, enter 1000.
Select 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
Enter the value that the action returns. For example, enter HIGH.