Hi,
I would like to ask an initial question like: "What department do you belong to? [Finance/ Operation/ development/ manufacturing/ Sales/ etc.]” and then display a question down the road, only if the user is from a "technical” department.
I was planning on solving this by setting a variable to "true/false” based on the initial choice of department and then use this flag to decide if to show a question or not.
But it seems that:
- There is no way to set a variable to a value (only add/sub/div/multiply)
- No way to make a question dependent on such variable
Any ideas?
Thanks,
Tommy