Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
shakeeb_mohammed
Contributor III
Contributor III

Data load in Qlik Sense as a open text frield

Hi, 

 

I'm loading in a field called OrderID in my app and then doing a count(Distinct OrderID) and getting different results from my data source. 

I found the problem but don't know how and if i can solve it. 

In my data source the OrderID is '1234' and '1234.' now when the data is loaded in to Qlik sense, Qlik ignores the fullstop after the number so i don't get a true reflection on the count of distinct orders. 

Has anyone else come across this issue and/or know a work around?  

Labels (2)
1 Solution

Accepted Solutions
OmarBenSalem

load ur field as:

text(OrderID) as OrderID

and try

View solution in original post

1 Reply
OmarBenSalem

load ur field as:

text(OrderID) as OrderID

and try