Cube Delta Extract

This extract pulls only the new or changed data since the data was last extracted. It creates an OLAP extract of the changes done between two time periods (i.e., a Delta).

This feature is Early Access and available upon request only. Contact your Jedox sales rep for details.

Main settings

Connection Connection name
Query cube Name of the cube to extract; available cubes will appear in the dropdown list.
Read rule-based values

If set, all rule-based cell values are extracted. Empty cell values are not extracted. In case of zero values:

  • If "empty cells" is set to "excludeEmpty", then the zero value is copied.
  • If "empty cells" is set to "excludeEmptyAndZero", then the zero value is NOT copied.

Query filter on dimensions

A query filter on the dimension allows filtering according to specified elements or values. The filter type can be set to "accept" or "deny" as required. This type of filter allows particular cube areas and / or cube cells to be filtered out. Only cube cells that meet the filter conditions for all dimensions are extracted.

Text and numeric values can be filtered.

Note: "Equal" is case-insensitive, while "Like" is case-sensitive. You can change the case-sensitivity by using a (?) modifier. Seehttps://www.regular-expressions.info/modifiers.html

Cube output columns

The cube output columns of the extract can be specified by defining for each column:

  • The name of the column (default: Name of the dimension)
  • The cube dimension

In most cases this manual definition is not necessary: by default, all cube dimensions are output columns of the Cube extract with the dimension name as column name and with the order as defined in the cube.

The manual definition offers the options of

  • reordering columns
  • renaming columns
  • omitting some of the cube dimensions

When a cube dimension is omitted from the output columns, the cube values are extracted on the default read element of this dimension. This default read element has to be specified for the dimension in the Modeler. Additionally, no filter condition can be applied on this dimension.

Extract mode

Previous delta, recalculate,

Use caching

If caching is activated, the complete output of the extract is temporarily stored during the first call of the extract, using an internal H2 database. Subsequent calls of the extract read directly from the cache without connecting to the underlying source system of the extract. If the extract or the underlying connection contains variables, a separate cache is build for different values of these variables.

See Caching in Extracts and Transforms for more information.

Advanced settings

Rename value: name of the last column containing the cube cell value.

 

Updated April 30, 2026