I'm guessing the average number of days between in...
# general
m
I'm guessing the average number of days between invoices? E.g if the customer has 10 invoices a year then it should be 36.5
m
sorry mate, yeah that’s what i’m after!
m
I have to get some work in so I can try have a play a bit later hopefullly
But in pseudo-code probably something like
COUNT(transactions) / ({today} - MIN(transactiondate))
m
would it be similar to also determine the amounts of days since the last invoice?
m
Something like
today - MAX(transaction date)
. But remind me a little later in the day and I can have an actual play