<?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 match with else condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594598#M737833</link>
    <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(RangeSum(Match(Bucket, '01', '12', '23', '34', '45', '56'), 1),
'Not in Months','0-1 Month', '1-2 Month ', '2-3 Month', '3-4 Month ', '4-5 Month', '5-6 ')&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 21 Jun 2019 12:34:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-06-21T12:34:21Z</dc:date>
    <item>
      <title>Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594577#M737831</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to create a calculated dimension with pick and match with only exception else condition that means if there is no match then pick 'Not in Months' value. I am using the following syntax. However it is showing '-' instead of 'Not in Months' .&lt;/P&gt;&lt;P&gt;It is not picking up the else statement when there is no match. Is there any way to make it to work .&lt;/P&gt;&lt;P&gt;=Pick(Match(Bucket, '01', '12', '23', '34', '45', '56')+1,&lt;BR /&gt;'Not in Months','0-1 Month', '1-2 Month ', '2-3 Month', '3-4 Month ', '4-5 Month', '5-6 ')&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594577#M737831</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594588#M737832</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, Use below one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Pick(1+Match(Bucket, '01', '12', '23', '34', '45', '56'),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'Not in Months','0-1 Month', '1-2 Month ', '2-3 Month', '3-4 Month ', '4-5 Month', '5-6 ')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594588#M737832</guid>
      <dc:creator>rajeshqvd</dc:creator>
      <dc:date>2019-06-21T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594598#M737833</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(RangeSum(Match(Bucket, '01', '12', '23', '34', '45', '56'), 1),
'Not in Months','0-1 Month', '1-2 Month ', '2-3 Month', '3-4 Month ', '4-5 Month', '5-6 ')&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594598#M737833</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T12:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594637#M737834</link>
      <description>&lt;P&gt;Hi Sunny, Awesome it works. Could you please help me to understand how rangesum works here in this case with else statement.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594637#M737834</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-21T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594638#M737835</link>
      <description>&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;Thank you for your reply, i tried that too but did not work out.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594638#M737835</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-21T13:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594644#M737836</link>
      <description>&lt;P&gt;I think what was happening was that the Match was giving null so Null + 1 = Null... but rangesum handles it differently.... RangeSum(Null, 1) = 1&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594644#M737836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pick match with else condition</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594653#M737837</link>
      <description>Thank you for clarification.</description>
      <pubDate>Fri, 21 Jun 2019 14:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-match-with-else-condition/m-p/1594653#M737837</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-21T14:05:18Z</dc:date>
    </item>
  </channel>
</rss>

