Skip to main content
Skip table of contents

Using variables in custom text fields

Variables can be used in all custom text fields for both the Checklist and the Proxy custom fields. This can be a powerful way to customize what summaries to display when viewing checklist data.

Example

The following custom banner label:

Was created using this variable configuration:

CODE
%CompletedMandatoryItems%/%TotalMandatoryItems%M (%PercentCompleted%%)

The available variables are:

  • %CompletedItems%: The number of items in the checklist that are checked.

  • %IncompleteItems%: The number of items in the checklist that are unchecked.

  • %TotalItems%: The total number of items in the checklist.

  • %PercentCompleted%: The percentage of items in the checklist that are checked.

  • %PercentIncomplete%: The percentage of items in the checklist that are unchecked.

  • %CompletedMandatoryItems%: The number of mandatory items in the checklist that are checked.

  • %IncompleteMandatoryItems%: The number of mandatory items in the checklist that are unchecked.

  • %TotalMandatoryItems%: The number of mandatory items in the checklist.

  • %PercentMandatoryCompleted%: The percentage of mandatory items in the checklist that are checked.

  • %PercentMandatoryIncomplete%: The percentage of mandatory items in the checklist that are unchecked.

  • %CompletedGlobalItems%: The number of global items in the checklist that are checked.

  • %IncompleteGlobalItems%: The number of global items in the checklist that are unchecked.

  • %TotalGlobalItems%: The number of global items in the checklist.

  • %PercentGlobalCompleted%: The percentage of global items in the checklist that are checked.

  • %PercentGlobalIncomplete%: The percentage of global items in the checklist that are unchecked.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.