Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to create a matrix report on Apex 4.1

myluismJul 27 2012 — edited Sep 24 2013
Hi all.

I need to create a report similar to this one:

Jan Feb Mar .....

Product Category
Category One 999 999 999
Category Two 999 999 999

On a reporting tool like Oracle Reports, this is call a matrix report which can be easily created: just one simple query , select a matrix report type, compute summary values for row /column and grand total, and that is.


How would one implement this on Apex 4.1???

Have a couple of ideas:

- Populate temporary table with columns corresponding to month.
- Create a procedure that return a collection and use that as a source for report.
- Etc.

What other options do i have ...?

Thanks in advance ...!
This post has been answered by jwellsnh on Jul 27 2012
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 22 2013
Added on Jul 27 2012
7 comments
3,026 views