Report that compares vales in two columns
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 05:22 AM
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:
Is this possible via javascript, or is there another way directly from a report?
Thank you.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2025 05:29 AM
Hello @fcaruso123 ,
There is a "is same as" and a "is different from" operator.
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