Carrot reference
Functions
findFormTasksByAssessment()
Returns form-completion Tasks related to a particular Form within a particular Assessment.
This is particularly useful for reporting on completion rates.
findFormTasksByAssessment(assessment[, form])
findFormTasksByAssessment('1H Performance Review', 'Manager Review').countPercent{status:done}
Returns the percentage of Manager Review submissions that were completed in the "1H Performance Review" assessment.
findFormTasksByAssessment('Engagement Survey').count()
Returns the number of Engagement Survey submissions that were sent out.
Updated 07 Nov 2024
Did this page help you?