Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

storing variables in a QV-application

Hi,

I'm analysing expressions which are kept in Variables and try to optimize the performance of the application.

I see that in my model there are two types of variables:

Group 1: variables starting with equal sign =

Group 2: variables NOT starting with an equal sign =

I've also noticed that references to variables beloning to group 1 are like that: Variable_A, and group 2: $(Variable_A).


What is more correct creating variables like in group1 or in group2?


Am I right that it's better to unify all variables in my application?


Thank you in advance,


Larisa

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See this blog post: The Magic of Variables


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

See this blog post: The Magic of Variables


talk is cheap, supply exceeds demand
Agis-Kalogiannis
Employee
Employee

Yeap. I think the post that Gysbert suggests is exactly what you need.

Anonymous
Not applicable
Author

Thank you!