<?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 Pick Match with ‘greater/less than’ operators in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180562#M382674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Recently when I was developing one of my QV applications I faced a problem of using &lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; functions in situation where we have to link values to some separate ranges. Of course we can always use a complex &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; structure, but it was not something I would be happy about. I haven’t found a solution on community so together with my Team Mate we have figure out a way how to do it with &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;When we have just a simple query where we need to distinguish between values greater/less /equal 0, we can use the function sign(), below is the sample example, to assign the color depending on the expression value:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;sign&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;expression&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;),-1,0,1),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;lightred&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;black&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;More complex case will be where we will need to distinguish between some ranges with only positive values (or negative, values which are not only different due to its sign). My problem was to assign a color to an indicator depending on its value, so &lt;/SPAN&gt;&lt;SPAN style="color: #00b050;"&gt;&lt;STRONG&gt;green&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;where we are between &lt;/SPAN&gt;&lt;SPAN style="; color: #00b050; font-size: 12pt;"&gt;&lt;STRONG&gt;0.95-0.1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="; color: #ffc000; font-size: 12pt;"&gt;&lt;STRONG&gt;amber 0.9-0.95&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, and &lt;/SPAN&gt;&lt;SPAN style="; color: red; font-size: 12pt;"&gt;&lt;STRONG&gt;red&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; for &lt;/SPAN&gt;&lt;SPAN style="; color: red; font-size: 12pt;"&gt;&lt;STRONG&gt;0.0-0.9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;. The way to describe such statement using &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; function, is to combine it with class function, example below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;expression&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;,0.05),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(0.95,0.05),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(0.9,0.05))+1,&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;$(vRed)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;$(vGreen)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;$(vAmber)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;This way we can avoid using complex IF statement and stick with &lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; functions which are a lot faster. Above are only just sample examples, but I believe that Qlik is giving us the opportunity to use it in more complex cases as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Hope you enjoy,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Maciej Borkowski&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Maciej Borkowski&#xD;
&#xD;
Simple example attached. &#xD;
&#xD;
Please forgive me the ugly colours, but just wanted to show how you may use it in yours applications:)&#xD;
&#xD;
Regards,&#xD;
MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2016 08:06:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-12T08:06:41Z</dc:date>
    <item>
      <title>Pick Match with ‘greater/less than’ operators</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180562#M382674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Recently when I was developing one of my QV applications I faced a problem of using &lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; functions in situation where we have to link values to some separate ranges. Of course we can always use a complex &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;IF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; structure, but it was not something I would be happy about. I haven’t found a solution on community so together with my Team Mate we have figure out a way how to do it with &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;When we have just a simple query where we need to distinguish between values greater/less /equal 0, we can use the function sign(), below is the sample example, to assign the color depending on the expression value:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;sign&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;expression&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;),-1,0,1),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;lightred&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;black&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;green&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #000000;"&gt;More complex case will be where we will need to distinguish between some ranges with only positive values (or negative, values which are not only different due to its sign). My problem was to assign a color to an indicator depending on its value, so &lt;/SPAN&gt;&lt;SPAN style="color: #00b050;"&gt;&lt;STRONG&gt;green&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;where we are between &lt;/SPAN&gt;&lt;SPAN style="; color: #00b050; font-size: 12pt;"&gt;&lt;STRONG&gt;0.95-0.1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="; color: #ffc000; font-size: 12pt;"&gt;&lt;STRONG&gt;amber 0.9-0.95&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;, and &lt;/SPAN&gt;&lt;SPAN style="; color: red; font-size: 12pt;"&gt;&lt;STRONG&gt;red&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; for &lt;/SPAN&gt;&lt;SPAN style="; color: red; font-size: 12pt;"&gt;&lt;STRONG&gt;0.0-0.9&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;. The way to describe such statement using &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;&lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; function, is to combine it with class function, example below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;expression&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;,0.05),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(0.95,0.05),&lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(0.9,0.05))+1,&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;$(vRed)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;$(vGreen)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="line-height: 115%; color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;&lt;EM&gt;$(vAmber)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;This way we can avoid using complex IF statement and stick with &lt;STRONG&gt;Pick Match&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; functions which are a lot faster. Above are only just sample examples, but I believe that Qlik is giving us the opportunity to use it in more complex cases as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Hope you enjoy,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Maciej Borkowski&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Maciej Borkowski&#xD;
&#xD;
Simple example attached. &#xD;
&#xD;
Please forgive me the ugly colours, but just wanted to show how you may use it in yours applications:)&#xD;
&#xD;
Regards,&#xD;
MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 08:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180562#M382674</guid>
      <dc:creator />
      <dc:date>2016-09-12T08:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Match with ‘greater/less than’ operators</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180563#M382675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very cool!!! Thanks for sharing, would you be able to share a sample where it has been implemented? Would like to play around with it to see what it is doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, thanks for sharing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 16:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180563#M382675</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-12T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Match with ‘greater/less than’ operators</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180564#M382676</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;maybe also possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Pick&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: gray;"&gt;expression&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;,0.05),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;0.95,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;0.9)+1,&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: gray;"&gt;$(vRed)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: gray;"&gt;$(vGreen)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: gray;"&gt;$(vAmber)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.5em;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif; font-size: 9pt; line-height: 1.5em;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 23:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180564#M382676</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-09-12T23:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pick Match with ‘greater/less than’ operators</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180565#M382677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Nice..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-Match-with-greater-less-than-operators/m-p/1180565#M382677</guid>
      <dc:creator>mohan2391</dc:creator>
      <dc:date>2016-11-18T12:30:04Z</dc:date>
    </item>
  </channel>
</rss>

