<?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 Find String in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808318#M1212342</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;for a list of comma separated strings, like&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cloud, sun, sunshine, road, roadster&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;what is the right way to identify a specific string like 'sun' (but ignore 'sunshine') or 'road' (but ignore 'roadster') in the UI&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 17 May 2021 10:27:30 GMT</pubDate>
    <dc:creator>xyz_1011</dc:creator>
    <dc:date>2021-05-17T10:27:30Z</dc:date>
    <item>
      <title>Find String</title>
      <link>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808318#M1212342</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;for a list of comma separated strings, like&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cloud, sun, sunshine, road, roadster&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;what is the right way to identify a specific string like 'sun' (but ignore 'sunshine') or 'road' (but ignore 'roadster') in the UI&lt;/P&gt;&lt;P&gt;Thanks a lot in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 10:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808318#M1212342</guid>
      <dc:creator>xyz_1011</dc:creator>
      <dc:date>2021-05-17T10:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Find String</title>
      <link>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808701#M1212371</link>
      <description>&lt;P&gt;You may use something like: wildmatch(string, '*sun,*', '*road,*') to find the mentioned sub-strings. Depending on your use-case it might be also helpful to split the string into multiple rows within the script, for example with: subfield(string, ', ') as SubString.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808701#M1212371</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-05-18T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find String</title>
      <link>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808831#M1212381</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;As the other post mentions, I'd likely do this sort of work in the script, but depending on your use-case you could also do more hacky things like:&amp;nbsp; =SubStringCount(Replace(Strings,' ',''),',sun,')&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 21:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-String/m-p/1808831#M1212381</guid>
      <dc:creator>nsm1234567</dc:creator>
      <dc:date>2021-05-18T21:07:11Z</dc:date>
    </item>
  </channel>
</rss>

