Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Generate xml report from qlikview

I need help in generating xml reports from qlikview with the fields specified

2 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

You can use VB Macro APIs to do server side export of charts/tables in XML format. Look into APIGuide for Graph Object and Export Member.

Lee_Matthews
Former Employee
Former Employee

For an example you can take a look at the way XML is generated in the sample app at the link below:

   http://community.qlik.com/docs/DOC-2784

Here the XML is being sent to an ASP page to be processed much like a web service would. But its the same principle.