- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 05:51 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 06:09 PM
I dont think so it is case sensitive while filtering strings. Are you not getting results?
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 06:09 PM
I dont think so it is case sensitive while filtering strings. Are you not getting results?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 06:26 PM
Thank you very much.
Indeed, it was not case sensitive.
Is there any way to make the distinction?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 06:30 PM
What are you trying to achieve here? I dont think possible to do that by using filters.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 06:43 PM
I want to make the filter or GlireRecord case-sensitive for strings.
I used AddEncodedQuery in GlideRecord to do the extraction with "field_name=aaa", but I could also get field_name AAA.
I would like to make it case sensitive.