Dear Experts,
below shown a screen shot and some simple code on stack column. May i know is it correct i filled the bold part in the code there with the red box which is highlighted in the screen shot?
var oDatasetStacked_Column1 = new sap.viz.ui5.data.FlattenedDataset({ |
dimensions: [{
name: "Product Group",
value: "{Paph3Pa}"
}
],
measures: [{
name: 'LC Amount',
value: '{HslRevenue}'
}, {
name: 'LC Amount',
value: '{Hsl}'
}],
data: {
path: "/Products"
}
});
Regards,
Loh.