<?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: Get substring from string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036092#M349247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah this was so simple but saw it as more complicated than it really is. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 15:56:41 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2016-02-15T15:56:41Z</dc:date>
    <item>
      <title>Get substring from string</title>
      <link>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036088#M349243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a string like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;* 11.500%&lt;/SPAN&gt;|&lt;STRONG&gt;955597946785402&lt;/STRONG&gt;|10-Oct-2018|11.500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the bolded part but the part in red is arbitrary in length. Is there a good way to get this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036088#M349243</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-02-15T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get substring from string</title>
      <link>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036089#M349244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use: subfield(YourField, '|', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036089#M349244</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-15T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get substring from string</title>
      <link>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036090#M349245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the &lt;STRONG&gt;subfield&lt;/STRONG&gt; command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(YourFieldName, '|', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield('&lt;SPAN style="color: #ff0000;"&gt;11.500%&lt;/SPAN&gt;|&lt;STRONG&gt;955597946785402&lt;/STRONG&gt;|10-Oct-2018|11.500', '|', 2)&amp;nbsp; will return &lt;STRONG&gt;955597946785402&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036090#M349245</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-02-15T14:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get substring from string</title>
      <link>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036091#M349246</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;Subfield() should do it:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114663_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114664_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036091#M349246</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-02-15T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get substring from string</title>
      <link>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036092#M349247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah this was so simple but saw it as more complicated than it really is. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 15:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-substring-from-string/m-p/1036092#M349247</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-02-15T15:56:41Z</dc:date>
    </item>
  </channel>
</rss>

