I've built a dynamic straight table where user can choose dimensions and metrics and he sees the results of his choices in a table.
The table, dimensions and metrics are 3 parts of a container which opens with a button ("Show/hide report").
The problem is that if he chooses several dimensions very fast, the table shows the results but it "gets crazy" and reloads all the time. It's impossible to stop it, it will stop just if I heat "Clear all"...
BUT: if I put in the container properties --> Layout --> "Show always" then the problem disappears!!!
Is there any solution to that?
Why is it hard for QV to display a table with the results if it's part of a conditional show?
I've thought about creating a button to show the table after the user picks his dimensions but I'd like to avoid it so the user will have to press less to get the results...