Hi There,
I am trying to understand how many active, very active and dormant users are on my platform.
An active user has more than 2 transactions per month
A very active user has more than 5 per month
I have two tables Users and Transactions, each have an additional date table associated with them. A user can have many transaction, a transaction can only have one user.
I would like a stacked line chart with the X-Axis going from 0-100% and the Y being time and see how my user base is segmented by activity.
I am looking forward to cracking this nut!]
Thanks!