C
capacity option
A set of properties that defines the resource group and server service settings for a server configuration template. Default capacity options include small, medium, large, and disable.
Related terms
resource group, server configuration template, server service
cascading parameters
A set of report parameters that have a hierarchical relationship, for example:
Territory
Country
State
City
In that set, each report parameter displays a set of values. Selecting a value from the top-level parameter determines the values that the next parameter displays, and so on. Cascading parameters display only applicable values to the user.
Related terms
hierarchy, parameter, report
case sensitivity
A condition in which the letter case is significant for the purposes of comparison.
category
1 In an area, bar, line, step, or stock chart, one of the discrete values that organizes data on an axis that does not use a numerical scale. Typically, the x‑axis of a chart displays category values. In a pie chart, category values are called orthogonal axis values and define which sectors appear in a pie.
2 In Metrics Management, a label used to administer and manage large groups of objects. For example, a briefing book section can use a filter that gets all measures that contain a specific category.
Related terms
briefing book, chart, data, filter, hierarchy, measure, Metrics Management, object, section
Contrast with
series
cell
The intersection of a row and a column that displays a value in a cross tab, grid element, or table element.
Related terms
column, cross tab, grid element, row, table element
chart
A graphic representation of data or the relationships among sets of data. Chart types include bar, bubble, line, meter, pie, radar, and stock charts.
Related term
data
Contrast with
chart element
chart element
A report item that displays values from a data set in the form of a chart.
Related terms
chart, data set, report item
Contrast with
charting extension
charting extension
An extension that adds a new chart type, a new component to an existing chart type, or a new user interface component to the BIRT chart engine.
Related terms
BIRT Chart Engine, chart
Contrast with
report item extension
clone
A mechanism that duplicates properties of an item within a volume. For example, a user or a user group can be cloned. The process copies all memberships, properties, and relationships and the properties shown on the Properties page for the item.
Related terms
property, user group, volume
cloud computing
In the Actuate product environment, a cloud deployment is a replicated instance of an installed BIRT iHub image that contains only the run-time environment. On a network, nodes having the same cluster ID detect each other and join to form a cluster. All nodes share the same stateless BIRT iHub image.
Related terms
Actuate BIRT iHub, cluster, instance, node, run time
cluster
A group of active BIRT iHub nodes on the same network.
Related terms
Actuate BIRT iHub, node
cluster template
See server configuration template.
color chooser
A tool that specifies colors for parts of a report such as fonts, backgrounds, lines, and report element backgrounds.
Related terms
font, report, report element
column
1 A named field in a database table or query. For each data row, the column can have a different value, called the column value. The term column refers to the definition of the column, not to any particular value of the named field.
2 A vertical sequence of cells in a cross tab, grid element, or table element.
Related terms
cell, cross tab, data row, field, grid element, table, table element
column binding
A named column that defines an expression specifying the data to return. Column bindings form a required intermediate layer between data set data and report elements.
Related terms
column, data, data set, report element
column key
An expression used to group data rows into columns and sub-columns in a cross tab element.
Related terms
column, cross tab element, data row, group
Contrast with
row key
combination chart
A chart that represents multiple data series as different chart types in the same plot area. In Figure G‑1, for example, products A and B sales appear as vertical bars with the y-axis values on the left, and total downloads appears as a line with its y-axis values on the right.
Figure G‑1 Combination chart
Related terms
chart, data, series
Contrast with
base chart, chart element, Flash chart element, hyperchart
comma‑separated values (CSV) file
A flat file format that stores data in a tabular structure, separating the rows by new-line characters, the column values by commas, and delimiting the column values containing special characters by quotation marks.
Related terms
column, data, flat file, row
Contrast with
file types
commentary
In Metrics Management, an explanation that appears in the dashboard. Typically, the measure owner uses commentary to communicate information about the performance of a measure or initiative. There are four default commentary types: action plan, customer quotes, discussion forum, and owner’s commentary.
Related terms
dashboard, measure, measure owner, Metrics Management, performance
comparative
In Metrics Management, a reference point that is measured against another reference point to produce meaningful data. Comparative series are added to measures, either as a base or comparison series. Default comparatives include actual, budget, benchmark, target, and previous year.
Related terms
base series, comparison series, index value, Metrics Management, series, target data
comparison series
In Metrics Management, a series used to calculate index values for measures. The calculation uses a base series and a comparison series. Examples of comparison series include actual, budget, and target.
Related terms
actual series, base series, index value, measure, Metrics Management, target data
Contrast with
comparative
compile
To translate code written by a programmer into object code for execution.
*In BIRT Designer Professional, compiling translates a Java source code file into a bytecode (.class) file.
*In BIRT Designer Professional and the Information Object Design perspective, compiling translates data connection definition (.dcd) files, data source map (.sma) files, and information object (.iob) files into an information object.
*In BIRT iHub Integration Technology, compiling an Information Delivery API (IDAPI) application written in Java translates a source code file into a bytecode (.class) file. Similarly, compiling an IDAPI application written in Microsoft .NET C# translates a source code file into object code.
Related terms
Actuate BIRT Designer Professional, BIRT iHub Integration Technology, data connection definition (.dcd) file, data source map (.sma) file, Information Delivery API (IDAPI), information object, Information Object Design perspective, information object (.iob) file
Contrast with
file types
completed job
A scheduled job on an iHub volume that has succeeded or failed.
Related terms
job, scheduled job, volume
Contrast with
pending job, running job
completed period
In Metrics Management, a period of time for which data is considered complete. By default, briefing books and views display data for the completed period.
Related terms
briefing book, Metrics Management, view
Contrast with
beyond completed period, current period, locked period, period range
computed column
A column in which each cell displays the result of an expression.
Related terms
cell, column
Contrast with
computed field, computed value
computed field
A field that displays the result of an expression.
Related term
field
Contrast with
computed column, computed value
computed value
The result of a calculated expression. To display a computed value in a report, use a data element.
Related terms
data element, report
Contrast with
computed column, computed field
conditional expression
An expression that returns value A or value B depending on whether a Boolean expression evaluates to True or False. For example:
row["Gender"] == "M" ? "Male" : "Female"
conditional format
A format that applies to a report item when a specified condition is met. For example, text appears in red when the value is negative.
Related term
report item
Configuration Console
See System Console.
configuration file
An Extensible Markup Language (XML) file containing the parameters and settings used to set run-time values in a program environment. In BIRT Designer Professional, a file that specifies data source connection settings for a report or information object. The settings in a configuration file override the settings in a report executable file located in a volume. In BIRT iHub server, the file, acserverconfig.xml, specifies settings such as the server configuration template, e‑mail SMTP settings, resource groups, and services.
Related terms
Actuate BIRT iHub, connection profile, data source, information object, parameter, report, report executable file, resource group, run time, server configuration template, server service, volume
Connection
A Java object that provides access to a data source.
Related terms
data source, object
Contrast with
connection, connection property
connection
A communication link to a database or other data source, defined by a set of data source connection properties.
Related terms
connection property, data source
Contrast with
Connection
connection profile
A shareable set of connection properties created using BIRT Designer Professional that defines a data source. The connection profile is stored in an encrypted file. A report design accesses separate connection profiles in development and production environments.
Related terms
connection property, data source, design, report
connection property
A named value used to connect to a data source. Properties vary depending on the data source type. Typical connection properties are user name and password.
Related terms
connection, data source, password, property
consolidation
In Metrics Management, an operation that combines data across periods and locations, for example, sum, average, and take last known value.
Related terms
location, Metrics Management
Contrast with
location consolidation, period consolidation
constant
A predefined value. A constant does not change during the time that a program runs.
container
A data structure that holds one or more different types of data. For example, a grid element can contain label elements and other report items.
Related terms
data, grid element, label element, report item
containment
A relationship among instantiated objects in a report. One object, the container, defines the scope of other objects, the contents.
Related terms
container, report, scope
containment hierarchy
A hierarchy of objects in a report.
Related terms
hierarchy, report
converter
A tool that converts data from one format to another format. Actuate BIRT technology provides an AFP converter, Excel converters, PDF converters, an HTML converter, a PostScript converter, PowerPoint converters, Word converters, and an XHTML converter.
Related term
data
cross tab
A report that arranges data into a concise summary for analysis. Aggregate values or charts appear in a matrix of rows and columns. A cross tab shows how one item relates to another, such as monthly sales revenue totals aggregated by product line.
Related terms
column, data, report, row
Contrast with
cross tab element, Interactive Crosstabs
cross tab element
A report item that uses data from a cube to define a cross tab.
Related terms
cross tab, cube, report item
Contrast with
Interactive Crosstabs
cube
A multidimensional data structure that uses dimensions and measures to group and summarize large quantities of data for analysis. A cube also defines a data object for use in Interactive Viewer, Interactive Crosstabs, and reports.
Related terms
cross tab element, data, data object, dimension, Interactive Crosstabs, Interactive Viewer, measure, multidimensional data, report
cube view
A display of data from a cube, formatted and filtered using Interactive Crosstabs. A cube view can be saved to a cube view (.cubeview) file in a volume.
Related terms
cube, cube view (.cubeview) file, data, Interactive Crosstabs, volume
Contrast with
BIRT Analytics
cube view (.cubeview) file
A file containing formatted and filtered data from a cube, created using Interactive Crosstabs.
Related terms
cube, data, file types, filter, Interactive Crosstabs
Contrast with
cube view
current period
In Metrics Management, a period of time for which a user can enter data.
Related term
Metrics Management
Contrast with
beyond completed period, completed period, locked period, period range
custom data source
See open data access (ODA).
Custom Event Web Service
A mechanism that supports scheduling a report to run as a job when a custom event occurs. BIRT iHub continuously polls the service using the event name and parameters.
Related terms
Actuate BIRT iHub, job, parameter, report, run
Contrast with
event-based job scheduling, event handler, event listener
Custom Visualization element
A report item that enables integrating third‑party interactive data visualizations into BIRT reports. The Custom Visualization item supports inserting custom HTML, HTML5 code, client-side JavaScript, JavaScript libraries, and CSS code in a report, and connecting the BIRT data to that visualization.
Related terms
report, report item
Contrast with
chart element, gadget