Hi,
Can anyone provide an example of how to render a pivot table in a mashup using AngularJS (ng-repeat) to loop through the output of the model.getHyperCubePivotData.
This model returns qTop, qLefteft and qData arrays and I want to use them to render a pivot in a mashup.
The issue I'm facing is that the secondary dimensions in the pivot table are nested in the qLeft object into the qSubNodes array.
Any help is appreciated.