Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
JayDashtii-911
Contributor
Contributor

String Conversion in Qlik Sense

Hey there,

 

I'm using the below function in SQL

UTL_I18N.ROW_TO_CHAR(FIELD_NAME, 'AL16UTF16')

 

Is there a built-in function to do the same on QVD instead of SQL?

Labels (2)
4 Replies
settu_periasamy
Master III
Master III

what is the expected result ?

JayDashtii-911
Contributor
Contributor
Author

There is a field in our database which is encoded by IT DEPARTMENT, and I have to use this function to display the string in qlik sense.

 

I’m running the SQL query and store it into a QVD, is there a way to do the same on QVD fields instead of SQL?

settu_periasamy
Master III
Master III

can you give any example, how the values are encoded and stored into QVD while running the SQL Query ?

Bill_Britt
Former Employee
Former Employee

You need to the conversion before you store it in a QVD.   It slows down the read speed  if you are doing conversion when you are loading  data from the QVD.

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/QVD_files.htm

If you are worried about security you can always setup QVD encryption.

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Server/Content/QV_Server/QlikView-Server/QVS...

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.