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.
