cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate Values in Fiori Elements Value Help

darsh1327
Explorer
405

Hi Community,

I am implementing App with SAP CAP backend and Fiori Elements as the frontend.

When implementing the filer fields, duplicate values are coming in the value help

Reason:

Because the entity assigned to this value help contains multiple records, so the values are repeating.

Fixes Tried.

Tried to create a view over my entity but is failing due to some errors, how can i achieve this without create new entities for this value helps, instead use the existing one itself.

Please find the attached screenshot regarding the same.

darsh1327_0-1722680002189.png

 

 

darsh1327
Explorer
Any suggestions, when i am using the backend odata service for filters in sap fiori, the values are duplicated but when i am using local db or hana db i was able to create views on the DB and get the distinct records
View Entire Topic
junwu
Active Contributor
0 Kudos

why you cannot create new one? did you use select distinct?

darsh1327
Explorer
0 Kudos
Yeah i tried select distinct but its not working
junwu
Active Contributor
0 Kudos
your code please....