<?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 advanced search strings in Actions/Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223196#M75731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, as said.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 20:32:02 GMT</pubDate>
    <dc:creator>biester</dc:creator>
    <dc:date>2009-10-22T20:32:02Z</dc:date>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223190#M75725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As you may know, in QlikView search text boxes you can use advanced expressions.&lt;/P&gt;&lt;P&gt;For example if I've two fields : "Customers" and "Sales". If I create a listbox for the field "Customers" and I make a search on it : I put the expression =Sum(Sales)&amp;gt;1000. QlikView will select Customers which made more than 1000 of sales.&lt;/P&gt;&lt;P&gt;That's very usefull and powerfull ... for advanced users who knows how to write expressions. So to simplify it for other users. I would like to create a button which execute the selection.&lt;/P&gt;&lt;P&gt;But I can't find how to do it : when I create a button, I open the properties, "Actions" Tab, Add Action, select in field. In "Field", I write Customer. In search String, I write =sum(Sales)&amp;gt;1000. the button doesn't do anything.&lt;/P&gt;&lt;P&gt;Is there a syntax problem or do you know how to workaround it ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S : I'm working with QlikView Desktop V9 SR1&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 19:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223190#M75725</guid>
      <dc:creator />
      <dc:date>2009-10-22T19:52:11Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223191#M75726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bertrand you can write the macro and you can assign it to the button but again you have to know how to write the macro&lt;/P&gt;&lt;P&gt;Talha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223191#M75726</guid>
      <dc:creator />
      <dc:date>2009-10-22T20:00:15Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223192#M75727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your answer. That's a workaround but I would like to avoid macros for performance reasons :&lt;BR /&gt;Running a macro automatically deletes all caches, undo-layout buffers and undological operation buffers.&lt;/P&gt;&lt;P&gt;Do you have any other idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223192#M75727</guid>
      <dc:creator />
      <dc:date>2009-10-22T20:07:35Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223193#M75728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I once asked it to a Qlikview develpor and the solution was a Macro (for the selection based on the searched values).&lt;/P&gt;&lt;P&gt;Here it goes the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223193#M75728</guid>
      <dc:creator />
      <dc:date>2009-10-22T20:11:57Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223194#M75729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eager to avoid macros wherever possible, I had the same problem like Bertrand two days ago and asked support about it. The case has been escalated to second line; as soon as I have an answer I'll post it here.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223194#M75729</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-22T20:16:22Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223195#M75730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;Can you please update this post when you have the answer of the QlikTech support ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223195#M75730</guid>
      <dc:creator />
      <dc:date>2009-10-22T20:28:12Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223196#M75731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, as said.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 20:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223196#M75731</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-22T20:32:02Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223197#M75732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Support suggested to work with "Toggle select". Enclosed a little demo (though I'm afraid it won't work with your case with = Sum(...) ). Anyway, as it seems "Advanced search" strings are not being supported with Select field for the time being ...&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 13:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223197#M75732</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-27T13:31:30Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223198#M75733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the final answer from support now: advanced search strings are definitvely NOT supported in Actions/Selections&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 19:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223198#M75733</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-11-16T19:56:10Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223199#M75734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too bad &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; !&lt;/P&gt;&lt;P&gt;I'll made a enhancement request :).&lt;/P&gt;&lt;P&gt;Thanks for your precision,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 20:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223199#M75734</guid>
      <dc:creator />
      <dc:date>2009-11-16T20:16:50Z</dc:date>
    </item>
    <item>
      <title>advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223200#M75735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Any idea how i can make a search of the expression in a straight table?&lt;/P&gt;&lt;P&gt;I've set the expression to be searchable, now i need to put in my search string in the macro but unable to get it to work. My expression is a calculation (not a field) and not as straight forward as examples given here.&lt;/P&gt;&lt;P&gt;Please help. THanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 13:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223200#M75735</guid>
      <dc:creator />
      <dc:date>2009-11-17T13:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223201#M75736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another work around. Type ur expression in advanced search, then hit GO. Now save this as bookmark with some name. Now clear ur selections and call that bookmark id through button [ through actions ]. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know once you try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223201#M75736</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223202#M75737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another work around. Type ur expression in advanced search, then hit GO. Now save this as bookmark with some name. Now clear ur selections and call that bookmark id through button [ through actions ]. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know once you try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223202#M75737</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223203#M75738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another work around. Type ur expression in advanced search, then hit GO. Now save this as bookmark with some name. Now clear ur selections and call that bookmark id through button [ through actions ]. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know once you try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223203#M75738</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223204#M75739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another work around. Type ur expression in advanced search, then hit GO. Now save this as bookmark with some name. Now clear ur selections and call that bookmark id through button [ through actions ]. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know once you try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223204#M75739</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223205#M75740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another work around. Type ur expression in advanced search, then hit GO. Now save this as bookmark with some name. Now clear ur selections and call that bookmark id through button [ through actions ]. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know once you try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:09:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223205#M75740</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223206#M75741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another work around. Type ur expression in advanced search, then hit GO. Now save this as bookmark with some name. Now clear ur selections and call that bookmark id through button [ through actions ]. It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know once you try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 06:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223206#M75741</guid>
      <dc:creator />
      <dc:date>2012-06-14T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223207#M75742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand,&lt;/P&gt;&lt;P&gt;I have a need to do something similar, using a script to build the selection list - in order to exclude a value while retaining all of those that have already been selected (Toggle simply will not work for this). Any response back on iif and when they plan to allow advanced search capability?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Calvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 21:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223207#M75742</guid>
      <dc:creator />
      <dc:date>2012-07-19T21:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223208#M75743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bertrand,&lt;/P&gt;&lt;P&gt;I have a need to do something similar, using a script to build the selection list - in order to exclude a value while retaining all of those that have already been selected (Toggle simply will not work for this). Any response back on iif and when they plan to allow advanced search capability?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Calvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 01:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223208#M75743</guid>
      <dc:creator />
      <dc:date>2012-07-20T01:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: advanced search strings in Actions/Selections</title>
      <link>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223209#M75744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Calvin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can do it in actions. use Select in field and select the needed fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try using exclude action and exclude only that field. It will work. I have tried it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach the qv files and source, so that i can give my try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 05:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/advanced-search-strings-in-Actions-Selections/m-p/223209#M75744</guid>
      <dc:creator />
      <dc:date>2012-07-20T05:00:04Z</dc:date>
    </item>
  </channel>
</rss>

