<?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 Subfield Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881384#M1013089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am debugging a script that was written by another Developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across a this function: subfield(Fieldname,';' ) as Fieldname1&lt;/P&gt;&lt;P&gt;I would like to know what the Developer was trying to achieve by an empty substring parameter. &lt;/P&gt;&lt;P&gt;Can you please advise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2015 09:04:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-22T09:04:22Z</dc:date>
    <item>
      <title>Subfield Function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881384#M1013089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am debugging a script that was written by another Developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across a this function: subfield(Fieldname,';' ) as Fieldname1&lt;/P&gt;&lt;P&gt;I would like to know what the Developer was trying to achieve by an empty substring parameter. &lt;/P&gt;&lt;P&gt;Can you please advise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881384#M1013089</guid>
      <dc:creator />
      <dc:date>2015-04-22T09:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881385#M1013090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you dont write index number then by default it is consider 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Help Menu you will get detail explanation with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881385#M1013090</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-22T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881386#M1013091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tumela,&lt;/P&gt;&lt;P&gt;If index is omitted when subfield is used in a field expression in a load statement, the subfield function will cause the load statement to automatically generate one full record of input data for each substring that can be found in the string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loading the string 123;456;78910;1112 with Subfield(Record,.';') as Fields outputs separate records for each subfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields&lt;/P&gt;&lt;P&gt;123&lt;/P&gt;&lt;P&gt;456&lt;/P&gt;&lt;P&gt;78910&lt;/P&gt;&lt;P&gt;1112&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881386#M1013091</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-22T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881387#M1013092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it's used in a load statement without an index, it creates a full record of input data for every substring it finds in that field - so it would create a record for every "substring" it finds in "fieldname" in your example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 09:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881387#M1013092</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-04-22T09:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield Function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881388#M1013093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guy!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;...I learnt something new and it's quite useful I must say.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 11:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-Function/m-p/881388#M1013093</guid>
      <dc:creator />
      <dc:date>2015-04-22T11:00:59Z</dc:date>
    </item>
  </channel>
</rss>

