Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nickedw0
Creator
Creator

Remove linefeeds and carraige returns from a field in a table

I am trying to remove linefeeds and carraige returns from a field in a table.

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Also:

PurgeChar(chr(10)&chr(13))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
nickedw0
Creator
Creator
Author

I'm using Replace function, but am wondering if there's a better way.

jonathandienst
Partner - Champion III
Partner - Champion III

Also:

PurgeChar(chr(10)&chr(13))

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein