Formula indicator errors: "Invalid insert" and "Invalid Formula. Please correct formula syntax before save: missing ] after element list (; line #)"Issue Formula indicators fail with errors "Invalid insert" and "Invalid Formula. Please correct formula syntax before save: missing ] after element list (; line #)", though the formula syntax is correct Steps to Reproduce: Navigate to Performance Analytics ➔ Indicators ➔ Formula IndicatorsClick 'New'Fill in the required details such as Name (say Test Formula Indicator), Precision, Direction, etcAdd any formula in the Formula field. Use sample formula below to reproduce the issue:[[Number of incidents not solved]] / [[Summed age of last update of open incidents]] / 100Click 'Submit'Navigate to Performance Analytics ➔ Indicators ➔ Automated IndicatorsLookup 'Name' is 'Number of incidents not solved' (Any indicator from Step 4) and openModify Name to any by adding square brackets say 'Number of [incidents] not solved'Click 'Save'Navigate to Performance Analytics ➔ Indicators ➔ Formula IndicatorsLookup 'Name' is 'Test Formula Indicator' and openModify the Formula field with the updated name of indicator from Step 8. That would be as follows:[[Number of [incidents] not solved]] / [[Summed age of last update of open incidents]] / 100Click 'Save' Observe errors on the page as follows and other indicators in the formula changing to SysID: Invalid insertInvalid Formula. Correct formula syntax before save: missing ] after element list (; line 1)CauseThe issue is caused by the use of square brackets [] in the name of the indicator used in the formula. This violates the naming convention for indicators used in formulasResolutionTo resolve the issue, change the name of the indicator used in the formula (located in the pa_indicators.LIST table) to a title that doesn't include square brackets. Then, try creating the formula indicator again using the new name. In case of above mentioned example, for the formula: [[Number of [incidents] not solved]] / [[Summed age of last update of open incidents]] / 100Locate indicator "Number of [incidents] not solved" from pa_indicators.LIST and rename it to something that doesn't include square brackets and retry creating a formula indicator using it.