<?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 How to select string values from a field using button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/780296#M1046540</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 column in a table which is full of strings. what i want to do is, use a part of string(substring) and use that in the search string box and want to select all the values which has that particular substring. Could anyone help me with this? Btw, I was able to achieve that with putting multiple values in searchstring box i.e, like (A|B|C|D). But I want to use substring not the whole.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71657_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take the spare part substring and want to select all the rows which has that particular substring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 15:05:14 GMT</pubDate>
    <dc:creator>AH</dc:creator>
    <dc:date>2014-11-19T15:05:14Z</dc:date>
    <item>
      <title>How to select string values from a field using button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/780296#M1046540</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 column in a table which is full of strings. what i want to do is, use a part of string(substring) and use that in the search string box and want to select all the values which has that particular substring. Could anyone help me with this? Btw, I was able to achieve that with putting multiple values in searchstring box i.e, like (A|B|C|D). But I want to use substring not the whole.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71657_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take the spare part substring and want to select all the rows which has that particular substring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 15:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/780296#M1046540</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-11-19T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to select string values from a field using button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/2456295#M1225718</link>
      <description>&lt;P&gt;Did you get a fix? I have similar query.&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 12:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/2456295#M1225718</guid>
      <dc:creator>npatel1</dc:creator>
      <dc:date>2024-05-25T12:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to select string values from a field using button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/2456310#M1225719</link>
      <description>&lt;P&gt;In response to &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47003"&gt;@AH&lt;/a&gt; inquiry, simply use the below for a search string value.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;*spare part*&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 17:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/2456310#M1225719</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-25T17:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to select string values from a field using button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/2457407#M1225726</link>
      <description>&lt;P&gt;With advanced searches you will be able to select the wanted values but it's not very comfortable for standard-selections. Better will be to apply an appropriate categorizing within the script, for example something like:&lt;/P&gt;
&lt;P&gt;pick(wildmatch(upper(Field), '*SPARE PART*', '.....'), 'Spare Stuff', '....') as Category&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 11:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-string-values-from-a-field-using-button/m-p/2457407#M1225726</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-05-29T11:05:31Z</dc:date>
    </item>
  </channel>
</rss>

