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?
Discussion posts and replies are publicly visible
Did you try to add a few columns?
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.