<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XML within a column - need to parse in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130292#M9184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a simple example - I have used INLINE just to make it easier to read, but you might have the source file coming from a file by using FROM or of course also from a database by having a following SQL statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;DATA: LOAD * INLINE `&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;# , XML , CSV&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;1, "&amp;lt;note&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; &amp;lt;title&amp;gt;Strong and Brave&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This article is about a young woman, a little puppy and their journey&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; &amp;lt;/note&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;", "A;B;C;D&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;1;2;3;4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;5;6;7;8"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;` (txt,msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;NOTES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; title,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; body&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;FROM_FIELD (DATA,XML) (xmlSimple, table is [note]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;FROM_CSV:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;FROM_FIELD(DATA,CSV) (txt, delimiter is ';', embedded labels);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;So in this example we have a mixed format file with the top level content in regular CSV with commas as separators and two sub-formats of XML and CSV with semicolon as delimiter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Aug 2018 07:42:43 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-08-11T07:42:43Z</dc:date>
    <item>
      <title>XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130290#M9182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;BR /&gt;I am trying to find some resources that will assist in parsing some XML that I have in a QVD. Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the XML that is contained within 1 cell, and I am trying to query it within QlikSense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have tried loading the XML into a separate XML file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RatingData:&lt;/P&gt;&lt;P&gt; Load&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; FROM [Policy.QVD] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Store RatingData INTO RatingData.XML ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you can see from below, the QlikSense load does not pick up the XML and create the tables;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String%Table,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_QvdFieldHeader_59D66ED49CFF179D&lt;/P&gt;&lt;P&gt; FROM [lib://Qlik Files/Extract\Peak\TWGInsurance_ForSFTP\Policy.QVD]&lt;/P&gt;&lt;P&gt; (XmlSimple, table is [QvdTableHeader/Fields/QvdFieldHeader/Tags/String]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "FieldName",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BitOffset,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BitWidth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bias,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NoOfSymbols,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Length",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NumberFormat/Type",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NumberFormat/nDec",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NumberFormat/UseThou",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NumberFormat/Dec",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NumberFormat/Thou",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_QvdTableHeader_B94FCCAC68ED3E20,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_QvdFieldHeader_59D66ED49CFF179D&lt;/P&gt;&lt;P&gt; FROM RatingData.XML&lt;/P&gt;&lt;P&gt; (XmlSimple, table is [QvdTableHeader/Fields/QvdFieldHeader]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QvBuildNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatorDoc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateUtcTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SourceFileSize,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "TableName",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RecordByteSize,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NoOfRecords,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Offset,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Length",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Lineage/LineageInfo/Discriminator",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Lineage/LineageInfo/Statement",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Key_QvdTableHeader_B94FCCAC68ED3E20&lt;/P&gt;&lt;P&gt; FROM &lt;SPAN style="font-size: 13.3333px;"&gt;RatingData.XML&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; (XmlSimple, table is QvdTableHeader);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would really welcome some assistance please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 15:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130290#M9182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130291#M9183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By making use of the a load statements FROM_FIELD instead of FROM, RESIDENT etc you can read data from an existing resident field as if&amp;nbsp; the data in the field came from a file. Each and every single value would be treated like a single file from the file system. This also means that you can have the same format specifications&amp;nbsp; of the "file" and specify that it is in XML format like with &lt;EM&gt;&lt;STRONG&gt;(XMLSimple, table is [vechicles/cars])&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It doesn't seem to be very fast - but if you understand that each and every single value represents a separate "file" a 1000 rows with a single column/field of XML would be interpreted by using FROM_FIELD as 1000 separate XML-files. They would of course be auto concatenated so one could believe that they might be like separate rows in a file - but they are not.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 06:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130291#M9183</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-11T06:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130292#M9184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a simple example - I have used INLINE just to make it easier to read, but you might have the source file coming from a file by using FROM or of course also from a database by having a following SQL statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;DATA: LOAD * INLINE `&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;# , XML , CSV&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;1, "&amp;lt;note&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; &amp;lt;title&amp;gt;Strong and Brave&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This article is about a young woman, a little puppy and their journey&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; &amp;lt;/note&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;", "A;B;C;D&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;1;2;3;4&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;5;6;7;8"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;` (txt,msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;NOTES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; title,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; body&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;FROM_FIELD (DATA,XML) (xmlSimple, table is [note]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;FROM_CSV:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font: 8pt Courier New;"&gt;FROM_FIELD(DATA,CSV) (txt, delimiter is ';', embedded labels);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;So in this example we have a mixed format file with the top level content in regular CSV with commas as separators and two sub-formats of XML and CSV with semicolon as delimiter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 07:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130292#M9184</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-11T07:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130293#M9185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response. I am, however, having some issues.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the loads that I am using;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Policy:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContractId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RatingData&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM Policy.QVD&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Premiums:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PExIPT,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CDExIPT,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CP&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From_Field (Policy,RatingData) (xmlSimple,table is [Policies]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Contract ID is the unique identifier within the QVD, and RatingData contains the XML that was previously attached, but I am getting 0 returns. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we pull the values within the RatingData field we have;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1842px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="1842"&gt;&amp;lt;RatingData RId="48fbf828-055e-41a1-a74d-50ec5e6b3bcf" HBR="false" PBR="1.0000" IPTR="0" VATR="0" HOIPTR="false" PExIPT="276.82" PIncIPT="310.04" AncExT="0" AncTax="0" MTAAExcIPT="0" MTAAncTax="0" CanAExcIPT="0" CanAncTax="0" NbChIncIpt="30.0000" RnwlChIncIpt="0" MTADIncIPT="0" MTADExIPT="0" MTACIncIPT="0" MTAPIncIPT="0" MTAPExIPT="0" MTAFPd="0" MTAPPd="0" MTAPrM="0" CDIncIPT="0" CDExIPT="0" CPIncIPT="0" CPExIPT="0" CC="0" CTInIpt="0" CTIpt="0" CTapp="0" CFPD="0" CPPD="0" CPRM="0" BCP="0.46500000" PExcCExcIpt="148.10" PExcCIncIpt="165.87" Psp="0"&amp;gt;&amp;lt;CP&amp;gt;&amp;lt;CPI Id="3" I="false" C="RSAA" R="0.53500000" V="148.10" AV="0" AOI="-1"/&amp;gt;&amp;lt;CPI Id="2" I="true" C="TWG" R="0.46500000" V="128.72" AV="0" AOI="-1"/&amp;gt;&amp;lt;/CP&amp;gt;&amp;lt;C/&amp;gt;&amp;lt;RatingItems/&amp;gt;&amp;lt;LP&amp;gt;&amp;lt;LPItems RId="1f316f4b-89a7-462c-b780-d557280f036b" HBR="false" PBR="1.0000" IPTR="0.1200" VATR="0" HOIPTR="false" PExIPT="276.82" PIncIPT="310.04" AncExT="0" AncTax="0" MTAAExcIPT="0" MTAAncTax="0" CanAExcIPT="0" CanAncTax="0" NbChIncIpt="0" RnwlChIncIpt="0" MTADIncIPT="0" MTADExIPT="0" MTACIncIPT="0" MTAPIncIPT="0" MTAPExIPT="0" MTAFPd="0" MTAPPd="0" MTAPrM="0" CDIncIPT="0" CDExIPT="0" CPIncIPT="0" CPExIPT="0" CC="0" CTInIpt="0" CTIpt="0" CTapp="0" CFPD="0" CPPD="0" CPRM="0" BCP="0.46500000" PExcCExcIpt="148.10" PExcCIncIpt="165.87"&amp;gt;&amp;lt;CP/&amp;gt;&amp;lt;C/&amp;gt;&amp;lt;RatingItems&amp;gt;&amp;lt;RI RId="13788" RVId="83022" K="LandlordsProperties[0].BuildingsHasAd" V="1" L="0.10000000" Alr="1.100000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="0" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13789" RVId="83024" K="LandlordsProperties[0].BuildingsAreaId" V="2" L="-0.14500000" Alr="0.94050000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="1" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13790" RVId="83050" K="LandlordsProperties[0].BuildingsPropertyAgeId" V="9" L="-0.07500000" Alr="0.8699625000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="2" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13792" RVId="83417" K="LandlordsProperties[0].BuildingsNumberOfBedrooms" V="3" L="0.00000000" Alr="0.8699625000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="4" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13793" RVId="83422" K="LandlordsProperties[0].BuildingsSIVsNumBeds" V="250000" L="-0.10000000" Alr="0.7829662500000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="5" LvId="83417" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13794" RVId="83056" K="LandlordsProperties[0].BuildingsPropertyTypeId" V="6" L="-0.02000000" Alr="0.7673069250000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="6" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13795" RVId="83076" K="LandlordsProperties[0].BuildingsExcessId" V="2" L="0.00000000" Alr="0.7673069250000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="7" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13796" RVId="83087" K="BuildingsNCDYears" V="6" L="-0.25000000" Alr="0.5754801937500000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="8" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13797" RVId="83089" K="BuildingsPolicyHolderAge" V="59" L="0.00000000" Alr="0.5754801937500000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="9" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13798" RVId="83093" K="LandlordsProperties[0].BuildingsWallConstructionId" V="5" L="0.00000000" Alr="0.5754801937500000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="10" LvId="-1" PrILl="13799" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13799" RVId="83148" K="LandlordsProperties[0].BuildingsConstructionDetails.LandlordsRoofConstructionId" V="23" L="0.00000000" Alr="0.5754801937500000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="11" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="true" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13802" RVId="83172" K="LandlordsProperties[0].BuildingsMinimumLoadingType" V="2" L="0.65000000" Alr="0.65000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Minimum" O="14" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13803" RVId="83166" K="BuildingsNumberOfProperties" V="1" L="0.00000000" Alr="0.6500000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="15" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13804" RVId="83481" K="LandlordsProperties[0].BuildingsHasMd" V="1" L="0.00000000" Alr="0.6500000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="16" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13805" RVId="83482" K="LandlordsProperties[0].BuildingsHasTheftCover" V="1" L="0.12000000" Alr="0.728000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="17" LvId="83481" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13806" RVId="83170" K="LandlordsProperties[0].BuildingsPolicyCoverType" V="2" L="0.00000000" Alr="0.728000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="18" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13807" RVId="83173" K="LandlordsProperties[0].BuildingsSumInsured" V="250" L="0.00000000" Alr="182.00000000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="AddThenMultiplyByValue" O="19" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13808" RVId="83174" K="LandlordsProperties[0].BuildingsBaseRateIds" V="2" L="-0.18626500" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Multiply" O="20" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13810" RVId="83517" K="LandlordsProperties[0].BuildingsOccupationSumInsured" V="250000" L="0.00000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="22" LvId="-1" PrILl="-1" Sec="Buildings" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13838" RVId="83330" K="LandlordsProperties[0].PropertyOccupationMinimumNumberOfUnoccupiedDays" V="0" L="0.00000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="50" LvId="-1" PrILl="-1" Sec="" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13885" RVId="83381" K="LandlordsProperties[0].LandlordsManualNonStandardReferralValue" V="0" L="1.00000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="AddThenMultiplyByValue" O="97" LvId="-1" PrILl="-1" Sec="" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13886" RVId="83382" K="LandlordsProperties[0].PremiumBeforeMinimumHook" V="1" L="0.00000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="98" LvId="-1" PrILl="-1" Sec="" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13891" RVId="83336" K="LandlordsProperties[0].MinimumPremiumType" V="2" L="53.50000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Minimum" O="103" LvId="-1" PrILl="-1" Sec="" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13892" RVId="83650" K="LandlordsProperties[0].LiabilityPolicyCoverTypeId" V="2" L="0.00000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="104" LvId="-1" PrILl="-1" Sec="" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;RI RId="13893" RVId="83651" K="LandlordsProperties[0].BuildingsLandlordsLiabilityId" V="2" L="0.00000000" Alr="148.09977000000000000000000000" S="Accept" Ao="false" OS="Accept" RT="New" RCO="Add" O="105" LvId="83650" PrILl="-1" Sec="" Skipl="false" Cs="false" PRId="-1"&amp;gt;&amp;lt;En/&amp;gt;&amp;lt;/RI&amp;gt;&amp;lt;/RatingItems&amp;gt;&amp;lt;Ancs/&amp;gt;&amp;lt;/LPItems&amp;gt;&amp;lt;/LP&amp;gt;&amp;lt;Ancs/&amp;gt;&amp;lt;PA&amp;gt;&amp;lt;PAItems Id="237" AId="208" CPId="2" CM="GWPPercentage" CV="0.1800" V="49.83"/&amp;gt;&amp;lt;/PA&amp;gt;&amp;lt;/RatingData&amp;gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can see that it is in XML form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I write it directly on the SQL Server that the QVD is created from;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.ContractId&lt;/P&gt;&lt;P&gt;,P.RatingData.value('(RatingData/@PExIPT)[1]', 'MONEY')&lt;/P&gt;&lt;P&gt;,P.RatingData.value('(RatingData/@PIncIPT)[1]', 'MONEY') - P.RatingData.value('(RatingData/@PExIPT)[1]', 'MONEY')&lt;/P&gt;&lt;P&gt;,P.RatingData.value('(RatingData/CP/CPI[@I="true"]/@V)[1]', 'MONEY')&lt;/P&gt;&lt;P&gt;,P.AdminChargeValue&lt;/P&gt;&lt;P&gt;,P.RatingData.value('(RatingData/PA/PAItems/@V)[1]','MONEY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These return the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just not getting the values from the load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 08:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130293#M9185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130294#M9186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I have something that works;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;XMLOutput:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PIncIPT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,PExIPT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,PExcCExcIpt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From_Field('DataTable','RD') (xmlSimple, table is [RatingData])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Which is great for pulling data from;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210772_1.png" style="max-width: 620px; height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, how do you get to the data in;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210785_2.png" style="height: 297px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 11:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130294#M9186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130295#M9187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .......... table is [RatingData]); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;needs to be changed to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CPI RA],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AOI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AV,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CV,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From_Field('DataTable','RD') (xmlSimple, &lt;/SPAN&gt;table is [RatingData/CP]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 17:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130295#M9187</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-14T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130296#M9188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end I did;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XMLOutput:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;RId as RatingJoin,&lt;/P&gt;&lt;P&gt;PIncIPT as [Premium Inc IPT],&lt;/P&gt;&lt;P&gt;PExIPT as [Premium Ex IPT],&lt;/P&gt;&lt;P&gt;PIncIPT - PExIPT as IPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From_Field('Policy','RD') (xmlSimple, table is [RatingData])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPOutput:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;peek(RD,1,RId) as RatingJoin,&lt;/P&gt;&lt;P&gt;I as [True/False],&lt;/P&gt;&lt;P&gt;V as [Comm],&lt;/P&gt;&lt;P&gt;Id as ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From_Field ('Policy','RD') (xmlSimple, table is [RatingData/CP/CPI])&lt;/P&gt;&lt;P&gt;where I = 'true'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the information that I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130296#M9188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T07:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: XML within a column - need to parse</title>
      <link>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130297#M9189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome - happy to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/XML-within-a-column-need-to-parse/m-p/130297#M9189</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-08-15T07:37:06Z</dc:date>
    </item>
  </channel>
</rss>

