cancel
Showing results for 
Search instead for 
Did you mean: 

How to group or filter the model in split app?

Former Member
0 Kudos

Hi all ,

I am passing the following table entries from back-end and binding to model.

Question:

I want to display the same model in split app with left side having unique purchase order no how to achieve the same? (i know how to bind value to ui controls just not sure how to show only unique entries).Currently the master page in split app is having all the duplicate entries of order no.

I want to use a filter say " i want to list only purchase orders with material-20" in that case i want to see only two purchase orders 1 and 2 in the master page. ie > filter and display only unique po number based on material no. what URI filter parameters to be used in along with model to achieve the same?

I am using XML views

Purchase orderitemmaterial
110m-10
120m-20
210m-10
220m-20
230m-30
310m-40

Split app preview

Ordersother controls
1
2
3

Accepted Solutions (0)

Answers (2)

Answers (2)

kai2015
Contributor
0 Kudos

SAPUI5 SDK - Demo Kit

and a lot more about filters

former_member182372
Active Contributor
0 Kudos

I would need an intermediate Json model: read odata model and create json model once data is loaded, bind list to json model

ODataModel.prototype.read = function(sPath, mParameters)