Reconciliation Period End
| Measure | Source and/or calculation |
|---|---|
| Recon Period End Auto Reconciled Count | Count IF AutoReconciled = true |
| Reconciliation Period End Count | ReconciliationPeriodEnd record count |
| Recon Period End Days To Approve Duration | Days between PendingApprovalTimestamp and ClosedTimestamp |
| Recon Period End Total Days To Complete Duration | Days between CreateStamp and ClosedTimestamp |
| Recon Period End Days To Complete Duration | Days between InProcesstimestamp and ClosedTimestamp |
| Recon Period End Days To Reconcile Duration |
IF reconciliation reopened THEN days between LastReopenedDate and PendingApprovalTimestamp/ClosedTimestamp ELSE days between InProcessTimestamp and PendingApprovalTimestamp/ClosedTimestamp
Note: This calculation uses the PendingApprovalTimestamp if the approval process is used; else it uses the ClosedTimestamp
|
| Recon Period End Days To Start Duration | Days between CreateStamp and InProcessTimestamp |