I’d like to be able to use JQL to extract only the first time each user does a given event. I don’t want to get every instance of this event and then filter as I’m using the RMixpanel R package to pass the JQL to the mixpanel endpoint and don’t want to run into API rate limit issues.
Is it possible to do this in JQL?