Retrieving pivot data for Sense extension development
Hi
I'm not sure if i am posting this in the correct forum.
I'm currently developing an extension for Sense, which is a pivot table.
Say i have two dimensions, Country and City. I can't seem to figure out, how to "layer" City within Country, so that the final qPivotDataPages array contains values for both dimensions. When i add the two dimensions to my extension, with qMode: P, the HyperCube object only returns one object within qPivotDataPages, which contains the qLeft and qData, but only for the first dimension in the order.