Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This works, taking input from a file that only contains the connection string you posted
Set ConnectString = '';
test:
LOAD @1
FROM
(txt, codepage is 1252, no labels, delimiter is '\t', msq);
Let ConnectString = peek('@1',-1,test);
$(ConnectString);
This works, taking input from a file that only contains the connection string you posted
Set ConnectString = '';
test:
LOAD @1
FROM
(txt, codepage is 1252, no labels, delimiter is '\t', msq);
Let ConnectString = peek('@1',-1,test);
$(ConnectString);
Thanks, Juan. I was thinking about something similar. However, the main question I have is how to generate a scrambled user name and password outside of QlikView, and yet allow QlikView to understand it. Is it possible?
I totally missed that part of your question. Sorry, I don't know what algorithm QV uses for scrambling.
Hi Doron,
Can you please share whether did you get answer for :