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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
conconmcmc
Contributor II
Contributor II

How to prevent Direct Query from running on every filter change for Direct Query App

Hi Folks

 

We are trying to use direct query to query a larger partitioned table in BigQuery. We would like for the base app to not always update each time a filter is changed and to have default filters to prevent full table scans on the Bigquery table when users interact with the App.

 

I know you can limit the row count on detailed view from ODAG, but we would just like the ability for the base app to already have a filtered view and reduce the amount of queries sent to BQ (so they aren't sent on each filter change)

Labels (1)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

You can 

Aggregate Data Before Query Execution only 

View solution in original post

2 Replies
Chanty4u
MVP
MVP

You can 

Aggregate Data Before Query Execution only 

conconmcmc
Contributor II
Contributor II
Author

Yeah I have had a look, can't find anything. Annoying it would be good if you could have a default filter on the summary app but it seems you can't.