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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_ramshini
Contributor III
Contributor III

Clear

Hi All

How do I design with a push-button chart values enable it to be erased?

In fact when i press button data in chart be clear

Please help me

Labels (1)
7 Replies
avinashelite
MVP
MVP

You need to cleat only the  values in a particular chart?

mr_ramshini
Contributor III
Contributor III
Author

No

i want when i press button my charts be hidden

kristof_j
Creator III
Creator III

Create a variable like 'vShowChart'

Then a button with action 'Set Variable' under the 'External' action type.

Then go to the chart properties > Layout tab

and under Conditional you enter vShowChart

If you click the button the chart will disappear, click again and it appears

sushil353
Master II
Master II

Hi,

Create a variable like 'vHide'

Then a button with action 'Set Variable' under the 'External' action type.

Variable Name : vHide

Value = Not vHide

the go to your chart and in layout tab under Show check the Conditional part and use your variable as =vHide

HTH

mr_ramshini
Contributor III
Contributor III
Author

Thanks for your answer

but how i can define 2 variable?

i defined a variable for place my chart and i write your condition under it

is it true?

mr_ramshini
Contributor III
Contributor III
Author

Thanks for your answer

but how i can define 2 variable?

i defined a variable for place my chart and i write your condition under it

is it true?

avinashelite
MVP
MVP