Skip to Main Content

Java Development Tools

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.

screen freezes upon calling export pivot data.

810582Jun 23 2015 — edited Jun 24 2015

I'm a newbie to ADF and im having issues while extracting pivot table data.

1. Create a VO with a bind variable.

2. Drag and drop execute with params to the page.

3. Drag and drop data control as pivot table to the page.

4. Add below code in the jsf source above the pivot table

<af:commandButton text="Export To Excel" immediate="true" id="cb1">

                                <dvt:exportPivotTableData type="excelHTML" exportedId="pt2"

                                                          filename="updated_export.xls" title="PivotTable export"/>

                            </af:commandButton>

5. Run the jsf page.

6. Click on export to excel button, excel gets generated but the screen hangs. user has to forcefully refresh the screen.

Any workarond present for this issue?

Jdev version:12.1.3

This post has been answered by Gabriel Sideras on Jun 24 2015
Jump to Answer

Comments

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

Post Details

Locked on Jul 22 2015
Added on Jun 23 2015
14 comments
466 views