
I want to display year wise total count so that I will get 2018 year 3 count and 2016 year 1 count. Join Date are my dimensions and count is measure in my analytical column chart. In CDS View add the following code of line to get the result. @DefaultAggregation: #SUM
@EndUserText: {
quickInfo: 'count'
}
Chart is showing perfect when I add above line in CDS view. Is it possible to achieve same using local annotations?
How to do using local annotations without above CDS View annotations?

l count of
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.