Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hide Row names from view?

Hi

I was hoping someone could help me to hide names in a row without losing the data

For example I only want to show "Martin" but not lose the rank or result

example table:

Name     Rank      Result

Martin     1            80%

James     2            76%

Paul        3            75%

I am hoping the result will look like the below

Name     Rank      Result

Martin     1            80%

               2            76%

               3            75%

Thank you in advance

15 Replies
Anonymous
Not applicable
Author

‌is there some way of creating variable buttons to achieve this ?

olivierrobin
Specialist III
Specialist III

write your condition depending on a variable

and create button(s) to set this variable to the value you want

Anonymous
Not applicable
Author

‌Hi Konka

is this available in qlikview 11 or 12?

Anonymous
Not applicable
Author

Hi Olivier

Do you have an example of this I could see please

Thank you in advance

Martin

olivierrobin
Specialist III
Specialist III

hello

you can create buttons in which you assign a value to a variable

and in you graph, in expressions you code a if(variable=,,) to display one value or another

Anonymous
Not applicable
Author

Hi Martin,

Otherwise in table box you can write Expression as =sum({$},Name)   This is for current selection names

other fields you add directly Rank and Result. Just try it and let me know.

Thanks Regards,

Ramesh.P