Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Reporting on "oldest 5"

ssoto
Kilo Contributor

How can I build a report that will automatically update to only show the "oldest 5" incident tickets?   I manually have to update the date to only show what I need.   This is the filter I've been using:

find_real_file.png

7 REPLIES 7

And keep a count variable to have the count for 5 incidents in the loop


tammyz
Kilo Explorer

Where would you put the script? In the Report or in the Schedule Report?


While creating reports and selecting custom charts, the Type has to be set to 'Script Generated' which opens a 'Render script' window where you can write the script.