<?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: Pick and Match on multiple columns not working for below code in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652956#M730339</link>
    <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pick(Match( &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-1,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;([Risk Impact]= 1 and [Risk Likelihood] =1),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Risk Impact] = 1 AND [Risk Likelihood] =2),'low','high') as calc&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2019 07:46:15 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-12-02T07:46:15Z</dc:date>
    <item>
      <title>Pick and Match on multiple columns not working for below code</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652877#M730336</link>
      <description>&lt;P&gt;LOAD&lt;BR /&gt;[Risk Impact],&lt;BR /&gt;[Risk Likelihood],&lt;BR /&gt;pick(Match(&lt;BR /&gt;([Risk Impact]= 1 and [Risk Likelihood] =1),&lt;BR /&gt;[Risk Impact] = 1 AND [Risk Likelihood] =2),'low','high') as calc&lt;BR /&gt;FROM&lt;BR /&gt;[D:\Risks.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am not getting the expected output kindly see the attachment, if risk impact and likelihood is 1 then i should get low and if risk impact is 1 and likelihood is 2 then i should get high but i am getting wrong results kindly suggest what i am doing mistake in this code&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652877#M730336</guid>
      <dc:creator>hrithikroshan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match on multiple columns not working for below code</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652890#M730337</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;'Pick', I don't think it's being used in its role if I understood your need correctly.&lt;/P&gt;&lt;P&gt;try this simple formula in the script:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;if(([RISKIMPACT]= 1 and [RISKLiKELIHOUD] =1) or ([RISKIMPACT]= 1 and [RISKLiKELIHOUD] =2),'low','high') as NEW_CALC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that's the expected result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 674px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24699iFA02EE415D1B29D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2019 20:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652890#M730337</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-12-01T20:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match on multiple columns not working for below code</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652937#M730338</link>
      <description>&lt;P&gt;I am using lot of If conditions in my logic and i need to replace multiple if's with pick and match .&lt;/P&gt;&lt;P&gt;for sample purpose i just mentioned only few if conditions&lt;/P&gt;&lt;P&gt;i need to use pick and match only for this requirement&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 06:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652937#M730338</guid>
      <dc:creator>hrithikroshan</dc:creator>
      <dc:date>2019-12-02T06:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match on multiple columns not working for below code</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652956#M730339</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pick(Match( &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;-1,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;([Risk Impact]= 1 and [Risk Likelihood] =1),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Risk Impact] = 1 AND [Risk Likelihood] =2),'low','high') as calc&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 07:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652956#M730339</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-12-02T07:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pick and Match on multiple columns not working for below code</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652984#M730340</link>
      <description>&lt;P&gt;Perfect answer thanks for your kind time&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-and-Match-on-multiple-columns-not-working-for-below-code/m-p/1652984#M730340</guid>
      <dc:creator>hrithikroshan</dc:creator>
      <dc:date>2019-12-02T08:55:18Z</dc:date>
    </item>
  </channel>
</rss>

