2016 Mar 19 9:07 PM
I need to build a cds view by joining multiple tables. Now there are about 30 fields in the select.
The requirement is to have a sum on the amount field based on only 2 of the fields selected.
This cannot be achieved with groupby as I need to give all the fields other than the aggregation function inside it where as my requirement isI need to do the sum based on only 2 keys. Can you please suggest
2016 Mar 21 5:12 PM
You can extract the necessary fields into a separate CDS view and join/associate that separate view in your current view.
Regards,
Florian