Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
vmoreno2605
Creator
Creator

Variables different with =

Hi everyone! I have a question

Why is it different if i use "=" in a variable and if i don't use it? How does this work?

 

 

Labels (1)
3 Replies
hopkinsc
Partner - Specialist III
Partner - Specialist III

Hi

The = will calculate the variable before it is used in an expression, if you don't use an = then within the expression you will need to evaluate it by using the $.

see the Qlik help here for more info 

https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/Sc...

 

sunny_talwar