INUMERIC
Using numeric ranges, you can create a dynamic column that groups values into numeric ranges. A numeric range must be based on a numeric column. Numeric ranges are useful for simplifying data. For example:
*
*
An INumeric instruction must have the following syntax:
Syntax
INUMERIC [Source column] [Target column] [Bands] ([Filter])
Parameters
Source column
Defines a database, table, and column for a source for the numeric ranges. The column must be of numeric type.
Target column
Defines the name of the target column. The column is added to the source table.
Bands
Defines the ranges in the following format:
[Lower range number]|[Upper range number]|[Range Name]
Each range must be on a separate line. The lower and upper numbers define the numbers to include in the range. For example, if you want to define three age groups in households, you use the following definition:
1|30|Young
31|55|Middle-age
56|105|Old
Filter
Defines or uses an existing domain to filter the data set in the table.
How to create numeric ranges
1  
2  
Figure 5-19  
3  
4  
5  
6  
Figure 5-20  
7  
8  
1  
2  
Figure 5-21  
3  
Figure 5-22  
9  

Additional Links:

Copyright Actuate Corporation 2013 BIRT Analytics 4.2