Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rbecher
MVP
MVP

sleep statement creates variables (during sleep?)

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

Astrato.io Head of R&D
Labels (3)
2 Replies
rbecher
MVP
MVP
Author

Not only sleep function is affected. This occurs with literal parameters.

http://community.qlik.com/message/176332

- Ralf

Astrato.io Head of R&D
rbecher
MVP
MVP
Author

This would be the right solution:

sleep (1200+0);

- Ralf

Astrato.io Head of R&D