<?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: How to find string value from Space separated String field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877439#M306392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think one to many is what you want. See attached example qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SNo, Source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1, DB2 SQL Oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2, SQL DB2 Excel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;3, DB2 Oracle SQL Excel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;4, Oracle Access&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Types:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD SNo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; subfield(Source,' ') as Type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Resident data&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-06-12_10-57-11.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89287_2015-06-12_10-57-11.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 17:57:54 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-06-12T17:57:54Z</dc:date>
    <item>
      <title>How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877417#M306370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have field with space separated multiple strings.I want to find a particular string value from that field.The position of that particular string value can be anywhere and it changes.How to find the particlar string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877417#M306370</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T17:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877418#M306371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What qualifies this special string value? Could you post some sample strings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877418#M306371</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-11T17:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877419#M306372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of powerful String functions at your disposal. SubField() ,&amp;nbsp; Index() starting position of the &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt;:th occurrence of sub-string, &lt;SPAN class="Bold"&gt;TextBetween()&amp;nbsp; as well. You will most likely need to Nest a couple of these functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you provide some samples of these strings Im sure we can help give you some good starting points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877419#M306372</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-06-11T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877420#M306373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;String field example&lt;/P&gt;&lt;P&gt;Data Source&lt;/P&gt;&lt;P&gt;SQL DB2 Oracle&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;DB2 SQL Oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Excel Oracle SQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I want to create group based on source type.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877420#M306373</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877421#M306374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you want to transform these field values into what resulting table / field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877421#M306374</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-11T17:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877422#M306375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried something like this&lt;/P&gt;&lt;P&gt;if(Index([Data Source]&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,'SQL'),'SQL'),'SQL',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Index([Data Source]&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,'DB2'),'DB2'),'DB2'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(Index([Data Source]&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;,'Excel'),'Excel'),'Excel','Other') as Data Source Type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example All string field values with SQL are not grouped as SQL,some values getting dropped??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877422#M306375</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877423#M306376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be i wrongly interpreted the example field .this is how the field is&lt;/P&gt;&lt;P&gt;itemno&amp;nbsp;&amp;nbsp; Datasource&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;SQL ,DB2 ,Oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #f2f2f2;"&gt;DB2, SQL ,Oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp; 3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #f2f2f2;"&gt;Excel , Oracle ,SQL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877423#M306376</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T17:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877424#M306377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each data item has Datasource labels/tags (Ex ,excel,sql,oracle).i want to group data items based on data source tags/labels.Sometimes each data item can share same or more than one tag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877424#M306377</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T17:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877425#M306378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;MAP:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;MAPPING LOAD F1, F1 as F2 INLINE [&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;F1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SQL&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;DB2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Oracle&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Excel&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD itemno, [Data Source], applymap('MAP',trim(subfield([Data Source],' ')),'Other') as Group INLINE [&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;itemno, Data Source&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1, "SQL ,DB2 ,Oracle"&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;2, "DB2, SQL, Oracle"&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;3, "Excel, Oracle ,SQL"&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877425#M306378</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-11T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877426#M306379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(String,' ') as Tag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877426#M306379</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-11T17:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877427#M306380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the Datsource appears to be Tag like in nature with multiple values per row are you trying to pick just one or into separate parts using SubField() etc...&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877427#M306380</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-06-11T17:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877428#M306381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( DataSource Like '*SQL*' , DataSource , 'Other) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877428#M306381</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-11T17:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877429#M306382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( DataSource Like '*SQL*' , 'SQL' , 'Other' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877429#M306382</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-11T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877430#M306383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="String.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89137_String.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I want to create a field of source type.If i make selction SQL in source type field i want ot see only SQL items with 1,2,3&amp;nbsp; and if oracle selected only oracle&amp;nbsp; items 1,3,4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877430#M306383</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T18:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877431#M306384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried .sub field is creating individual values of source and ends up as one many&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877431#M306384</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-11T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877432#M306385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps if you could give us a sample mock-up of how it should appear once processed?&lt;/P&gt;&lt;P&gt;I think either &lt;EM&gt;SubField&lt;/EM&gt; or eh Like will do the trick. You will have many combinations of groups since you are allowing multiple Tags per DataSource is that ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877432#M306385</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-06-11T18:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877433#M306386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then using Subfield will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877433#M306386</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-06-11T18:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877434#M306387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob for reply.But doing &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;subfield(String,' ') &lt;/STRONG&gt;is creating multiple values for each Item ID.One to many.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877434#M306387</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-12T16:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877435#M306388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;subfield(String,' ') &lt;/STRONG&gt;is creating multiple values for each Item ID.One to many.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877435#M306388</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-12T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find string value from Space separated String field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877436#M306389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.I will try this code &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 16:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-string-value-from-Space-separated-String-field/m-p/877436#M306389</guid>
      <dc:creator>chaper</dc:creator>
      <dc:date>2015-06-12T16:34:50Z</dc:date>
    </item>
  </channel>
</rss>

