Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
fjmontes
Contributor
Contributor

Qlik detects the same value as different values

Hello,

I have the follow problem, Qlik detects the same value in one columns as different values. I already check and im sure that the values are the same from de origin. Also if i download the data to excel and excel recognise the values as one.

fjmontes_0-1706210928061.png

fjmontes_1-1706210937008.png

 

Labels (1)
2 Replies
Digvijay_Singh

Check if there is a line break special char at the end, I faced it similar issue when someone manually added value in SQL using edit feature and pressed enter in the cell. When Qlik reloaded that value it had line break and wasn't matching as expected 

 

Vegar
MVP
MVP

Try wrapping a trim() around the field, like this:

Trim([Field name])

I will remove blanks in the beginning or the end of the field value.