on 2019 Aug 21 10:10 AM
Dear experts,
I'm developing a dashboard for opportunities with fiori elements. I added a new analytics card. On this card I want to show the expected sales volume for the different sales stages.
But only the value of the first enttity is shown. The values are not added up.
As an example, I created two opportunities with the same sales stage (down left corner). You can see the value on the right. As you can see only the value of the first oppy is shown in the bar chart.
You can see my annotations here:
This is from the manifest.json:
"card02": {
"model": "ZCRM_OPPORTUNITY_SRV",
"template": "sap.ovp.cards.charts.analytical",
"settings": {
"title": "{{card03_title}}",
"entitySet": "Opportunities",
"chartAnnotationPath": "com.sap.vocabularies.UI.v1.Chart#SalesStage",
"KPIAnnotationPath": "com.sap.vocabularies.UI.v1.DataPoint#TotalValue"
}
},
In the trace for the service, I can see, that both requested opportunities are part of the payload response.
If I change the sales stage of one oppy (down left corner), both oppies are shown in the chart:
Did I miss something or is this the expected behaviour? For me it would be great, if the chart would show the sums over all oppys..
Best regards,
Matthias
Request clarification before answering.
Hi there, do you have a solution yet?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.