Skip to main content
Solved

Quick Report stored as XML File


Forum|alt.badge.img+9

Hi all,

 

(Using IFS10, UPD7)
 

I would like to get a Quick Report generated daily and stored as an XML File on a Server.

I can create an Application Server Task to have it daily generated and send as an XLS file, but looking for it to be stored as XML file.

 

Anyone who can guide me in the right direction?

 

Arend

Best answer by ChanakaAmarasekara

Hi,

At the moment Schedule Quick Reports only support Excel format

Regards.
Chanaka

View original
This topic has been closed for replies.

ChanakaAmarasekara
Hero (Employee)
Forum|alt.badge.img+15

Hi,

At the moment Schedule Quick Reports only support Excel format

Regards.
Chanaka


durette
Superhero (Customer)
Forum|alt.badge.img+19
  • Superhero (Customer)
  • July 30, 2021

You could try doing the XML conversion inside your SQL, then export that as plain text.

SELECT dbms_xmlgen.getxml('SELECT * FROM customer_order WHERE rownum <= 5') AS xml
  FROM DUAL;

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings