We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Platform Analytics forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! empty duration

Hello All,Need a point in the right direction for the below. Trying to get an idea of the age of currently open incidents using mi_duration, however when i run a report with the below conditionsAnd specify 2 AG's and Active is true in the filter, my ...

find_real_file.png find_real_file.png
Brian S5 by Kilo Sage
  • 3925 Views
  • 4 replies
  • 1 helpfuls

Resolved! Report with multiple OR statements

Hi, I need to replicate (or recreate...) many reports from our legacy tool to ServiceNow Helsinki.One report is looking for tickets that have one of a long list (approx 40) of CI's as the Impacted Config Item. Do I really need to separate these into ...

Resolved! Filter User List By Assignment Group (Dot Walk)

I am very new to SN and have a very newbie question. I am looking at the User list and I want to only see the users that are in an assignment group with a name that starts with "LMS". I know I need to use dot walking and have read up on it, but I'm f...

cmsrenaski by Tera Contributor
  • 4398 Views
  • 4 replies
  • 5 helpfuls

Hourly Thresholds

Hello,I am trying to make a threshold that checks the specified indicator, hourly and then send a notification when it is reached. I created a threshold and indicator, where the indicator source has a job that runs hourly. This makes the graph on the...

brhenso by Kilo Contributor
  • 2346 Views
  • 3 replies
  • 4 helpfuls

Number of Users Who have Logged in to Portal

My requirement is to find the % of user who have logged in to Service portal.&   find the % of user who have logged in to Instance.I found on "syslog_transaction" table ,there is URL field but i don't know what is the url to get who logged in into Se...

Resolved! I am trying to update the duration field for the old tickets(incident and service requests) which are in resolved state. I tried with background script and scheduled jobs but no positive results. Any leads will be appreciated

calculatedura();function calculatedura() {   var taskRec = new GlideRecord('task');   taskRec.addQuery('state', '=', 6);         taskRec.addQuery('state', '=', 7);   var orCondition = taskRec.addQuery('sys_class_name', 'incident');   orCondition.addO...

No NaME by Mega Guru
  • 2437 Views
  • 8 replies
  • 0 helpfuls

Expanding the "Show All" option for bar charts?

We have sla related reports reports in our Geneva instance grouped by assignment group that tends to include more results than what seem to be included in the default charting options under the "No. groups" drop down options.   Even when changing the...

Erik36 by Kilo Contributor
  • 3012 Views
  • 2 replies
  • 0 helpfuls

Resolved! Formula indicator not showing scores

Hi All,Using Geneva, Patch 9 in our instance.I have a formula indicator:( [[Number of successful changes / By month SUM +]] ) / ( [[Number of successful changes / By month SUM +]] + [[Number of failed changes / By month SUM +]] ) * 100Which is linked...

acrascall by Kilo Expert
  • 6938 Views
  • 9 replies
  • 2 helpfuls
Labels