on 2023 Apr 19 11:43 AM
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.
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); ;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.