posthog
posthog copied to clipboard
ability to store event filters
Is your feature request related to a problem?
we are using posthog even data for machine learning data collection. we have events that indicate false positives and others that indicate true positives. our data scientist would like to persist the relevant event type, filters and relevant columns for later use. note they would then always make only minor edits to the saved queries to extract the relevant information they are looking for in that moment.
Describe the solution you'd like
ability to save event filters for later reuse.
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
Hey @lsmith77 , would "calculated events", which were previously called "actions" (and will soon be renamed again, possibly back to "actions") solve this issue?
If not, can you walk me through where would we put this in the interface?
I'd imagine you would use saved filters something like this:
(not a real screenshot)
... but how to save, edit and delete these filters? 🤔 I also wonder if saved filters could reference other saved filters?
these screenshots are coming from “insights”? at any rate the key thing is that we don’t want to aggregate in this use case but export specific events.
These screenshots are just mockups, but indeed from insights.
So you're saying the question is about saving filters on the live events table page, and the "export" button on that page?
related issue: https://github.com/PostHog/posthog/issues/2895
Hey Lukas! We made it possible to save event views as insights since you opened this issue, so these can now be persisted - including for exports.