Hi all,
Wondering if anyone knew of a way to filter records with line breaks (if this is even possible)? I've tried the filters below but none work. Some records contain line breaks and some don't and I need to filter the records that do have line breaks so it can be processed a certain way.
- Contains([COLUMN_NAME], \n)
- Contains([COLUMN_NAME], '\n')
Thank you