Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

button clik

Hi all,

I have a pie chart and  below straight table .

in pie chart if I clik any GEO value in table that details is showing right now,

but my requirement is  I need the table should be hidden mode first  and I need one button outside  whenever I want to see table I will clik on button then the table will show the details

how can I achieve this?    in my qvf  1st sheet  GEO Data

12 Replies
parthakk
Creator II
Creator II

Hi Sony,

You mean something like this?

Thanks,

Partha K

agigliotti
Partner - Champion
Partner - Champion

you can use "Calculation condition" setting under Add-ons-->Data handling.

soniasweety
Master
Master
Author

could you share expression?  or sample qvf?

soniasweety
Master
Master
Author

which expression I need to write?

agigliotti
Partner - Champion
Partner - Champion

in your case you'd need a calculation condition based on variable value.

out of box you can't reach your scope.

you could use the following extension to http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8

parthakk
Creator II
Creator II

Hi Sony,

Attaching your application and also the extension used for this. Note the usage of variable and use of calculated display and hide option in the table. Also you can download extension from Branch  http://branch.qlik.com/#!/project/56728f52d1e497241ae698a0

Thanks,

Partha K

soniasweety
Master
Master
Author

thanks,

but how the table is linked?  variable is fine.

could you please tel me where the table is linked to button?

parthakk
Creator II
Creator II

button is used to set only the variable value either to 0 or 1. We use this variable in chart to show or hide.

Add-ons ---> Data Handling ---> Calculated condition

Thanks,

Partha K

soniasweety
Master
Master
Author

thanks got it

I will try in my application and close this.