Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable

Hi All,

  I just want to know  , how to know what is ther in the variable , i  dont know how to see it , under variable overview i can see only the name of the variable  but now  the detail can some one hlp me plz

Thanks for ur reply  iam attaching my qvw file , In which u can see the rank box and a bar chart if u insert the value in the box accordingly it will show the bars max is 5 , i just want to know what is the logic behind and how to see the variable details thank .

7 Replies
VishalWaghole
Specialist II
Specialist II

Hi wrestler,

go to variable overview, and click over the variable, in below text you will get definition of that variable.

Thanks

Vishal

Not applicable
Author

Hi wrestler,

That means the variables is not defined. You can click on the variable and define an expression for it.

Not applicable
Author

Thanks for ur reply  iam attaching my qvw file , In which u can see the rank box and a bar chart if u insert the value in the box accordingly it will show the bars max is 5 , i just want to know what is the logic behind and how to see the variable details thank .

er_mohit
Master II
Master II

hi

be sure that variable is created on front end side means in variable overview for this

go to variable overview select the variable and below in definition you'll see the condition

if its created on scripting side then it always gives you the value based on condition put in variable.

Not applicable
Author

Hi,

I believe that you're trying to understand something done by someone else, right ?

Your variable is just a number that the user inputs.

It is then being used in the cyclic group in a calculated dimension.

Go to Settings > Document Properties > Groups > select RBB_Ranks and click Edit, check how each dimension is being formed, only the first n values of the dimensions will be displayed based on their ranking of sum(net_amount).

Your chart uses RBB_Ranks as a dimension.

Hope that this is what you're looking for.

Not applicable
Author

The logic is in the groups created in the dimension. Find the attached snapshot below

ranks.PNG

Not applicable
Author

Thanks a lot lohit , .