Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Change SQL Select Collate In Qlikview

hi

i want change sql collate in qlikview

but get error

Untitled.png

7 Replies
MK_QSL
MVP
MVP

Simply use

SQL SELECT "Col_ntext"

FROM Test.dbo.TestCollation;

Anonymous
Not applicable
Author

i want change collation in qlikview

my access is read to SQL

Data Type is varchar But Save Unicode Data

Untitled.png

vinieme12
Champion III
Champion III

SQL SELECT "Col_ntext" COLLATE Persion_100_BIN

FROM FROM Test.dbo.TestCollation;

Remove 'as'

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
MK_QSL
MVP
MVP

Then Remove as ...

as per @Vineeth Pujari

Anonymous
Not applicable
Author

The problem is displayed data

SQL Server

Untitled111.png

Qlikview

Untitled.png

Becasue SQL Data Taype Is Varchar

But Persian Data Is Saved

vinieme12
Champion III
Champion III

Try

SQL SELECT "Col_ntext" COLLATE Persian_100_CS_AI_WS

FROM FROM Test.dbo.TestCollation;

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

Appearance is not correct

Again, the question mark