Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
I too agree with you Michael. But, is there any other way to implement this functionality?
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.
It works!!!...Thank You Michael!!