<?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 search string and create a new field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335182#M123592</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 have a string like 'ABC CDE EFG HIJ' &lt;/P&gt;&lt;P&gt;From this i need to take first letter of each substring e.g., '&lt;STRONG&gt;A&lt;/STRONG&gt;BC &lt;STRONG&gt;C&lt;/STRONG&gt;DE &lt;STRONG&gt;E&lt;/STRONG&gt;FG &lt;STRONG&gt;H&lt;/STRONG&gt;IJ'-ACEH &lt;/P&gt;&lt;P&gt;I tried to identify space then to fetch the particular string but it didn't work and&lt;/P&gt;&lt;P&gt; also i used subfield like left(subfield('&lt;STRONG&gt;A&lt;/STRONG&gt;BC &lt;STRONG&gt;C&lt;/STRONG&gt;DE &lt;STRONG&gt;E&lt;/STRONG&gt;FG &lt;STRONG&gt;H&lt;/STRONG&gt;IJ',' '),1) i got first letter but when concat its not giving correct result&lt;/P&gt;&lt;P&gt;Any idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sivaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 06:01:39 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2012-07-05T06:01:39Z</dc:date>
    <item>
      <title>search string and create a new field</title>
      <link>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335182#M123592</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 have a string like 'ABC CDE EFG HIJ' &lt;/P&gt;&lt;P&gt;From this i need to take first letter of each substring e.g., '&lt;STRONG&gt;A&lt;/STRONG&gt;BC &lt;STRONG&gt;C&lt;/STRONG&gt;DE &lt;STRONG&gt;E&lt;/STRONG&gt;FG &lt;STRONG&gt;H&lt;/STRONG&gt;IJ'-ACEH &lt;/P&gt;&lt;P&gt;I tried to identify space then to fetch the particular string but it didn't work and&lt;/P&gt;&lt;P&gt; also i used subfield like left(subfield('&lt;STRONG&gt;A&lt;/STRONG&gt;BC &lt;STRONG&gt;C&lt;/STRONG&gt;DE &lt;STRONG&gt;E&lt;/STRONG&gt;FG &lt;STRONG&gt;H&lt;/STRONG&gt;IJ',' '),1) i got first letter but when concat its not giving correct result&lt;/P&gt;&lt;P&gt;Any idea...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sivaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335182#M123592</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-07-05T06:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: search string and create a new field</title>
      <link>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335183#M123593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sivaraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;concat(Field) as Result;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; left(subfield('ABC CDE EFG HIJ',' '),1) as Field&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 06:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335183#M123593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-05T06:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: search string and create a new field</title>
      <link>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335184#M123594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335184#M123594</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-07-05T07:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: search string and create a new field</title>
      <link>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335185#M123595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gives me a string ACEH, isn't this what you're looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 07:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335185#M123595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-05T07:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: search string and create a new field</title>
      <link>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335186#M123596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i want, but is not giving for me&lt;/P&gt;&lt;P&gt;Can you explin the way you have tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 08:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/search-string-and-create-a-new-field/m-p/335186#M123596</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2012-07-05T08:49:25Z</dc:date>
    </item>
  </channel>
</rss>

