Is there a way to have an activation metric that o...
# announcements
b
Is there a way to have an activation metric that only triggers when a user performs an event for the first time?
f
Yes, possible
there are two ways to handle this, one is to only fire the event the first time, so you would have to record and remember the state. The other is to write the sql for that metric to select only for the first event, which you can do typically with self-joins.