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: 
rishimessi19
Contributor II
Contributor II

Filter Selections and Straight Table Refresh

Hi

I have a requirement to deliver....

- OBJECTS: I have four filters, an apply button to the right of them and a Straight table below.

- USER ACTION: User makes his selections in all of the four filters and clicks apply

- REQUIREMENT: The Straight table below the Filters needs to be refreshed according to the selections after he has selected all the filters and clicked the apply button

- PROBLEM: When the User selects the first filter the Straight Table refreshes and this action goes on till he comes to the last filter

I need some ideas, so that the straight table doesn't refresh until the user clicks on APPLY

1 Solution

Accepted Solutions
Anonymous
Not applicable

There are many ways to break things...

See attached, I'm using alternate states.  Table is in state Alt1, so it doesn't react to selections.  Button copies selections from default to Alt1.

View solution in original post

4 Replies
Anonymous
Not applicable

This is not a "problem" - it is how QV works.  User makes selections, and the objects react.  Requirements above are based on an experience with other tools, I assume.  It is not needed in QlikView.

rishimessi19
Contributor II
Contributor II
Author

I too agree with you Michael. But, is there any other way to implement this functionality?

Anonymous
Not applicable

There are many ways to break things...

See attached, I'm using alternate states.  Table is in state Alt1, so it doesn't react to selections.  Button copies selections from default to Alt1.

rishimessi19
Contributor II
Contributor II
Author

It works!!!...Thank You Michael!!