cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid repeated data in combo box?

Jayakrishnan
Active Participant
0 Kudos

Hi Everyone,

I am working on Custom SAPUI5 Application development. In my application, I have two combo box. By using bindAggregation, I bounded the item with that Combo Boxes using EntitySet. it contains two primary key as a composite one.

While displaying, it allows repeated data (due to the composite key). But I need to avoid the repeated data.

Thank you,

Regards,

JK.

Accepted Solutions (1)

Accepted Solutions (1)

maheshpalavalli
Active Contributor
0 Kudos

If you want to do it in the ui5 app, read the data to json model and remove the duplicates else as far as i know, in the bankend itself you need to filter out the data

Answers (0)