ServiceNow Certified Application Specialist – Performance Analytics — Question 64
Select the statement which correctly returns the global target.
Answer options
- A. pa.getTarget([[Number of open incidents]], score_end)
- B. pa.getTargetGap([[Number of open incidents]], score_end)
- C. pa.getGlobalTarget($[[Number of open incidents]], score_end)
- D. pa.Target([[Number of open incidents]], score_end)
Correct answer: C
Explanation
The correct answer is C, as 'pa.getGlobalTarget' is specifically designed to return the global target based on the provided parameters. Options A and B do not refer to the global target, while D uses an incorrect method name that does not exist in this context.