cancel
Showing results for 
Search instead for 
Did you mean: 

How can i bind more than one odata entity.. ?

Former Member
0 Kudos

Hi ,

I am trying to develop custom Fiori app with a standard coding format.

I am able to bind one odata entity to the icon tab bars and it is working perfectly fine.

Now I have to bind another odata entity to one of the icon tab filter available in the same view to display it as a list.

I have tried one coding method, the data is displaying but only the last record is displayed multiple times with the exact count.

How can I resolve this?

My coding:

<IconTabFilter>

<List id="Aproval1" items="{path: '/COS_APP_MATSet',

filters : [ {path : 'PfNum',operator : 'EQ',value1:'4045'},

{path : 'Process',operator : 'EQ',value1:'PROM'} ] }">

<items>

<ObjectListItem title="{Name}" number="{Designation}" type="Active">

</ObjectListItem>

</items>

</List>

</IconTabFilter>

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

filters : [ {path : 'PfNum',operator : 'EQ',value1:'4045'} what if u remove this?