Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsThe use of the Dollar-Sign expansion while evaluating a condition (Boolean) is not the most appropriate. Dollar-sign expansions are definitions of text replacements used in the script or in expressions.
As per R&D this is working as designed.
In order to make this script work just remove the Dollar-Sign expansion char in the while condition:
set vCount= '0';
do while vCount <= 3
Let vCount = $(vCount)+1;
Trace vCount: $(vCount);
loop
exit script;
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us