Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Excel Special Character Issue

Hi All,

All new lines entries in Excel are appended with a special character "_x000D_". Is there a way to get rid of this in qlikview.

Thanks,

Abhay Sudhakaran

1 Reply
JonnyPoole
Former Employee
Former Employee

how about the replace function to replace the value with an empty string ?

Replace( Field, '_x000D_'  ,'')