Hi,
the report writer supports the creation of pivot tables in several ways:
- There is the PIVOTABLE report object that has many options. It supports for example n-dimensions, n-measures, sorting after grouping, top-n, multi variable expressions to both build dimension keys as well as values and many more options such as output as business graphs or lists. There are two demonstrations of in the sample reports. The "dynamic" pivot table demonstration demonstrates how a flat stream can be dynamically pivotized based on user input.
- There are sample reports and templates that pivotize data with 2-dimensions and n-measures.
- The data transformation facility offers pivotizing capabilities with a similar features as the PIVOTABLE report object but since the operation is done at the data level with transformed schemas, the subsequent output options (e.g. drawing a custom table) are larger.
We do not however at this point create pivottables in the Excel output due to limitations in the Apache POI library which we use to create Excel output.
Regards,
Alex