Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am getting an error like this
"Syntax error Unexpected token: ';', expected nothing", I don't think I have any fault in my script but the error keep continuously coming. Can anyone help me, if they had faced this before. I had attached the error, please let me know.
-Srihari.
Should be this?
(ooxml, embedded labels, table is Sheet1, filters(
Remove(Col, Pos(Top, 1)),
Remove(Col, Pos(Top, 3))
));
There is no problem with the code, Its the semicolon which causing the issue.
Hi Sri,
Did you get a solution to the problem?
>>Its the semicolon which causing the issue.
Are you sure about that. The semi-colon is required there. Removing the semi-colon may simply hide the error or confuse the syntax check so the error is reported as something else.
Hallo,
In my case problem with new version of QV desktop. In previous version variable i.e. $(vVariable) without quotes but in new version quotes are needed: '$(vVariable)'
Thank you Ludwik!!
Hi,
I am receiving that error only when I try to run the application on the server. There seems to be no issue on the desktop (QlikView 12).
Thanks,
Vamshi