<?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: Why is using Pick and Match functions combination thought to be faster than nested IF statements? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940553#M324379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without commenting on performance considerations, one reason may be as the number of bucketed logical possibilities grows, from a code comprehension/maintenance perspective, Pick simplifies the syntax compared to the nested IF's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&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&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Courier New';"&gt;IF(&lt;BR /&gt;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF()))))))) //&amp;lt;~ did i miss one, is the paren depth count right?&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&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; Pick(Value,&lt;BR /&gt; 1,&lt;BR /&gt; 2,&lt;BR /&gt; 3,&lt;BR /&gt; 4,&lt;BR /&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;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 16:42:52 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2015-10-21T16:42:52Z</dc:date>
    <item>
      <title>Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940552#M324378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have heard from some QlikView developers that using the combination of Pick and Match functions is better than using nested IF statements to get the same output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone describe why is using Pick and Match functions combination thought to be faster than nested IF statements please? I would like to know the background reasons &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 16:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940552#M324378</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2015-10-21T16:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940553#M324379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without commenting on performance considerations, one reason may be as the number of bucketed logical possibilities grows, from a code comprehension/maintenance perspective, Pick simplifies the syntax compared to the nested IF's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&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&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Courier New';"&gt;IF(&lt;BR /&gt;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF()))))))) //&amp;lt;~ did i miss one, is the paren depth count right?&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&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; Pick(Value,&lt;BR /&gt; 1,&lt;BR /&gt; 2,&lt;BR /&gt; 3,&lt;BR /&gt; 4,&lt;BR /&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;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 16:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940553#M324379</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-21T16:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940554#M324380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3713"&gt;Which conditional functions do you use?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;A href="http://dailyqv.blogspot.pt/2013/01/using-pick-and-match-functions-for.html" title="http://dailyqv.blogspot.pt/2013/01/using-pick-and-match-functions-for.html"&gt;DailyQV: Using Pick and Match functions for Multiple ifs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or even this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnqlickview.com/magical-match-function-in-qlikview/" title="http://www.learnqlickview.com/magical-match-function-in-qlikview/"&gt;http://www.learnqlickview.com/magical-match-function-in-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940554#M324380</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-10-21T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940555#M324381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3713"&gt;Which conditional functions do you use?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/222876"&gt;Re: Value Loop and Input Boxes - Create Bar Chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940555#M324381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T17:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940556#M324382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T &amp;lt;&amp;lt; AUTOGENERATE(10000000) 19.995.456 lines fetched&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;***** if 21/10/2015 &lt;STRONG&gt;19:06:36&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T2 &amp;lt;&amp;lt; T 19.995.456 lines fetched&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;21/10/2015 &lt;STRONG&gt;19:06:47&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;***** pick match&amp;nbsp; 21/10/2015 &lt;STRONG&gt;19:06:47&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T1 &amp;lt;&amp;lt; T 19.995.456 lines fetched&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;21/10/2015 &lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;19:07:06&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this small test script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; Rand() as Rand1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; Ceil(6*Rand()) as Rand2,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; IterNo() as TransLineID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; RecNo() as TransID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Autogenerate 10000000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; While Rand()&amp;lt;=0.5 or IterNo()=1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE T into T.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table T;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let t=now(); trace ***** if $(t);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; TransLineID, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; TransID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; if(Rand2=1, 'a',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; if(Rand2=2, 'b',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; if(Rand2=3, 'c',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; if(Rand2=4, 'd',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; if(Rand2=5, 'e',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; if(Rand2=6, 'f'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; ))))))&amp;nbsp; as Dim2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from T.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let t=now(); trace $(t);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table T2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let t=now(); trace ***** pick match&amp;nbsp; $(t);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; TransLineID, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; TransID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; Pick(Match(Rand2,1,2,3,4,5,6),'a','b','c','d','e','f') as Dim2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from T.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;let t=now(); trace $(t);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table T1;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940556#M324382</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-21T17:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940557#M324383</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;Can anyone formulate the below with pick and match function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='M'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='P others'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='NE'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='PE'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='HC'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='EC'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='FOOD'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='BIO'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='DIS&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='SB'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='Ca'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='PH&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='PRO'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='SEYO',dual('Others',26),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='CP',dual('CPS',12),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='PC',dual('PCS',10),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='VC',dual('VCS',11),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;PG&lt;/SPAN&gt;='ALL',null(),PG)))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 10:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940557#M324383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-12T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940558#M324384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure if you gave this request its own thread, someone would pitch in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2017 02:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940558#M324384</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2017-03-27T02:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940559#M324385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have assumed the answer already and done it.Thanks for your suggestion future I will follow the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 06:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/940559#M324385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T06:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is using Pick and Match functions combination thought to be faster than nested IF statements</title>
      <link>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/1583827#M443103</link>
      <description>Please delete the last link. It is going to a scam site</description>
      <pubDate>Thu, 23 May 2019 09:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-is-using-Pick-and-Match-functions-combination-thought-to-be/m-p/1583827#M443103</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2019-05-23T09:57:59Z</dc:date>
    </item>
  </channel>
</rss>

