Hi
I couldn't find a way for filtering accented letter. When I try the filter below, It gets an error;
(studyDescription contains 'mão') or (bodyPartsInStudy contains 'mão')
So, I'm using
(studyDescription contains 'm%o') or (bodyPartsInStudy contains 'm%o')
It's not the more elegant solution but it works.
Is there a way for filtering correctly accented letters such as Ã?
Thanks
Paulo
Filtering diacritic/accented letter
Re: Filtering diacritic/accented letter
Hi Paulo,
As you noticed, advanced expressions do not currently support UTF-8 characters. However, you can use the discrete search fields on the worklist with UTF-8 characters.
Regards,
Justin
As you noticed, advanced expressions do not currently support UTF-8 characters. However, you can use the discrete search fields on the worklist with UTF-8 characters.
Regards,
Justin
- Attachments
-
- Screen Shot 2015-11-06 at 9.03.58 AM.png (18.45 KiB) Viewed 11282 times
-
- Posts: 43
- Joined: Fri Sep 27, 2013 7:30 am
Re: Filtering diacritic/accented letter
Ok, Justin
Thank you
Paulo
Thank you
Paulo