Skip to main content
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

7 Replies
avinashelite

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?