Which Statement Is True About a Formula Indicator?
Which is a true statement about a Formula Indicator?
Community Votes
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)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
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 →