You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of calling useQueryFilter when querying data. Create a view that contains those filters and use the view inside the queries. This separates the dynamic query filters from the logic that is specific to retrieve the right information for a specific part of the dashboard. We need to be sure that when users change the query filter by using the dashboard, that the data is still updated.
The text was updated successfully, but these errors were encountered:
Instead of calling
useQueryFilter
when querying data. Create a view that contains those filters and use the view inside the queries. This separates the dynamic query filters from the logic that is specific to retrieve the right information for a specific part of the dashboard. We need to be sure that when users change the query filter by using the dashboard, that the data is still updated.The text was updated successfully, but these errors were encountered: