QlikView Tutorial - Set vs Let

Опубликовано: 11 Сентябрь 2018
на канале: BeardedDev
1,197
20

Another video brought to you by BeardedDev, bringing you tutorials on Business Intelligence, SQL Programming and Data Analysis.

You can now support me on patreon -   / beardeddev  

In this QlikView Tutorial you learn how to set the values of variables in the script and the difference between Set and Let.

In QlikView we can assign the values of variables in one of two ways; using set which will assign what is passed to the variable or using let which will first evaluate what is passed to the variable and store the result.

You will also learn how to check the values of variables whilst executing the script in the debug window and how to output the values of variables in the front end of QlikView in text boxes.