Generate XML Output
Dear All,
Currently, when creating a report to be formatted as (xls, rtf, pdf...etc), First I am designing the report as .RDF then when uploading it to the system
from concurrent program define, specifying the report output to XML then linking It with template using XML publisher.
Is it possible to generate the report out as xml directly using sql query or something else so we can skip using rdf file?
in another words, I do have a sql query and I would to design concurrent program delivers .xls report output; what is the best way to achieve that?