We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to target a relative date, say, if I want users to see a survey only 7 days after account creation.
I currently can't do this easily because relative date operations aren't supported in flag matching: I can only choose static dates.
Please describe.
Create a relative date operator for flag matching
https://posthogusers.slack.com/archives/C01GLBKHKQT/p1693469440070429
https://posthoghelp.zendesk.com/agent/tickets/5728
The text was updated successfully, but these errors were encountered:
if its tricky to add generic function support, maybe there could be a quick fix for a limited set of date "functions" as operators? ie.
field: created_at operator: older_than_days value: 7
More ideal of course would be something like
field: DATEDIFF(created_at, NOW) operator: > (greater than) value: 7
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
I want to target a relative date, say, if I want users to see a survey only 7 days after account creation.
I currently can't do this easily because relative date operations aren't supported in flag matching: I can only choose static dates.
Please describe.
Describe the solution you'd like
Create a relative date operator for flag matching
Describe alternatives you've considered
Additional context
https://posthogusers.slack.com/archives/C01GLBKHKQT/p1693469440070429
https://posthoghelp.zendesk.com/agent/tickets/5728
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: