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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mr_ramshini
Contributor III
Contributor III

Clear Button

Hi All

I have several chart in my qlikview fileand i put a button and in action properties say clear all

but when i press it don't hidden all charts

please help me

Thanks

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

clear means that your selction is cleared. It is not hiding your charts.

For hiding your charts you need setup some variables and activate conditional show:

Unbenannt.png

Then you can use a button to set the value for this variable

View solution in original post

11 Replies
Frank_Hartmann
Master II
Master II

clear means that your selction is cleared. It is not hiding your charts.

For hiding your charts you need setup some variables and activate conditional show:

Unbenannt.png

Then you can use a button to set the value for this variable

Anil_Babu_Samineni

Is there any chance to share the QVW

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Frank_Hartmann
Master II
Master II

attached qvw might be helpful

Anil_Babu_Samineni

Hossein,

If you are looking same as Frank. As I Suggest, Give that action with 0 value for that Clear All of Text object / Button.

- Anil

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
mangalsk
Creator III
Creator III

Hello,

Please find attached where on one button click action, you can clear selection and hide chart also

jsenivifor
Contributor III
Contributor III

Hello, good solution

If  you include an expression such as “=if($(vHide),0,1) , you have a switch to display your chart

mr_ramshini
Contributor III
Contributor III
Author

Thanks

How i can visible = false?

Frank_Hartmann
Master II
Master II

you need two buttons.

with the show button you set the variable to 1 and the chart will be shown

and with the hide button you set the variable to 0 and the chart will be hidden!

mr_ramshini
Contributor III
Contributor III
Author

Thanks

In fact i have a button that i want press it charts on a text box that it be clear

please help me