Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
When in macro executing the ServerSideExportEx function with the XML parameter (3), the XML file is created with a standard header that seems to be fixed in this way:
for a Chart:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><StraightTableBox>...data...</StraightTableBox>
or for a table box:<?xml version="1.0" encoding="utf-8" standalone="yes"?><TableBox>...data...</TableBox>
My question is:
Is it possible to change the tag <StraightTableBox> and/or the tag <TableBox> to something else?
Best Regards
Robert