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!

Apex bar chart with group by clause

SACH!N-OracleApr 4 2018 — edited Apr 18 2018

Hi,

I want to design an apex bar chart as shown below:

pastedImage_0.png

Here,

Y axis: Breakage Count

X axis: Workspace Names (Absence, Learn, Payroll etc)

PFB the sample table data, which is used to generate this bar chart.

| Branch | Workspace Names | Breakage Count |
| BRONZE | Talent | 1 |
| BRONZE | Payroll | 2 |
| SILVER | Learn | 3 |
| SILVER | Payroll | 5 |
| GOLD | Absence | 1 |
| GOLD | Payroll | 3 |

The challenge i'm facing is, i want to group the Workspace name (x axis) based on different branches (BRONZE, GOLD, SILVER)

Is this kind of grouping is possible in Apex graphs ?

Please help/guide.

Thanks,

Sachin

This post has been answered by Oleh Tyshchenko on Apr 4 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2018
Added on Apr 4 2018
17 comments
2,103 views