exam questions

Exam CAS-PA All Questions

View all questions & answers for the CAS-PA exam

Exam CAS-PA topic 1 question 76 discussion

Actual exam question from ServiceNow's CAS-PA
Question #: 76
Topic #: 1
[All CAS-PA Questions]

The formula for % of incidents resolved by first assigned group is configured as follows:

([[ Number of resolved incidents by first assigned group ]] / [[ Number of resolved incidents ]]) * 100

You observe “No Score” whenever the value of Number of resolved incidents component indicator is 0.

What can be done to enhance the formula so it returns 0 instead of “No Score” when there are no resolved incidents?

  • A. Add a conditional JavaScript statement in the formula to return 0 if the value of Number of Resolved Incidents is 0.
  • B. Enable the property “Allow formula component to be NULL”.
  • C. Set the property “Value when nil” to 0.
  • D. Enable the property “Render continuous lines”.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Zuzim
1 month, 1 week ago
Selected Answer: B
Both A and B are needed according to the article "Detect indicators with no scores in a formula" in the docs: "1. Open the formula indicator of interest. 2. Select Allow formula component to be null. 3. In the Formula, add an if{} else {} statement that ascribes a value to an indicator when it has no score." https://www.servicenow.com/docs/bundle/yokohama-now-intelligence/page/use/performance-analytics/task/detect-indicators-no-scores-formula.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...