Discussion Board for collaboration related to QlikView App Development.
Hi
Is it possible to specify a variable containing a whitespace?
Ex:
By the way, I am trying to use Myvar in the script. To reference it I use $(Myvar)?
Kind regards
OS
If it is a string, use '$(Myvar)' in script
Try
qv "/vMyvar=1 2"
as an ultimate solution!
qv.exe /r "/vMyvar=1 2" abc.qvw
Thx Bill, it works.
Strange syntax though:)