Extended analysis
Summarize
Summary of Extended analysis
Extended analysis in ServiceNow's Yokohama release provides a deeper level of data insights by aggregating related records within an exploration. It analyzes Choice, Reference, and Boolean columns from relevant tables, including those linked through dot-walking in Query Generation. This advanced analysis helps uncover new insights that support more informed decision-making beyond standard analysis.
Show less
Key Features
- Field Selection and Aggregation: Extended analysis counts values in Choice, Reference, and Boolean fields. The fields analyzed depend on those visible in the record list and additional fields found on the table, guided by the system property
snquerygen.hiddeninsights.groupby.minfields(default is 5). - Field Search Logic: The system prioritizes Choice fields with the highest cardinality, then Reference fields, and finally Boolean fields until the minimum number of fields is reached or available fields are exhausted.
- Unique, Targeted Insights: To avoid repetition, the system automatically drills down into data subsets, ensuring each insight is unique and relevant without requiring numerous follow-up questions.
- Performance Considerations: Extended analysis uses more system resources and takes longer than standard analysis, so it should be employed judiciously based on the complexity of the questions.
- Activation and Usage: Requires the "analytics hidden insight" skill from Query Generation to be active. Users can enable extended analysis when asking questions in Ask Now Assist or launching AI Data Explorer in visualizations or lists.
Practical Example: Standard vs. Extended Analysis
When analyzing incident creation trends over 12 months:
- Standard Analysis provides general insights such as peak incident months and overall trends.
- Extended Analysis delivers the same insights plus detailed metrics like percentage changes month-over-month, trend slopes, variation ranges, and standard deviations, revealing operational demand fluctuations and ongoing reductions in issues.
Benefits for ServiceNow Customers
- Enables discovery of deeper, actionable insights from your data that standard analysis might miss.
- Helps focus investigations by automatically narrowing down to interesting data segments.
- Improves efficiency by reducing the need for multiple exploratory queries.
- Supports better decision-making through quantitative metrics and trends derived from related data fields.
Generate a deeper level of analysis that can reveal new insights, enabling you to make more informed decisions.
Extended analysis involves aggregating the records related to a response in an exploration. It examines the same columns that you see when you view the list of records for the relevant table. It takes a Count of Choice, Reference, and Boolean columns. Therefore, you can influence extended analysis by selecting which fields to view in the relevant tables. The relevant tables include any related tables that Query Generation dot-walks to.
The number of columns that extended analysis examines is set in the system property sn_query_gen.hidden_insights.groupby.min_fields. The default value is 5. If the number of eligible columns that are visible on the record list is lower than this value, the system searches for more fields on the table. The search stops when the total number of fields from both the list view and the table search reaches the value of the system property. If the system can’t find that many fields, it uses the fields it does find.
While the results of extended analysis usually enrich the responses in an exploration, the analysis takes more time and uses more system resources than a standard analysis. You have to use your judgment on when to employ it.
Extended analysis requires the analytics hidden insight skill from Query Generation to be active. For more information, see Query Generation skills.