Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This video walks you through:
Previous Video: Video Link : 1154
Next Video: Video Link : 1170
NOTE: View in full screen for best results. It seems that video quality will vary due to your connection speed. This is being streamed from Jive (QlikCommunity) - if it turns out the video is difficult to view or if you are having buffering problems, please let us know.
This video can be see on YouTube here: http://www.youtube.com/watch?v=kvg0gwRFi9w&feature=youtu.be
I tryed to follow the steps of the video, but using a ODBC connection, but I can't establish a connection when I reload the script. This tutorial doesn't work with ODBC connection?
Hi Eduardo - can you provide some more information?
Most importantly - you need to have the QDF initialization script as your first tab in the Script editor.
This method is assuming you are using QDF - correct?
Mike Tarallo
Yes, I'm using QDF and the initialization script is my first tab
.
I'm trying to make it work, and I think that the "$(Include..." is not working. I tryied to use directly the path insted the variable and it doesn't work too.
I have already debugged and nothing happens in the include code part.
This is the code that I have used.
$(Include=C:\QV-Docs\SourceDocs\1.Production\99.Shared_Folders\3.Include\3.ConnString\MyConnection.txt);
//$(Include=$(vG.SharedConnStringPath)\MyConnection.conn);
//ODBC CONNECT TO Treinamento (XUserId is CIfbNYdNTDdOGZVMTbUA, XPassword is fBXbeUZNRLdKWZROJTeA);
The first is with the direct path, the second is using the variable and the third is the code that is in the file inside the ConnString
Hi, I already solved the problem. It was the way that I was writing the path to the file.
Tanks for the attention