on ‎2022 Apr 13 1:37 PM
Hi,
we created a List Report with SAP Fiori Elements based on a CDS-View with some analytical annotations.
In manifest.json the type in tableSettings is set to "AnalyticalTable". Everything works fine from functional aspect but performance-wise we face some issues as we select high-volume data:
- first selection using the filter-criteria is alright, even though it takes a couple of seconds
- but when after this first selection we group using a certain column, a new Request is sent to the backend, resulting in another few seconds of waiting, even though the data should already have been fetched and no filter has been changed
- when expanding a group-line, another Request to the backend is sent, another few seconds pass
My question is: Can we avoid the last two requests sent to the backend to group and expand the group-lines? Is there a way to force the frontend to process the grouping with the already fetched data?
In addition, for the first request we set the threshold-Parameter to 100000 as we expect such a high-volume of data and otherwise scrolling leads to new requests to the backend. Is there a way to set the threshold to infinite?
Thanks for your help and advice,
Kevin
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.