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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load data from database using concatination

Hi all;

i work with database Sqlserver in our server  , i succeded to have connction between Qlikview and Data base,

I selected the values that i want to load  like :

OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=False; ..........;

SQL SELECT

code1,code2

from ......

i want to concatinate these two code  like :

SET Verbatim = 1;

LOAD Distinct Text(code1&code2) as Concat   

FROM    database.table


how do i do for loading this COncat please


thanks all;

12 Replies
Not applicable
Author

probléme resolved , i used in to load an original name from SQL select , but in select sql i used renemad field

thanks brother

oknotsen
Master III
Master III

Please flag the Correct Answer and possible Helpful answer to close this topic. Thank you.

May you live in interesting times!
Not applicable
Author

probléme resolved ,

i used in to load an original name from SQL select , but in select sql i used renemad field

i wish that helpful for other

thanks