Answer Posted / Arpit
In QlikView, `set` and `let` statements are used to assign values to variables or expressions. They are similar but have some differences:nn- `set` statement: Assigns a value to a variable and stores it in memory for the duration of the script.n- `let` statement: Evaluates an expression, returns its result, and discards the result after execution.nBoth statements can be used with assignment operators such as `=`, `+`, `-`, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers