G
Guest
I have a query that returns a list of transactions and dates and currencies
(plus various other fields) . (amount, ccy, sdate etc)
I am trying to buid query that tells me the count of all transactions that
are within the last 30 days, split by ccy.
I'm using the count(*), and date()-30 to get an overall result, but i cant
seem to get one query that will give me this seeming simple thing!!!]
any help greatly appreciated,
(plus various other fields) . (amount, ccy, sdate etc)
I am trying to buid query that tells me the count of all transactions that
are within the last 30 days, split by ccy.
I'm using the count(*), and date()-30 to get an overall result, but i cant
seem to get one query that will give me this seeming simple thing!!!]
any help greatly appreciated,