Hi guyz,
How will I do this in Query Designer? Or any other way to do this?
SCENARIO:
I have these objects:
CUST - customer
NUMTRANS - number of transactions
CALMONTH - calendar year/month
I want to count the number of transactions of the customers having 1, 2, 3, 4, and greater than 5 transactions EVERY MONTH..
The result should be like this:
Month Frequency Number of Customers
February 2014 =1 25
=2 13
=3 29
=4 34
>=5 10
Thank you!
Loed