Identify syntactically incorrect ServiceNow PA formula
Select the syntactically INCORRECT formula, assuming that all Indicators names are valid.
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests the strict requirement that indicators must be referenced using double square brackets
[[ ]], distinguishing this valid syntax from mathematical grouping or breakdown exclusion syntax.
This question assesses knowledge of ServiceNow Performance Analytics formula syntax, specifically the correct delimiters for indicator references and breakdown exclusions. The community consensus identifies option A as the syntactically incorrect formula because it fails to use the required double square brackets for indicator names.
Selecting option D is a common error because users often misinterpret the curly braces `{{ }}` as invalid template syntax, unaware that they represent valid syntax for excluding breakdowns in formulas.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option A is syntactically incorrect because ServiceNow Performance Analytics formulas require indicator names to be enclosed in double square brackets[[ ]]. The use of double parentheses (( )) is strictly for mathematical grouping operations; without the square brackets, the text inside is treated as an undefined string rather than a valid indicator reference.Why the Other Options Are Wrong
Options B and C utilize standard syntax, correctly applying[[ ]] for indicators and standard operators for calculations. Option D is syntactically correct because, as highlighted in community comments and official documentation, curly braces (such as {{ }} or { }) are used to prevent a formula from following breakdowns for the specified indicator.Community Comment Notes
While one comment suggested option D was incorrect due to the braces, the majority of the community and the provided documentation confirm that curly braces are valid for breakdown exclusion. Comments 2 and 3 solidify that option A is the intended answer because it lacks the fundamental[[ ]] syntax required to define an indicator. Official Reference
Exam Strategy
Memorize the specific delimiter functions: [[ ]] is mandatory for indicators, { } is for excluding breakdowns, and ( ) is for math. If an option contains an indicator name without [[ ]], it is automatically the incorrect syntax.
Related Analysis
Practice All CAS-PA Questions
Access 79 questions with complete answers and detailed explanations.
View Full CAS-PA Practice Test →