Skip to main content
kavyam0002
June 21, 2022
Solved

Task report

  • June 21, 2022
  • 3 replies
  • 0 views

Hi,

can we use task report (a!queryProcessAnalytics) to show the read only grid by fetching data from db? 

    Best answer by dhananjayk3480

    No, this function a!queryProcessAnalytics is use to query from process reports only.

    If your data is in DB table then just use query entity.

    Why you want to use a!queryProcessAnalytics?

    3 replies

    dhananjayk3480
    June 21, 2022

    No, this function a!queryProcessAnalytics is use to query from process reports only.

    If your data is in DB table then just use query entity.

    Why you want to use a!queryProcessAnalytics?

    kavyam0002
    June 21, 2022

    am not sure just asked can i use a!queryProcessAnalytics to show like this below grid by fetching data from db

    as you mentioned i'll go with query entity  

    dhananjayk3480
    June 21, 2022

    Yes