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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Does parallel execution affect global variable?

If i run job with parallel execution, and each time adapt global variable A ,and according to A's value,do different things  .Will there be some potential bug?

Labels (2)
2 Replies
Anonymous
Not applicable

Hi lei,

What's kind of doing different things?
Is there any related use case for this issue? Did you get any issue from your scenario?
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

I checked it does affect. For example every time iterate, golbal value add 1, and print it .This parallel result won't be like 1,2,3,4,5... I change my job logical, and solved this