Variables in a text file Variables are very useful in QlikView development. In my earlier blog Variables in QlikView we learned about basics of variables. In this blog i want to show you a better way of creating variables so that these variables are global and can be used by multiple applications. Creating Variables in a […]
Variables in QlikView
Variables in QlikView
Variables in QlikView are very useful in data transformations and Calculations. Variables can be defined by SET and LET statements. Variables can be defined in script editor or by going into menu -> settings/variable overview. Set and Let The Set statement is used for defining Script variables e.g. Set vMinDate = ’10/31/2008′ ; Set vMaxdate = ’12/31/2020” […]