on ‎2021 May 17 12:36 PM
I am trying to create a Fiori Elements Analytical List Page in VS Code and after selecting my local schema.cds the dropdown for the "Main entity" selection is empty and the following text appears in red: "The OData V4 service you have provided is not suitable for use in an Analytical List Page application. The service must contain aggregate based entity sets for this floorplan."
Where do I find the requirements or examples for making a suitable service with "aggregate based entity sets"?
Request clarification before answering.
Hi Jay Johnson,
did you get any help on your problem, or could you solve it? I just have the same problem. With OData V2 the ALP generation in BAS is working. But using OData V4 the same CDS-views it does not work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your entity must be annotated with sap:semantics="aggregate" and its properties must be annotated with sap:aggregation-role="dimension" or sap:aggregation-role="measure". Here's some documentation on how to do that with CDS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi jayjohnson14,
The following blog explains how to build an analytical application on top of CAP.
Here you can find annotations to enable aggregation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That page is helpful but it doesn't mention this problem that I'm having with the app generator. I found that I need to use a OData v2 proxy to get it to work.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 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.