-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HogQL insight works with Dashboard filters #15999
Comments
The first step towards this was done here: #15973 Regarding automagically, I'd love this to work, but our internal discussion concluded that this may be too tricky. E.g. subqueries to answer questions like "was this the first time the user performed $event" might have a longer time range than the "last 30 days" range the answers are calculated for. Thus we'll at least need an opt out, such as However my vote goes for:
|
This comment was marked as off-topic.
This comment was marked as off-topic.
for HogQL Table, I have already input it into the dashboard, but I cannot use the filters General available in the dashboard. Even though I have written the query as WHERE {filters}. |
HI @putriapriandi, that doesn't sound right! Can you link to the insight here, so that we can investigate? (No worries, only us at PostHog will be able to do anything with this link) |
Closing as I believe all insights should now work (let us know if that's not the case!) |
Trying to query hog-managed mysql db. |
Is your feature request related to a problem?
If I add a filter to a dashboard, or change the timeline, I want my HogQL insight to be filtered by that filter too.
Describe the solution you'd like
HogQL queries get filtered down. Either more explicitly by defining it:
or maybe just automagically?
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: