When I have a report with two queries (such as two lists), after I run it and save it in XML, the XML file only contains reuslt from only one query.
Could the XML result contains data from all the queries?
Could the XML result contains master-detail query result?
XML is not able to store results of two queries. The output format CSV isn't as well. They are flat files which can contain only one kind of list.
Hope this helps.
Cheers.
lindero,thanks for your reply. I understand.