<?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 within subfield not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258763#M397370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a string which is like&lt;/P&gt;&lt;P&gt;1.1 deposits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use the below code&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Line Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ', 1)), '.', 1) &lt;/SPAN&gt; as LEVEL1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output of 1.1 deposits should be 1. However, it is not working. How do I make this work? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 07:31:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-13T07:31:14Z</dc:date>
    <item>
      <title>Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258763#M397370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a string which is like&lt;/P&gt;&lt;P&gt;1.1 deposits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use the below code&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Line Description]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,' ', 1)), '.', 1) &lt;/SPAN&gt; as LEVEL1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output of 1.1 deposits should be 1. However, it is not working. How do I make this work? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258763#M397370</guid>
      <dc:creator />
      <dc:date>2017-02-13T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258764#M397371</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;You dont need 1 Deposits ..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain the logic in details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258764#M397371</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-02-13T07:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258765#M397372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the above what is your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258765#M397372</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-13T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258766#M397373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically I would like to just extract the first digit before the first decimal point. So if the string is "5.6 Assets", I would like the value 5. If the string is "12.44.7 Liability", I would want 12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258766#M397373</guid>
      <dc:creator />
      <dc:date>2017-02-13T07:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258767#M397374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a string which is like&lt;/P&gt;&lt;P&gt;1.1 deposits&lt;/P&gt;&lt;P&gt;2.1 assets&lt;/P&gt;&lt;P&gt;55.1 liability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expected output will be&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;55&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258767#M397374</guid>
      <dc:creator />
      <dc:date>2017-02-13T07:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258768#M397375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Why can't&amp;nbsp; you simply try with..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;SubField('12.44.7 Liability','.', 1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258768#M397375</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-13T07:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258769#M397376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Try with..&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SubField([Field name],'.', 1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 07:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258769#M397376</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-13T07:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258770#M397377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK your original code works like a charm. Are you sure about the actual content of field [Line Description] ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="152884" alt="Subfield within Subfield not working thread249588.jpg" class="jive-image image-1" height="385" src="/legacyfs/online/152884_Subfield within Subfield not working thread249588.jpg" style="height: 385px; width: 634.84px;" width="635" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: to make sure that I use the same code as you did, I copy/pasted your script line into the editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, surendra j already posted a shorter version that produces the same output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 08:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258770#M397377</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-13T08:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield within subfield not working</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258771#M397378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Close the thread..if you got the relevant one..&lt;/P&gt;&lt;P&gt;It will be useful to community members.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 15:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-within-subfield-not-working/m-p/1258771#M397378</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-02-15T15:35:59Z</dc:date>
    </item>
  </channel>
</rss>

