You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to read Analytic report data using get method?

Accepted answer
14
Views
2
Comments
edited Jun 8, 2022 12:02PM in General Technical Discussions 2 comments

Content

Hi ,

Please help!!

I am accessing the analytic report using following method(in Java),  any idea how I can read the data of individual column?

RNObject[] runAnalyticsObjects = new RNObject[] {analyticsReport};  
RNObjectsResult getResults = _service.get(runAnalyticsObjects, processingOptions, clientInfoHeader);      

RNObject[] rnObjects = getResults.getRNObjects();

 

Thanks.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!