Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I was trying to run this command inside the script:
execute "C:\Users\sydney\AppData\Local\EasyQlik\QViewer\qviewer.exe" "C:\Temp\test.qvd"
Both the exe and qvd exist in those directories. Yet I keep getting "Illegal characters in path"? If I put the exe pointing to
that qvd file in a BAT file say "viewit.bat" and run EXECUTE "viewit.bat", it works.
Does anyone know what's wrong?
Thanks!
I ended up creating a DOS BAT file and having QV executes this batch file which in turns invokes the qviewer.exe. I can pass in the virtual table as well. Anyway this is how I got it to work. I still don't know why I get "Illegal characters in path" when only calling such a simple command. If you know the root cause, let me know. Thanks
I have no idea... the same worked for me without any problems...
Do you mind posting your QVW?
Here it is
I just took your sample and made a sub routine as exactly seen from the link i posted yesterday. I attached here.
I ran it and it worked. I guess I have to carefully review why it isn't working in the QVW file that I was trying to update
yesterday. Thanks for your time.
No problem.... but I am glad you were able to get what you wanted...