<?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: How to separate this field into 3 fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112725#M893190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubField(Field_name,'-',1) as Company,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubField(Field_name,'-',2)&amp;nbsp; as Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NOTE: In order to implement this logic your data inflow should be maintained in the same order &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 07:39:42 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-08-16T07:39:42Z</dc:date>
    <item>
      <title>How to separate this field into 3 fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112723#M893188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, appreciate any help here!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data in the field looks like this:&lt;/P&gt;&lt;P&gt;"Brick Factory - John Smith - 1234"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am hoping to split each component into its own field in the load statement using the hyphen characters as separators I guess...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112723#M893188</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate this field into 3 fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112724#M893189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;SubField('Brick Factory - John Smith - 1234','-',1) as company,&lt;/P&gt;&lt;P&gt;SubField('Brick Factory - John Smith - 1234','-',2) as name&lt;/P&gt;&lt;P&gt;SubField('Brick Factory - John Smith - 1234','-',3) as id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace with your filed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112724#M893189</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-08-16T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate this field into 3 fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112725#M893190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubField(Field_name,'-',1) as Company,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubField(Field_name,'-',2)&amp;nbsp; as Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NOTE: In order to implement this logic your data inflow should be maintained in the same order &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 07:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-this-field-into-3-fields/m-p/1112725#M893190</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-16T07:39:42Z</dc:date>
    </item>
  </channel>
</rss>

