Removing an always_filter

I have an always_filter in my explore that I want to remove. How does that change affect existing looks that utilize that filter? How can I check which looks are not using that filter in its default setting?

Solved Solved
0 7 457
1 ACCEPTED SOLUTION

All your content that uses it will have its SQL changed because this parameter is one component of building the query for the content.

If you run a simple SELECT * or SELECT COUNT(*) on your table with that filter or without, do you get different results? If yes, then you definitely need to be cautious.

Any Look that uses the Explore where always_filter is set, will have it in its query. It doesn’t mean that it changes the data returned from the table but that’s not possible to know

View solution in original post

7 REPLIES 7
Top Labels in this Space
Top Solution Authors