posthog icon indicating copy to clipboard operation
posthog copied to clipboard

ability to store event filters

Open lsmith77 opened this issue 3 years ago • 3 comments
trafficstars

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!

lsmith77 avatar Sep 15 '22 15:09 lsmith77

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:

image

(not a real screenshot)

... but how to save, edit and delete these filters? 🤔 I also wonder if saved filters could reference other saved filters?

mariusandra avatar Sep 16 '22 14:09 mariusandra

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.

lsmith77 avatar Sep 18 '22 18:09 lsmith77

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?

mariusandra avatar Sep 19 '22 11:09 mariusandra

related issue: https://github.com/PostHog/posthog/issues/2895

MarconLP avatar Aug 20 '23 13:08 MarconLP

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.

Twixes avatar Feb 23 '24 12:02 Twixes