We have our hits table and would like to do a funnel report.
Our table has just 4 columns:
userID, eventType, EventTime, Age
1 A '01-01-2001' 35
2 A '01-01-2001' 35
1 B '01-01-2002' 35
4 A '01-01-2012' 35
4 B '01-01-2011' 35
Question: Want to get how many people who are older then 30 years of age, who first did event A, then they did Event B.
Result: Based on the data above, the answer should be 1. (userid 1 is the only one matching this criteria.
Can you please provide help with this?