Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 12, 2022 08:29 PM
Here you can see I have 2 records, one has the value "abc\ndef"
and the other has "abc\rdef"
. I can query the first one with {Value}="abc\ndef"
, but I cannot figure out how to query the second one. The obvious thing of "{Value}="abc\rdef"
does not work, nor does any other thing I’ve tried.
1 Reply 1
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 13, 2022 05:49 PM
Have you tried URL-encoding the query string?