cancel
Showing results for 
Search instead for 
Did you mean: 

Export To Excel not fetching properdata

Former Member
0 Kudos

HI,

I am working on level based tables which has link to action in a perticular column and every thing is dynamic programming.If i click on the hyperlink in the column,it will open a new table in a new window which is the second level and similarly clicking on the hyperlink ,it will open the 3rd level.

In each table(each level) contains EXPORT to EXCEL link which will fetch the data from the table in to the excel sheet in the respective level.

my problem:-

When I click the export excelin the 3rd level,its working fine with proper data.

If I come back to the second level an dclick on the export excel,its fetching the 3rd level data or previous data which is wrong.Similarly data is not fetchinhg properly for the 1st level.

I am using JXL API for export to excel functionality.

I

Please suggest.

Regards

-Sandip

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Can you post your code for exporting to excel?

It's always tricky to deal with dynamic programming. If you can avoid it, it is recommended. You will not need as much time for testing, documentation and future changes if you can keep from doing any dynamic programming.

Try and use recursive nodes for defining a tree-like structure to your data.

Regards, Mikael

Answers (0)