Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Advanced Filtering Conditions on Reports

Madhan007
Tera Contributor

Hi Everyone!

In the Workplace Reservation (WSD) table, some reservation records created via integration are being generated with an incorrect Subject value. Specifically, the Subject is populated as Requested for User's Last name , first name

To identify and report on these records, we attempted to schedule a report with a filter condition. A Script Include was created to return the relevant sys_id values, and the report filter was configured using:
sys_id is one of javascript&colon; new <ScriptInclude>().<method>()
However, the filter is returning null.

We also attempted to use a Dynamic Filter, but the dynamic operator is not available when selecting the sys_id field in the report filter conditions.

 
 

 

 

SI.png 

 

 Report.png


Any Insights into this are highly Appreciable.

Thanks in Advance!!

1 REPLY 1

brianlan25
Kilo Patron

I have a report that calls a script include that returns an array. I just use is instead of is one of. Also I notice that your script include is trying to lookup data after you go into your while loop. However I do not see you passing that information to the script include. So were would it get the data to know who the first and last name of the requested for is?