Skip to main content
niharranjanh0001
August 5, 2022
Solved

Process & task reports

  • August 5, 2022
  • 5 replies
  • 0 views

Is process  & task reports the component that requires extensive coding ? Is there a component available to make it easy for moderate techies to create great reports low-code way 

Best answer by deepakg681722

These are the SAIL report and yes, it will require coding. Try with drag and drop functionality but in that also, you have to do some coding.

5 replies

August 5, 2022

What type of report you are looking for? For process & task report there is nothing we have to do with code.

niharranjanh0001
August 5, 2022

I want to have a report showing how the individual team members are loaded with how many tasks by passing a group as parameter . Also one more requirement to see how many out of the tasks have breached SLAs and how many are going to breach in next 3 days or so 

August 5, 2022

These are the SAIL report and yes, it will require coding. Try with drag and drop functionality but in that also, you have to do some coding.

harshitb6843
August 5, 2022

Nope. It does not require intensive coding. It required good configuration tho. If you have good logical skills and a basic understanding of columns, then it should not be very difficult. Plus, Appian has good documentation that can help you configure it. - https://docs.appian.com/suite/help/22.1/Task_Report_Tutorial.html

Points to remember

  • When you query a task report, the column names are actually replaced with c0, c1, c2......cN
  • It also queries Drilldown field for every column that are represented as dp0, dp1, dp2.....dpN
  • You will be able to find the column configurations (which cN means which column and same with dp)