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!

Can we retain any css change done on report using jquery after report download

skapexAug 15 2013 — edited Aug 17 2013

APEX 4.1

I have a dynamic query report which uses Function Returning SQL query to generate report.

My report should look something like this

USERP1P2Total
user 15510
user 2101020
user 3213
report total:171633

i have checked in SUM option under Report Attributes for each column P1,P2,Total to get last total row.

But the issue is text "report total " does not appear while using dynamic SQL ,but for normal SQL query this text is available.

so what i did is on page load wrote a jquery code to add text report total to last row first child of the report.

But on report download "report total" will not be available in excel.

Can we retain any css change done on report using jquery after report download?

Is there any way out?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2013
Added on Aug 15 2013
4 comments
245 views