Siebel Marketing Guide > Defining Attributes and Buckets > Defining Bucket Values >

Designing Buckets and Ranges of Values


When defining bucket values, be sure to cover every possible range, including negative numbers.

NOTE:  You can create two buckets and overlap their values, but each record that qualifies for more than one bucket is assigned to the first one for which it qualifies, starting from the top to the bottom of the Values list.

Table 27 shows a flawed design of a bucket of values.

Table 27. Problem Bucket Design
Label
Code
Operator
Value
Low
L
Between
0 and 10
Medium
M
Between
11 and 20
High
H
Between
20 and 50
Special
S
=
13

This design has several flaws:

Table 28 illustrates a corrected design for a set of buckets:

Table 28. Corrected Bucket Design
Label
Code
Operator
Value
Special
S
=
13
Low
L
<=
11
Medium
M
Between
11 and 20
High
H
>
20


 Siebel Marketing Guide, Version 7.5, Rev. A 
 Published: 18 April 2003