Hi @GT69 ,
Hope detail available in below community post will help you
How to create an excel output from Order report | IFS Community
BR/Narmada
Thanks @Narmada I was looking for a way to do it without requiring a plug in
Thanks @Narmada I was looking for a way to do it without requiring a plug in
Hi,
I’m sorry. I didn’t notice that concern and proposing below workaround if it is fit with you.
Get the report ID and create a quick report or use PLSQL to get the results in excel form. Refer below steps.
- Execute the report in normal way and get the ‘Result Key’ from ‘Report Archive’ window.
- Get the result through PLSQL, refer below sample select statement. select * from SUP_OPEN_ITEM_REP, where result_key = '6666'
You may create quick report using the select statement and publish it for users.
Hope this will help you. Sorry for the inconvenience caused with previous reply.
BR/Narmada
Thanks @Narmada I will give your suggestions a go!