Platform analytics trend cases report by state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello,
I have a Platform Analytics dashboard, and I’ve been asked to create a report showing the monthly trend of cases by status. Specifically, I need to display:
The number of cases that were in "New" status each month (e.g., how many were in "New" status in August, in September, in October, etc.).
The number of cases that were in "Open" status each month.
The number of cases in "Awaiting Info" status each month.
The number of cases in "Resolved" status each month.
To achieve this, I followed these steps:
I created an Indicator Source called "Case Indicator Source" using the Case table as fact table, with no conditions applied.
Then, I created four Automated Indicators, one for each status:
New Cases Indicator
Open Cases Indicator
Awaiting Info Cases Indicator
Resolved Cases Indicator
Each indicator uses the "Case Indicator Source" and has an additional condition filtering by status. The aggregation is set to Count.
I added these four indicators into a Data Visualization widget on the dashboard.
However, the indicators are not working as expected. For example, the Open Cases Indicator shows counts for September that include cases created in October—cases that didn’t exist in September.
Where an I foing wrong?
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
2. Why you don’t see it now
If you’re on Utah, Vancouver, or Washington, ServiceNow removed the checkbox from the UI form.
However, the field still exists in the dictionary of pa_cubes (hidden).
You can verify it easily:
✅ Steps to confirm
Navigate to:
System Definition → Tables & Columns
Search for pa_cubes
Open the record and go to Columns
Look for the column:collect_records_even_if_unchanged
Type: true/false (boolean)
You’ll see that it still exists, but is not on the default layout.
🧩 3. How to re-enable it (if you really need it)
If you want the same functionality as before:
Go to the Indicator Source form layout (table: pa_cubes).
Configure → Form Layout
Move the field Collect records even if unchanged from the “Available” to the “Selected” list.
Save → The checkbox will appear again.
✅ Once visible, when checked, ServiceNow will collect all matching records even if unchanged.
⚠️ 4. Caution — behavior impact
Enabling this option can increase collection time and storage usage, because:
Every collection will insert all matching rows again.
If the fact table is large (e.g., task), you’ll double-count records unless indicator aggregation is unique.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Unfotunately I don't have this filed in the table
The instance was just upgraded to Zurich versione
