PARAMETRIC
Parametric columns consist of query-based values. These queries are formulated with values or columns belonging to any table in the database as long as the tables are properly joined. The resulting dynamic column is created in the table indicated during the process, so the results are very different depending on the resolution marked by the selected table.
For example, in the Demo database, you can determine sales of a particular product. For the Customers table, the query returns the number of customers who bought one or more quantities of the product, while for the Products table the query returns how many X products have been sold. The number of products sold is probably greater than the number of customers who have bought them, because one customer may buy more than one unit of a product, but one unit of a product cannot be sold to more than one customer.
A parametric column is not displayed in the data explorer, since the same record may meet the condition of several values in the parametric column.
A Parametric instruction must have the following syntax:
Syntax
PARAMETRIC [Target table] [Target column] [Bins]
Parameters
Target table
Defines a database, and table.
Target column
Defines the name of the target column.
Bins
A set of data values that fall in a given interval. Define a bin name and a query that fills the bin with data. To define the query, use Domain.
How to create a parametric column
The example creates a parametric column, which groups the customers into two bins, customers from California, and customers with credit limit greater than $100K.
1  
2  
Figure 5-23  
3  
4  
5  
1  
2  
3  
Figure 5-24  
4  
5  
6  
Figure 5-25  
7  
6  
Figure 5-26  
7  
8  
1  
2  
Figure 5-27  
3  
Figure 5-28  
9  

Additional Links:

Copyright Actuate Corporation 2013 BIRT Analytics 4.2