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!

Bi dimensional table with 2 dimensions in columns

Karim MasarwehFeb 2 2024 — edited Feb 2 2024

Hi

I'm building an app to manage sales of products in countries(which are part of continents) .

There is a need to present a summary table.

In Excel, it would be a pivot table where in rows I would have the products, and in columns it wild have 2 dimensions: the continent, and then the country. In values, I need to show the number of products sold.

The continent shouldn't be repeating, but rather showing only on top of the first country of that continent. number of columns and rows should be dynamic based on the existing data.

Example:

Is it possible to build the same in Apex?

What components should be used? And how to obtain the 2 levels in the columns?

Comments
Post Details
Added on Feb 2 2024
3 comments
317 views