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.

Matrix report in Apex

Jitesh Gurnani-OracleNov 13 2014 — edited Mar 14 2015

Matrix report in Apex

I have come across a tricky situation and would need the assistance of Apex community members here.

I would require to build a matrix report in Apex over a table containing 2 columns and about 500 rows.

The matrix report should be of 20 X 25 (col X rows) format to display the entire data in the table.

Please consider the sample data below containing 15 rows and 2 columns

Table A

Col_data Col_status

abc         up

bcd         up

cde         up

def         up

efg         down

fgh         up

ghi         up

hij         up

jkl         up

klm         up

lmn         up

mno         up

nop         up

opq         down

pqr         up

Now this table data needs to be displayed as a matrix report of 3 X 5.

The idea here is to only display the col_data to the end users.

The col_data text would be coloured as red or green depending on the col_status as up or down respectively.

Conditional html formatting needs to be applied in this case.

The problem here is we don't have matrix report in Apex. This needs to be achieved in sql query.

While generating a matrix report using sql query, we can select only one column and the status column is missed out.

Hence the data required for conditional formatting ( colouring) is not even selected if we generate a matrix report using sql query.

Any help or alternative approach here would be greatly appreciated.

This post has been answered by fac586 on Nov 14 2014
Jump to Answer

Comments

2642414

Appreciate your input guys on the above. Thanks.

user7190084

I am considering this product and have the same concerns.  So far I have not found the answer in the documentation.  Please update if you find an answer...I'll do the same.

Thanks

user7190084

FYI..I found this in the Database Firewall Installation Guide for version 5.0:


In the unlikely event that an Oracle Database Firewall should fail, all traffic passes through, ensuring service continuity.


However, I have not found anything in the current Database Vault and Firewall 12c documentation that spells this out.

2642414

It is really disappointing to see such lack of info regarding such an important aspect that might affect business continuity. if the fail open NIC would do the job why it was not explained well and sufficiently in the relevant AVDF 12c Documentation !!?

I will also update here and share if I got some answers.

Still waiting hopefully on useful feedback here by either Oracle guys or people who has done it.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 12 2014
Added on Nov 13 2014
16 comments
4,530 views