cancel
Showing results for 
Search instead for 
Did you mean: 

Adding controls to OVP Fiori Cards

AbhishekSharma
Active Contributor

Hi,

We are creating Fiori Cards in OVP application, and want to add filters on individual cards. Please help how this can be achieved.

Interested to achieve this functionality using Annotations if possible rather then writing custom controller (custom coding). Something like below.

Thanks-

Abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

If anybody is looking for an easy solution, see Combining and Viewing Multiple Cards.

former_member495129
Discoverer

Hi,

Did you get the answer? We also have similar requirement..

mdcastle
Active Participant
0 Kudos

You could utilise a view switch and have a selection variant attached to each view. This can be controlled using local annotations.

Card filters - https://sapui5.netweaver.ondemand.com/#/topic/ecde99ffaf2d4c5d8e95552415588b74

View Switch - https://sapui5.netweaver.ondemand.com/#/topic/931f92df1cd145b88f8214f0ce4ae8bb

You won't be able to have user defined filters using this approach though. For user defined filters you'd have to utilise the global filter.

https://sapui5.netweaver.ondemand.com/#/topic/73d96937ae94468da04cf0d32eb4c6ee

As long as the field name being filtered is consistent across cards and data sources the global filter will apply to all cards where the filter field is contained.