Closed abha3011 closed 6 years ago
Hi Pavel,
Can you please help me regarding this issue. In the debug, it says "Invalid cursor " as well. Can you please suggest what needs to be done. Please find below the screenshot of the debug page which specifies the error is detail .
Looking forward for your reply.
Regards, Abha
Hi, I have resolved the problem by adding if cursor open clause in procedure : 'print_column_properties_json' as:
if l_columns_cursor%ISOPEN then
close l_columns_cursor;
END IF;
If l_highlihts_cursor%ISOPEN then
close l_highlihts_cursor;
END IF;
After this I am able to download the report from the XLSX button that is present on the toolbar of the interactive grid. The icon still doesn't appear in the Actions --> Download options. But I think I am ok with the button on the toolbar.
Please let me know, if this resolution is ok and will not affect any other functionality.
Regards, Abha
It is working fine for me...so closing the issue.
Hi Abha,
Do i right understand, that nothing should be changed in IR_TO_MSEXCEL.pkb because strings listed in your message above was added in #42 ?
Regards, Pavel
Hi Pavel,
I recently (19th Oct) downloaded the plugin and this string was missing at that time so I needed to add it in the package "IR_TO_MSEXCEL.pkb", as it was throwing the error. If it is already there now, I think nothing needs to be changed anymore.
Thanks, Abha..
Hello,
Thanks a lot for this plugin. I am using this plugin to download the interactive grid in an excel. But I do not get the xlsx button under the Actions-->Download menu. I get the button outside on top of the interactive grid. Wnd when I click on that button , it gives me an error saying : "Error in PLSQL code raised during plug-in processing."
Although, If I create an interactive report instead of Interactive grid, I get the proper icon to download the excel, and it gets downloaded properly.
Can you please suggest, if there is something extra I need to do in case of interactive grid. My APEX version is 18.
Regrds, Abha..