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

Forum Posts

Resolved! how to duplicate dashboard tab

Is it possible to duplicate a tab within a dashboard?  If so, how?  (To be clear, I don't need to duplicate an entire dashboard, which I know is possible.  I need to duplicate a tab in a dashboard.)

Casey12 by Kilo Expert
  • 12678 Views
  • 5 replies
  • 6 helpfuls

Resolved! PA script time difference from now

Script I have:var diff=function(x,y){return y.dateNumericValue() - x.dateNumericValue();};var mins=function(x,y){return diff(x,y)/(24*60*1000);};mins(current.opened_at, current.now);I need something to replace the now that will give me the time diffe...

Dan Johnson by Tera Contributor
  • 3678 Views
  • 8 replies
  • 0 helpfuls

Record count in database view

How to create a record count in database view? I can't do this with core reports. The record should include these fieldsHeader 1Header 2Header 3Header 4Header 5QuestionDatePersonResult= yesResult= No

fkameka by Kilo Contributor
  • 2399 Views
  • 2 replies
  • 3 helpfuls

Resolved! Database view filter for 'is not null'

Hello,I'm looking for the syntax for how to filter a database view for a field is not null. Example&& inc_major_incident_state="rejected"-If a database view using the incident table had the above filter condition added to the where clause it would re...

Jon Wagner by Mega Expert
  • 3802 Views
  • 3 replies
  • 0 helpfuls

Resolved! Scheduled Email of Report throwing error: Illegal use of while loop in sandbox scope: org.mozilla.javascript.Parser.whileLoop

Hello, I'm not sure what I am missing here.  Executing Scheduled Email of Report with below condition script.  If I hardcode the grList value, it is working.  This schedule is var answer=false; var scheduleReport = new GlideRecord('sysauto_report');s...

Babeth1 by Tera Contributor
  • 2661 Views
  • 9 replies
  • 0 helpfuls
Labels