Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
is there some way of creating variable buttons to achieve this ?
write your condition depending on a variable
and create button(s) to set this variable to the value you want
Hi Konka
is this available in qlikview 11 or 12?
Hi Olivier
Do you have an example of this I could see please
Thank you in advance
Martin
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
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