Filters on survey results are not applied to the Survey performance section · Issue #31413 · PostHog/posthog · GitHub
More Web Proxy on the site http://driver.im/
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
Any filters added in the Surveys screen do not change the Survey performance stats. The reason is that that component is using the /survey/{survey_id/stats endpoint.
What we should do instead:
Similarly to how we use the other queries for responses, build the query in the frontend
And then apply the filters in the query directly
How to reproduce
Go to a survey results page
Add filters to the survey
Notice how the numbers on survey performance do not change
Bug Description
Any filters added in the Surveys screen do not change the Survey performance stats. The reason is that that component is using the
/survey/{survey_id/stats
endpoint.What we should do instead:
How to reproduce
Additional context
https://posthoghelp.zendesk.com/agent/tickets/29340
Debug info
The text was updated successfully, but these errors were encountered: