<?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: Using &amp;quot;operators&amp;quot; in &amp;quot;match function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449750#M167840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi superida,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share business case that you trying to filter value by frequency?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 06:44:31 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2013-06-07T06:44:31Z</dc:date>
    <item>
      <title>Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449743#M167833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to filter from a listbox, values, say between 5 to 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" frame="VOID" rules="NONE"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="86"&gt;values&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I know i probably have to drag the desired selection manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is another function, with the formula if(match(values, 5,6,7,8,9,10), values)&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" frame="VOID" rules="NONE"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="86"&gt;values&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use an operator such as &amp;lt;=10 and &amp;gt;=5 to achieve the above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this: &lt;/P&gt;&lt;P&gt;if(match(values, between (5,10), values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the functions for matching values "between", "more than" and "less than" also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 04:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449743#M167833</guid>
      <dc:creator />
      <dc:date>2013-06-07T04:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449744#M167834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you want to do this filtering. In a Set Analysis expression? Or an Action?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 04:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449744#M167834</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-06-07T04:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449745#M167835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created a list box.&amp;nbsp; this values are in listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 04:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449745#M167835</guid>
      <dc:creator />
      <dc:date>2013-06-07T04:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449746#M167836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi superida,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this one you looking for.&lt;/P&gt;&lt;P&gt;1. Click search icon in your List Box&lt;/P&gt;&lt;P&gt;2. Type &amp;gt;=5&amp;lt;=10&lt;/P&gt;&lt;P&gt;3. Hit enter key to filter value from List Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample here&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42258" class="jive-image" alt="Untitled.png" src="https://community.qlik.com/legacyfs/online/42258_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 04:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449746#M167836</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-06-07T04:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449747#M167837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh! great! thanks.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i have another slight variation.&amp;nbsp; If i want to search for values that occur &amp;gt;5 times...&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" frame="VOID" rules="NONE"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="86"&gt;Values&lt;/TD&gt;&lt;TD width="86"&gt;Frequency&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="17"&gt;4&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;5&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;6&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;7&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;8&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;9&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD bgcolor="#00FF00" height="17"&gt;10&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had initially aske that question as i thought match function would do the trick.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for listbox, with frequencies of occurence, how can i filter those with a certain frequency?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 04:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449747#M167837</guid>
      <dc:creator />
      <dc:date>2013-06-07T04:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449748#M167838</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;=Aggr&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Min(Value)) &amp;lt;=$(=max(Value))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 05:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449748#M167838</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-06-07T05:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449749#M167839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can filter values like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42262" class="jive-image" alt="Filter.png" src="https://community.qlik.com/legacyfs/online/42262_Filter.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 06:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449749#M167839</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2013-06-07T06:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449750#M167840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi superida,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share business case that you trying to filter value by frequency?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 06:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449750#M167840</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-06-07T06:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449751#M167841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; Possible to give the formula for between? &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42266" class="jiveImage" alt="Filter.png" src="https://community.qlik.com/legacyfs/online/42266_Filter.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 06:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449751#M167841</guid>
      <dc:creator />
      <dc:date>2013-06-07T06:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using "operators" in "match function</title>
      <link>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449752#M167842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42268" class="jive-image" alt="Filter.png" src="https://community.qlik.com/legacyfs/online/42268_Filter.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 07:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-quot-operators-quot-in-quot-match-function/m-p/449752#M167842</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2013-06-07T07:17:11Z</dc:date>
    </item>
  </channel>
</rss>

