Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hi Nee,
I believe you need to set the variable as well in the script:
SET vUpper = 0;
I just tried that on mine, by renaming it to a different name such as vUpperd.
I received the same error you did about it not being valid.
Then I added the SET vUpperd=0 to my script above my data load and it worked.
See attached.
Mike