Which Statement Is True About a Formula Indicator?

Which is a true statement about a Formula Indicator?

  1. Any formula errors are reported in the Formula Error log.
  2. The Formula Indicator uses a Performance Analytics Script.
  3. The Formula Indicator score is calculated at collection time.
  4. The code in the Formula box is JavaScript. Source Reference Answer

Community Votes

D
67%
C
33%

67% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

Tests knowledge of indicator calculation triggers, with the common trap being the assumption that all indicator scores are pre-computed during collection jobs instead of being calculated on demand.

Formula indicators in ServiceNow Performance Analytics utilize inline JavaScript for dynamic calculations and are evaluated at view time rather than during batch data collection. Community consensus and official documentation confirm that option D is correct, resolving widespread confusion regarding indicator processing timing.

Option C is frequently selected because candidates incorrectly apply standard indicator behavior to formula indicators, failing to recognize that JavaScript-based formulas require real-time execution when rendered on dashboards.

Community Discussion (4 comments)

dam1211 👍 2 Selected: D
It's not C. Per documentation, "Formula indicator scores are calculated when a user views the indicator on a dashboard or in KPI Details or the Analytics Hub."
ba14741 👍 2 Selected: C
Per product documentation it's c
gboirkov 👍 2 Selected: D
The correct answer is D - the code in the Formula box is JavaScript.
b3de868 👍 2
A true statement about a Formula Indicator is: C. The Formula Indicator score is calculated at collection time. Formula Indicators in ServiceNow Performance Analytics are evaluated and their scores are calculated when the data collection job runs. This is unlike real-time calculations, which would occur when data is viewed or interacted with. The scores are based on the data available at the time of collection, according to the defined formula.

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

Formula indicators are specifically designed to accept custom JavaScript in the Formula field, enabling complex, context-aware calculations that static operators cannot handle. Because these scripts may depend on live data or cross-indicator logic, ServiceNow defers execution until the indicator is actively viewed on a dashboard, KPI detail page, or Analytics Hub. This on-demand approach guarantees accuracy and prevents stale aggregation.

Why the Other Options Are Wrong

Option A is incorrect as there is no dedicated "Formula Error log"; errors are routed to standard system logs or handled silently. Option B misidentifies the architecture, since formula indicators use inline JavaScript rather than external Performance Analytics script includes. Option C describes standard and derived indicators, which are batch-processed during collection jobs, directly contradicting the real-time nature of formula indicators.

Community Comment Notes

Comment [1] accurately cites official documentation stating that formula indicator scores are calculated when viewed, effectively debunking the collection-time myth. Although comments [2] and [4] advocate for C, they overlook the explicit architectural distinction between batch-aggregated and real-time-evaluated indicators. The 67% vs 33% vote split highlights how this specific trap consistently challenges candidates who memorize indicator types without understanding their execution models.

Official Reference

Exam Strategy

Always distinguish between batch-processed indicators (standard/derived) and real-time indicators (formula) when answering Performance Analytics questions. If an option mentions JavaScript, dynamic dependencies, or dashboard rendering, expect view-time calculation rather than collection-time processing.

Related Analysis

Practice All CAS-PA Questions

Access 79 questions with complete answers and detailed explanations.

View Full CAS-PA Practice Test →

← Back to CAS-PA Study Guide