Hello,
I'm using 8.3p-2013-05-29.
When using hideEmptyFacetValues: true on a CubeGrid, tree facets can not be expanded.
This can be easily reproduced in the showcase, go to: http://www.smartclient.com/#analyticsFS
In the databound_cubegrid.js tab, add:
just after:
And click Try It.
Then row facets won't expand anymore. If you change hideEmptyAxis: "row" to hideEmptyAxis: "column", column tree facets can't be expanded anymore.
Cheers,
Cédric.
I'm using 8.3p-2013-05-29.
When using hideEmptyFacetValues: true on a CubeGrid, tree facets can not be expanded.
This can be easily reproduced in the showcase, go to: http://www.smartclient.com/#analyticsFS
In the databound_cubegrid.js tab, add:
Code:
hideEmptyFacetValues: true, hideEmptyAxis: "row",
Code:
isc.CubeGrid.create({ ID:"report",
Then row facets won't expand anymore. If you change hideEmptyAxis: "row" to hideEmptyAxis: "column", column tree facets can't be expanded anymore.
Cheers,
Cédric.
Comment