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.

Modify Output of PDF Report

michaeldaughety
Kilo Contributor

I am looking for a way to move/modify the data at the top of a PDF report export.   The specific information I would like to move to the bottom of the report is:
Report Title, Run Date and Time, Run By, Table Name, Query Condition, Group by and Sort Order.

I assume it would be modifying a script, but I was unable to find it.   Any pointers or help would be appreciated.

1 ACCEPTED SOLUTION

Oh, THAT thing...



STEP 1 - Export Settings
find_real_file.png



STEP 2 - Banish all Checkmarks


find_real_file.png


View solution in original post

8 REPLIES 8

Uncle Rob
Kilo Patron

I think Header Footer Templates should get you what you need:



find_real_file.png


Below, the header and footer are in the red boxes.   It is the data in the blue box that I want to modify.   unfortunately, this information isn't definable in the Header/Footer templates.   it is this information that I want to move/modify.



find_real_file.png


Oh, THAT thing...



STEP 1 - Export Settings
find_real_file.png



STEP 2 - Banish all Checkmarks


find_real_file.png


That is good enough for my needs!   Thanks!


Between you and Frank, I got both my answers...you on how to remove it and Frank on how to modify.