I need to create a report with a total count for items in a different categories.
Then I need to get the total number of items in each category for each month Jan, Feb, ....Dec., by each fiscal year quarter, and then by fiscal year.
I am doing this so far by querying the same table again and again based on
the above, but this seems like too many queries to create and then output.
Is there another way of doing this?
Thanks,
olmos.
Then I need to get the total number of items in each category for each month Jan, Feb, ....Dec., by each fiscal year quarter, and then by fiscal year.
I am doing this so far by querying the same table again and again based on
the above, but this seems like too many queries to create and then output.
Is there another way of doing this?
Thanks,
olmos.