2019-03-08

Linux, let vs set




Reference URL: https://community.qlik.com/t5/QlikView-App-Development/let-and-set-difference/td-p/301811

celambarasan
MVP  
 MVP

let and set difference

Hi,
     Let: Calculates the expression assigned to it and sets the expression result to the variable.
     Set: Assigns the value(or expression which is after the equal sign) as it is without compute.
Example:
     Set vVar=2+3; //vVar has the expression 2+3 as value we have to compute it using $(vVar) which returns 5
     Let vVar=2+3;//vVar has the computed value 5
Hope it helps
Celambarasan





No comments:

Google Referrals