<?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: Subfield in the QV script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053652#M940353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Pradeep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Verendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 11:54:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-22T11:54:36Z</dc:date>
    <item>
      <title>Subfield in the QV script</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053650#M940351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px;"&gt;Why we use sub field in the script ? how &lt;/SPAN&gt;does it work in the&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px;"&gt; real world ? what is the syntax for this ? could you please provide few examples?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px;"&gt;Anyone can please throw some light on this&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-size: 10pt; font-family: arial, sans-serif;"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Verendra.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica, Arial, sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 10:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053650#M940351</guid>
      <dc:creator />
      <dc:date>2016-01-22T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield in the QV script</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053651#M940352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Subfield() is used to get the some part of the String Data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Syntax:&lt;/STRONG&gt; &lt;A class="Bold" name="subfield"&gt;&lt;/A&gt;subfield&lt;SPAN class="Bold"&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;s, 'delimiter' [ , index ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S - input String&lt;/P&gt;&lt;P&gt;Delimiter : on which Character basis you are trying to get the some part of the string.&lt;/P&gt;&lt;P&gt;Index : After dividing the input string into parts based on Delimiter, which part you required.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ex:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let S=&lt;SPAN class="Italic"&gt;abc@&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;def@&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;gh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;SPAN class="Code" style="font-size: 13.3333px;"&gt;subfield(S, '@' ,1)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; returns 'abc&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;subfield(S, '@' ,2)&lt;/SPAN&gt; returns '&lt;SPAN class="Italic"&gt;def&lt;/SPAN&gt;' &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" style="font-size: 13.3333px;"&gt;subfield(S, '@' )&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; returns 'abc&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053651#M940352</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-22T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield in the QV script</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053652#M940353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Pradeep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Verendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-in-the-QV-script/m-p/1053652#M940353</guid>
      <dc:creator />
      <dc:date>2016-01-22T11:54:36Z</dc:date>
    </item>
  </channel>
</rss>

