Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
RSvebeck
Specialist
Specialist

XML ServerSideExportEx header tags

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

Svebeck Consulting AB
0 Replies