cancel
Showing results for 
Search instead for 
Did you mean: 

Filter on Aggregated column in UI5

dayakarp
Advisor
Advisor
0 Kudos
376

Hi All,

By default in the analytical table for aggregated column I can see only the options for sorting, is it possible to enable the filter on the aggregated columns ?

Thanks,

Dayakar.

View Entire Topic
zamboni
Explorer

Hi, unfortunately this option is not available. try something custom by adding something like:

oTableItems.bindRows("/OnlyRequest", {filtros: filter_array_identifier}) 
or
oTableItems.bindRows("/OnlyRequest", {filters: filter_array_identifier}) or oModel.read(" /yourEntitySet", null, filters); ;
dayakarp
Advisor
Advisor
0 Kudos

Thank you