Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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_'  ,'')