I have setup a new query and it displays all the data I want, but it is not showing up like I would like it to in the report. Basically, the query gets all the tickets from my DB for a given date range. I want the report to show something like this:
USER: TICKETS OPENED:
DAVIDD 129
BILLW 400
ANNK 149
My report is showing the user column names more than once, so it might show DAVIDD several times in the report. And the total number of tickets opened is not showing the correct number either.
Any suggestions would be very much appreciated...
Thanks
USER: TICKETS OPENED:
DAVIDD 129
BILLW 400
ANNK 149
My report is showing the user column names more than once, so it might show DAVIDD several times in the report. And the total number of tickets opened is not showing the correct number either.
Any suggestions would be very much appreciated...
Thanks