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: 
Not applicable

with using single button we need to apply the selected filters need to work

can i any one help me to do like this "We need to select the filters what ever we need and the once we click a "Go" button then only the data or charts need to reflect".

5 Replies
sgrice
Partner - Creator II
Partner - Creator II

Unfortunately you can not delay recalculation of qlikview charts.

But you can create Selectors that will not effect charts until a button is pressed.

Create an Alternate State and Assign new selectors to this alternate state.

In a Button have an action of COPY alternate STATE to the default state [or state being used by your charts]

Alternate STATES is in Document Properties.

awhitfield
Partner - Champion
Partner - Champion

Hi Gopi, you could do it with using variable and Calculation Conditions, attached is a VERY basic example

Andy

Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

Another way to look at this is you can put a condition on the chart object not to show until you press the "Go" button. Simply means conditional show & hide

Not applicable
Author

Hi Steve,

Thanks for your help,  Can i know how to add action of COPY alternate STATE to the default state?

sgrice
Partner - Creator II
Partner - Creator II

This is just a standard Action

"Copy State Contents"

Source State = What your Alt State Name is

Target State Leave Blank (Means Inherited State, i.e. Defualt State)