Hello
I have written a script that will give me the sum amount of sales per day. Howevever, I need the summary group by date "dd/mm/yyyy". When I put the group by statment in my script and ran the query, it still gave me the individual transactions. The problem is in the date. The date is also including the time of day the transaction posted.
What can I do to make it group by date and not by datetime?
Thanks