Hi Experts,
May i know how i am going to include two entity sets in the path? The below code only shown it only involves one entityset.
data: {
path: "/Products"
}
Second Question:
If both entity sets (Products & ProductRevenue) contains the same attributes (let say it is Hsl)but different value and i wish to set the Hsl in Products as x-axis and Hsl in ProductRevenue as y-axis,how the Web IDE is going to differentiate the value of Hsl from Products is set as x-axis or Hsl from ProductRevenue is set as y-axis?
var feedValueAxis_dual_stacked_bar3 = new sap.viz.ui5.controls.common.feeds.FeedItem({
'uid': "valueAxis",
'type': "Measure",
'values': ["Hsl"]
}),
//feedValueAxis2_dual_stacked_bar3 = new sap.viz.ui5.controls.common.feeds.FeedItem({
// 'uid': "valueAxis2",
// 'type': "Measure",
// 'values': ["Hsl"]
//}),
Regards,
Loh.