cancel
Showing results for 
Search instead for 
Did you mean: 

Change order and adding value help of filters in Smart filter bar - Fiori element app

VictorHo
Participant
0 Kudos

Hello Fiori experts,

I'd like to ask for your help to solve one technical challenge in my Fiori app:

1/ Reorder filter in filter bar

I followed this document to add a custom filter to my fiori element filter bar. It's done.

Now I need to change the position (order) of the custom filter. I don't want it to be the first filter in the filter bar, but the last one instead.

2/ Adding value help for a filter in Smart filter bar

I followed SAP document to add value help to my filter but it didn't work. It still shows the general filter when I open the value help dialog.

What I need to achieve is a value help with values for users, something like this:

I've looked up SAP documents & multiple blogs but I'm not sure what's wrong. My filter field still show the old value help.

You can have a look at my code at: Github fiori element repo

Could you please help me on how can I implement those requirements?

Thanks a lot for your help.

Best regards,

Vuong.

View Entire Topic
Kishannaicker
Participant
0 Kudos

Hi,

1. Please specify a higher index value , like 100 and above for custom filter fields if it has to be displayed after all the filter fields.

2. For valuehelp, please check that you are using the Common.ValueList at the right position in your entityset. If possible add your annotation code here.

Regards,
Kishan Naicker