-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Feature: Event property filters for cohort creation #11142
Comments
Any updates on this? |
Would love to have this feature as well. I want to create a cohort for users that have the Let me know if there's any alternative way of doing the above. |
Hey @juancferrer you can do this today by creating an action (Data management -> action -> new) and then using the action in the cohort |
@neilkakkar Thanks for the quick reply As an aside, it turns out that a cohort with "behavioral" filters (actions?) can NOT be used in AB tests / experiments, so we're still researching on how to do that. |
Indeed. The best way around that for now is to create a property for your person that is set when that event happens, and then use that property in the flag/experiment. |
Is your feature request related to a problem?
Currently, you can't use filters when creating a cohort directly. So, for example, if I want to create a cohort of our FOSS users then this isn't possible through PostHog. I'd need to use the
organization
event and filter by theproduct
property (product = open source
) on it. That's not possible using the cohort tool, because I can't use filters -- only events, person properties, etc. Not event properties.Feels like this massively limits the potential of creating cohorts directly,
Describe the solution you'd like
Filters available for cohort creation.
Describe alternatives you've considered
One way that was suggested to overcome this was to create an insight looking at the event property, then click the datapoint in the insight and create a cohort from there.
However, even if you choose to group the data by week or month, clicking a data point and creating a cohort from there only creates a cohort based on the day, So, I end up with a cohort of 20ish people, rather than 1,200ish people.
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: