Can wildcards be used in reports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 09:59 PM
I tried using asterisk (*) and dollar sign ($) but no go. That is, no results found. Is this possible or do I need to check with my system admin to get the rights? Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 12:51 AM
Hi,
Where exactly in reports are you trying to use a wildcard ? Can you please add a screenshot if possible ?
Thanks,
Arav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 04:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 05:08 PM
@Mike Rivney that won't work as the wild card operator "contains" already does that job.
May I suggest using the filter below ?
"Short Description contains oracle" AND "Short Description contains feed" ?
I know it's not exactly the same as what you are trying to achieve but it will get you the data you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 05:26 PM
Hi Arav,
It's helpful but not 100%. What if I want ".... oracle ... feed ... " only? So if there is a value of "...feed ... oracle ..." it would be found. Thus, I get more rows than I want.
Secondly, I have a large list of values to check on. So they are in a group OR. I can't insert your solution into this 'big' OR since it requires an AND. That's due to the way the conditions can be built. Can't have a nested compound condition. I have to use new criteria and repeat my previous conditions (less the group OR condition) and add in your proposed condition.
Lastly, are you stating that wildcard characters are not allowed on reports?
Thanks, Mike.