How many methods are there to create variables, how do they differ?
As a beginner at QlikView, I recently learned of 2 methods to create variables:
Load Script (EX: set vtest = 1, let vtest2 = today() etc.)
Variable Overview Menu (EX: Settings => Variable Overview)
My questions are thus:
Are there any other ways variables can be created?
Perhaps in a sheet object expression?
What are the differences between variables created using various different methods?
A difference I found was that variables created through the Variable Overview Menu don't automatically show up on load scripts, so if a load script is passed along to someone else and the script calls on a variable created through the Variable Overview Menu, the script may encounter error when running in a new QlikView environment.
What is the best practice when it comes to which method to use to create variables? Should all variables be defined in the load script or Variable Overview Menu?
What is the best practice when it comes to which method to use to create variables? Should all variables be defined in the load script or Variable Overview Menu?