Quantcast
Channel: SCN : All Content - SAPUI5 Developer Center
Viewing all articles
Browse latest Browse all 6178

how to include two entity sets in the path (data: { path: "/Products" })

$
0
0

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.


Viewing all articles
Browse latest Browse all 6178

Latest Images

Trending Articles



Latest Images