cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP C4C Retrieving Analytics Data Using OData

Former Member
0 Likes
1,382

Hello colleagues,

Is it possible to retrieve more than 50 lines of data of the specified report using odata service?

According to documentation QueryResults returns only 50 lines:

Data of a Report

Example: https://<your system information>.sapbydesign.com/sap/byd/odata/<shortened name of work center>_analytics.svc/RP<report ID>QueryResults

returns the first 50 lines of data of the specified report

Regards,

Dmitry

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Hi Dmitry

That is the default number of records, which the query generates. You have option to use filter and parameters to get the result as per your requirement.

eg: $top, $skip etc.

Helpful blogs:

https://blogs.sap.com/2015/03/10/odata-for-sap-business-bydesign-analytics/

https://blogs.sap.com/2017/02/08/using-filter-and-selection-parameter-in-byd-odata-for-analytics/

https://help.sap.com/viewer/66e9a9081a7b40e38c8604d6617d0311/1702/en-US/a3befde33fa6472c9f7ad2686bd4...

Regards

Praveen