Community
Participate
Working Groups
This enhancement is to track the Data Engine changes to support BUG 192853. The general use case is that a report item is placed in an cell (usually a totals cell) of a crosstab report item. Data engine should provide the sub report item with a cube result set backed by the data contained in the slice of the cube represented by the cell. For 2.3 we are only required to support the case where a chart (or another cube-aware extended report item) is placed with in a XTab. There is not current requirement to support table/XTab within a Xtab.
The nested xtab/table case has been resolved. We are now needing to support sub xtab case.
Now Dte has supported subquery execution, see ICubeCursor.getSubCursor() API specification. Reassgin this bug to designer for remaining fix.
Fixed in Dte side.