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.

Report that compares vales in two columns

fcaruso123
Tera Expert

Trying to create a report that filters on whether a value in 1 column (requested by) is found in another column (description). Was thinking maybe some javascript could be used, but cannot get the syntax:

fcaruso123_0-1745842806446.png

 

Is this possible via javascript, or is there another way directly from a report?

 

Thank you.

 

 

1 REPLY 1

Robert H
Mega Sage

Hello @fcaruso123 ,

 

There is a "is same as" and a "is different from" operator.

RobertH_0-1745843174206.png

 

But something like what you are trying in your screen shot is not possible using reports.

You would need to write a script that checks each record in the table individually.

 

Regards,

Robert