Fetch a column from the reports

Hi,

I need to fetch a column details from a Report by passing processId and a variable which specifies the environment.

"queryProcessAnalytics" to fetch the details doesn't seem to work.

Any idea on this?

Thanks in advance,
Nimisha.

OriginalPostID-232179

  Discussion posts and replies are publicly visible

Parents
  • Yes, you are right. When I input the below query I see the error thrown as displayed below

    a!queryProcessAnalytics(
    report: cons!Report_Fetch,
    contextProcessIds: tostring(536871599) (is of type Text in the report),
    query: a!query(
    pagingInfo: a!pagingInfo(
    startIndex: 1,
    batchSize: -1
    ))
    )

    O/P
    [startIndex=0, batchSize=0, sort=, totalCount=0, data=, identifiers=, name=Category Fetch Exception, description=, columnConfigs=, errorMessage=Empty context passed in for report Category Fetch Exception [id=13295]. (APNX-1-4156-000)]

Reply
  • Yes, you are right. When I input the below query I see the error thrown as displayed below

    a!queryProcessAnalytics(
    report: cons!Report_Fetch,
    contextProcessIds: tostring(536871599) (is of type Text in the report),
    query: a!query(
    pagingInfo: a!pagingInfo(
    startIndex: 1,
    batchSize: -1
    ))
    )

    O/P
    [startIndex=0, batchSize=0, sort=, totalCount=0, data=, identifiers=, name=Category Fetch Exception, description=, columnConfigs=, errorMessage=Empty context passed in for report Category Fetch Exception [id=13295]. (APNX-1-4156-000)]

Children
No Data