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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
thewillemzelluf
Creator
Creator

same number as seperate dimensions

Hello, I have concatenated different customer tables for an overview. This is because there are 2 tables in which customer '125' appears. However, it seems that the format of this is different because if I want to merge all the results, qliksense keeps seeing the same number as 2 separate dimensions. Could this be because a different format applies (num or text)?

Thanks in advance!

 

Labels (1)
1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

How are you merging the tables? concatenate?
from a high level type issue looks most likely reason. try num#(trim(yourfield))

i would try that and maybe diagnose it by loading the tables separatly and checking the data type on the model

View solution in original post

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

How are you merging the tables? concatenate?
from a high level type issue looks most likely reason. try num#(trim(yourfield))

i would try that and maybe diagnose it by loading the tables separatly and checking the data type on the model
thewillemzelluf
Creator
Creator
Author

Thankyou! trim was enough! 🙂