Hi ,
We are binding Cube Grid by json data using jquery .Its working fine when we have only one row facet,one column facet but when we are trying to fetch more than one row facets dynamically it is not working properly.
Please find the details as follows:
1.SmartClient_83_PowerEdition
2. IE 9
Sample code
CubeGrid.create({
ID: "report",
position: "relative",
left: 400,
top: 175,
width: "80%",
height: 295,
data: jsonObj,
valueProperty: valu,
columnFacets: [colfacet],
rowFacets: [k[1]]
where k[1] value: "Budgetid","currencyid"
in output it showing output as "Budgetid","currencyid" as one column,it should be two different column.
attaching the scrren shots .
We are binding Cube Grid by json data using jquery .Its working fine when we have only one row facet,one column facet but when we are trying to fetch more than one row facets dynamically it is not working properly.
Please find the details as follows:
1.SmartClient_83_PowerEdition
2. IE 9
Sample code
CubeGrid.create({
ID: "report",
position: "relative",
left: 400,
top: 175,
width: "80%",
height: 295,
data: jsonObj,
valueProperty: valu,
columnFacets: [colfacet],
rowFacets: [k[1]]
where k[1] value: "Budgetid","currencyid"
in output it showing output as "Budgetid","currencyid" as one column,it should be two different column.
attaching the scrren shots .