While using Process Management, I’m trying to figure out a way to display the number of times a status was updated, and if possible, break out the number of updates by the status that was applied.
For some background, I’m developing an app for staff to make COVID service calls to residents in our housing programs. Often times there are multiple calls made, and each call includes updating the Process Management status. Sometimes that status is “Call Back”, or “In Progress”, “Follow Up X Dept”, etc.
While I can certainly use the “Status History” dropdown to have a quick view, I’m wondering if it’s possible to:
- Identify the table that holds the Status History within Kintone
- transfer or view the Status History as a table within the app
- Have a field that counts the number of rows within the Status History within the app
- Use the table to create a chart, so we can gain insight into the workflow, i.e., what Status category do the majority of records fall under, how do the Status’s change over time, etc
I think my main question is whether or not the Process Management’s Status History table can be accessed, either with Java or with something like a SQL query, or even through another analytics program like Tableau (I have a connector). Any help here would be appreciated.
Thanks!