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!

How to avoid repeatation of Columns in Oracle Apex Report development

Amit_ApexSep 27 2016 — edited Nov 10 2016

Hi All,

Being New to Oracle Apex community, I need detailed steps to implement a report something similar to as shown below:

Requirement: I want to avoid repetition of columns having same values for set of records instead like to group these records with a single column value: The Typical classic example is:

Current View

===========

Year Quarter Months

2016 Q1 Jan

2016 Q1 feb

2016 Q1 Mar

Expected View

===========

Year | Quarter | Months

-----------------------------------------------------

          |                            |       Jan

          |         Q1              |       feb

          |                            |       Mar

2016 --------------------------------------

          |                            |       Apr

          |         Q2              |       May

          |                            |       Jun

I tried all possible options , but no luck yet. Please Advise.

pastedImage_0.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 8 2016
Added on Sep 27 2016
6 comments
975 views