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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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_'  ,'')