Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This is a bit funny. I'm always curious about self creation. Then I found out that the sleep statement was the cause:
sleep 800;
I had a new variable 800 with value 800. Maybe this is good for something... 😉
- Ralf
Affected version: QV 10 SR3 9055.7
Not only sleep function is affected. This occurs with literal parameters.
http://community.qlik.com/message/176332
- Ralf
This would be the right solution:
sleep (1200+0);
- Ralf