Diagnostic checklist
Work from the stored answer outward.
- 01
Start with the displayed result
Locate the expression question or calculated value behind the total, then trace every downstream percentage, category, HTML placeholder, and rule that reads it.
- 02
Resolve every name in braces
For each {name}, find the exact question, answer key, or calculated value supplied by the definition. Similar labels and differently named totals are not substitutes.
- 03
Separate definition values from host variables
Application code can inject variables at runtime. Confirm whether an absent name is truly stale or is deliberately supplied by the host before changing the formula.
- 04
Validate, repair, and retest the chain
Use expression validation and FormPath to identify unknown names, repair only from documented intent, then enter representative values and confirm every downstream output changes correctly.