Page 1 of 1

Table with xml

Posted: Wed May 27, 2015 6:45 am
by RDR_Norkart
We have som tables where a special field is a xml-string. This xml is a kind of sub-table.
How could we use this xml as a table and not just as a string?

Re: Table with xml

Posted: Wed May 27, 2015 1:15 pm
by HighAley
Hello.

Unfortunately, there is no internal feature for this.
You could add your code that will parse XML and add the table.
But this scenario could be much more complicated. This depends on your data.

Thank you.