<?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: syntax- searching string for an action in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087870#M924565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tested it. It gives all the value. &lt;BR /&gt;But if we give &lt;STRONG&gt;&lt;EM&gt;(abc|blabli)&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;-&amp;gt; This give exact value&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2016 05:55:06 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-04-11T05:55:06Z</dc:date>
    <item>
      <title>syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087865#M924560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add an action, which helps to choose the searchwords i want. My problem is, if there are similar words, the action chooses all of them, but I want just one. for example:&lt;/P&gt;&lt;P&gt;there are:&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;abcd&lt;/P&gt;&lt;P&gt;abcds&lt;/P&gt;&lt;P&gt;blabli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expression for the searching string is:&lt;/P&gt;&lt;P&gt;= '("abc"|"blabli")'&lt;/P&gt;&lt;P&gt;this expression chooses all abc* strings, but i just want&amp;nbsp; abc only, can somebody help me please? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087865#M924560</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087866#M924561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't get the result so.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="121146" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121146_Untitled.png" style="height: 285px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post your sample app that replicates the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 04:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087866#M924561</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-04-11T04:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087867#M924562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you are trying the same expression in the Listbox -&amp;gt; Search.. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;("abc"|"blabli")&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121151_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But, if you assign the expression in the Action Button, it will give your desired result, not&amp;nbsp; 'abc*'..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 05:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087867#M924562</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-11T05:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087868#M924563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sevdolicious, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is,&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat ({&amp;lt;YourFieldName = {"abc*"}&amp;gt;} Distinct YourFieldName, '|')')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 05:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087868#M924563</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-04-11T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087869#M924564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even in the listbox, using 'Normal Search' mode - 'exact match' should have worked. Unfortunately, that doesn't work anymore. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 05:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087869#M924564</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-04-11T05:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087870#M924565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tested it. It gives all the value. &lt;BR /&gt;But if we give &lt;STRONG&gt;&lt;EM&gt;(abc|blabli)&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;-&amp;gt; This give exact value&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 05:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087870#M924565</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-11T05:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087871#M924566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My searching string includes 2 words, therefore i had to use These " ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 08:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087871#M924566</guid>
      <dc:creator />
      <dc:date>2016-04-11T08:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: syntax- searching string for an action</title>
      <link>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087872#M924567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look this as well&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/docs/DOC-15671"&gt;Compound Search - demystified&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 09:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntax-searching-string-for-an-action/m-p/1087872#M924567</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-11T09:42:37Z</dc:date>
    </item>
  </channel>
</rss>

