cancel
Showing results for 
Search instead for 
Did you mean: 

PDK Excel issue

Former Member
0 Kudos

hi,

We have a PDK application to export data to an excel sheet.

we have a action for the button which generates this excel. when we click on the button the Excel is generated successfully, but the control is not switching back to the Page from which it was called.

Thanks and regards,

Kris

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved.

Former Member
0 Kudos

Hi,

it really depends on the way you do it, so there is no clear response to your question, as far as i know.

we do it by separating the two process. An iview display the data. When the user press the "export to excel" button, the data is stored into http session, and another iview is called in another page, using javascript. The real export is done by this second iview (generally a child of AbstractPortalComponent, whose doOnNodeReady is used to modify the response)

thus, you don't really leave your page, that's just another one created to export

hope this helps

regards

Guillaume

Former Member
0 Kudos

we have solved it, through a work around.

Thanks & regards,

Kris

Former Member
0 Kudos

Can you please say me how you solved this issue?