Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts ,
I need use a file for the conecction and I see in other examples that can use a qvs file.
can anybody explain that how can I made a qvs file?
best regards.
Open any text editor, create a new file and add the code for the connection to the file. Then save the file with a .qvs extension. In Qlikview open the Script Editor, choose the option Include Statement from the Insert menu and select the .qvs file you created.
Open any text editor, create a new file and add the code for the connection to the file. Then save the file with a .qvs extension. In Qlikview open the Script Editor, choose the option Include Statement from the Insert menu and select the .qvs file you created.
Thanks a lot Gysbert.
I have tried to save as .qvs. but it is still show as test.qvs.txt ? hwo to save it as .qvs file?
Dear Jim Chan ,
If you are using notepad to save script then while saving file just use double quote(") before and after name
eg. "MyScript.qvs"
Happy Learning !
-Nitesh Chavan
Please use "All Files" when saving.
And try using a more robust text editor like Notepad++
thanks clever.
How about the save as - type?