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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SQL Server 2005 Data Collation

Hello,

I have a problem with data collation... Or at least I think there is a problem.

SQL query returns an error


SELECT *
FROM Table1
WHERE NOT EXISTS (SELECT * FROM View2 WHERE View2.Text = Table1.Text)


Cannot resolve the collation conflict between "Latin1_General_CI_AS" and "Latvian_CI_AS" in the equal to operation.

But the data is loaded and partially joined in QV if I load from each table separately. But I need the data to be fully joined...

The solution would be to change the collation of data during the load... How to do it?

1 Reply
hector
Specialist
Specialist

Hi, more of a QlikView issue, it sounds to me like a table (or database) problem, in my experience you have to change the collation during the join task (SQL join), and then load the result in QlikView.

Rgds