<?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 How to parse single field into multiple in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-parse-single-field-into-multiple/m-p/872040#M304817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have a field in excel called Matter and data looks as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC_PAT_Trademark_test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I parse group into a different field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ABC would be Seg&lt;/P&gt;&lt;P&gt;PAT would be Sub&lt;/P&gt;&lt;P&gt;Trademark would be type&lt;/P&gt;&lt;P&gt;and test would be LOC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 20:33:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-14T20:33:55Z</dc:date>
    <item>
      <title>How to parse single field into multiple</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-single-field-into-multiple/m-p/872040#M304817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have a field in excel called Matter and data looks as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC_PAT_Trademark_test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I parse group into a different field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ABC would be Seg&lt;/P&gt;&lt;P&gt;PAT would be Sub&lt;/P&gt;&lt;P&gt;Trademark would be type&lt;/P&gt;&lt;P&gt;and test would be LOC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-single-field-into-multiple/m-p/872040#M304817</guid>
      <dc:creator />
      <dc:date>2015-07-14T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse single field into multiple</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-parse-single-field-into-multiple/m-p/872041#M304818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Matter,'_',1) as Seg,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Matter,'_',2) as Sub,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Matter,'_',3) as type,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(Matter,'_',4) as LOC,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FROM ...;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-parse-single-field-into-multiple/m-p/872041#M304818</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-14T20:35:12Z</dc:date>
    </item>
  </channel>
</rss>

