QUANTILE
A quantile range dynamic column is created from a numeric column. QUANTILE creates groups that contain the same number of values. These groups are created by sorting the values in ascending order so that the first range contains the smallest values and the last range contains the largest values. For example, you can identify customers that generate the greatest profit.
A Quantile instruction must have the following syntax:
Syntax
QUANTILE [Source column] [Target column] [Number of parts] ([Filter])
Parameters
Source column
Defines a numeric column.
Target column
Defines the name of the new target column.
Number of parts
Defines the number of parts the data must be grouped into.
Filter
Defines a domain, if the data requires filtering.
How to create a quantile range column
The following example describes how to create a quantile column that creates four groups that span the range of credit limit values found in a set of customer records. Table 5-6 lists the resulting quantile ranges and the number of customer records in each range.
Table 5-6  
1  
2  
Figure 5-29  
3  
4  
5  
6  
7  
Figure 5-30  
8  
9  
1  
2  
Figure 5-31  
3  
Figure 5-32  

Additional Links:

Copyright Actuate Corporation 2013 BIRT Analytics 4.2