Skip to main content
October 22, 2022
Question

Getting error while passing process report to interface

  • October 22, 2022
  • 2 replies
  • 0 views

I need to get process tasks by groups of particular appilication ,

Thus if I have a process report for L1 group show below .

while fetching thoese report to interface i am getting Error 

The error says passing empty values .

the cons i am calling for process report is attached below , what changes should i do now?

    2 replies

    stefanhelzle0001
    October 22, 2022

    Did you try to add a few columns?

    peter.lewis
    Employee
    October 24, 2022

    I don't think you can directly put in your query like that into a grid because the output of a!queryProcessAnalytics is a PortalReportDatasubset. I would suggest putting your query outside of the grid in a local variable and then reference that local variable in your grid. That will also make it easier to debug, since you could see the value of that local variable and verify that it its correct.