<?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 Extract particular string(ABC-2673) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196663#M385931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Need help on search or extract particular string(ABC-2673) that comes dynamically from field&amp;nbsp; see&amp;nbsp; below example on same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields value as below&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Outgoing link to : ABC-2673 &lt;BR /&gt;Outgoing link to : DDD-2656 &lt;BR /&gt;Outgoing link to : KKK-2456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I’m looking below value from above fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC-2673&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;DDD-2656 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;KKK-2456&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks for any best way to handle this in ETL script .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2016 19:01:15 GMT</pubDate>
    <dc:creator>srinivasa1</dc:creator>
    <dc:date>2016-09-30T19:01:15Z</dc:date>
    <item>
      <title>Extract particular string(ABC-2673)</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196663#M385931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Need help on search or extract particular string(ABC-2673) that comes dynamically from field&amp;nbsp; see&amp;nbsp; below example on same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields value as below&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Outgoing link to : ABC-2673 &lt;BR /&gt;Outgoing link to : DDD-2656 &lt;BR /&gt;Outgoing link to : KKK-2456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I’m looking below value from above fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC-2673&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;DDD-2656 &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;KKK-2456&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks for any best way to handle this in ETL script .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 19:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196663#M385931</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-09-30T19:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract particular string(ABC-2673)</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196664#M385932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubField(FieldName, ' : ', -1) as FieldName_New&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 19:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196664#M385932</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T19:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extract particular string(ABC-2673)</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196665#M385933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P&gt;subfield(yourtextfield,' &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;: ',2)&lt;/SPAN&gt; as newfield&lt;/P&gt;&lt;P&gt;which will bring the text part after ': '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 19:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196665#M385933</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2016-09-30T19:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extract particular string(ABC-2673)</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196666#M385934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139332_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(FieldName, ' : ', -1) as FieldName_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outgoing link to : ABC-2673 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outgoing link to : DDD-2656 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Outgoing link to : KKK-2456&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 19:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196666#M385934</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T19:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extract particular string(ABC-2673)</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196667#M385935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny t it started work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 19:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-particular-string-ABC-2673/m-p/1196667#M385935</guid>
      <dc:creator>srinivasa1</dc:creator>
      <dc:date>2016-09-30T19:54:37Z</dc:date>
    </item>
  </channel>
</rss>

