<?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: Match function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121900#M907558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attach sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 11:44:45 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2016-06-27T11:44:45Z</dc:date>
    <item>
      <title>Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121897#M907555</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;In a calculated dimension i have to write this match function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the code is 01,02 then its Murder,&lt;/P&gt;&lt;P&gt;if the code is 05,06 then its Robbery,&lt;/P&gt;&lt;P&gt;if the code is 11,12 then its kidnap&lt;/P&gt;&lt;P&gt;these three comes under Part1crime&lt;/P&gt;&lt;P&gt;if the code is 06,07 then its weapon crime,&lt;/P&gt;&lt;P&gt;if the code is 09,16 then its Drugs&lt;/P&gt;&lt;P&gt;if the code is 115,812 then its Forgery&lt;/P&gt;&lt;P&gt;These three comes under Part2 crime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016&lt;/P&gt;&lt;P&gt;Murder&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 56&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45&lt;/P&gt;&lt;P&gt;Robbery&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;kidnap&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Part1crime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Weapon Crime&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Drugs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Forgery&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Part2crime&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How to take the Above conditions as calculated dimensions can any one help me to get the output like that.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(Match(CODE,'01','02'),'Murder',IF(Match(CODE,'05','06'),'Robbery',If(Match(CODE,'11','12'),'Kidnap')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but not showing Murder,Robbery,Kidnap as Dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121897#M907555</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121898#M907556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your CODE column Concatenated ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(Match(CODE,'*01*','*02*'),'Murder',IF(Match(CODE,'*05*','*06*'),'Robbery',If(Match(CODE,'*11*','*12*'),'Kidnap')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Or &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if(CODE='01' or &lt;STRONG style="color: #000000; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;CODE=&lt;/STRONG&gt;'02','Murder',IF(CODE='05' or &lt;STRONG style="color: #000000; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;CODE=&lt;/STRONG&gt;'06','Robbery',If(CODE='11' or &lt;STRONG style="color: #000000; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;CODE=&lt;/STRONG&gt;'12','Kidnap')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121898#M907556</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-27T11:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121899#M907557</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 like&lt;/P&gt;&lt;P&gt;if(match(code,01,02,05,06,11,12),'Part1crime')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121899#M907557</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-27T11:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121900#M907558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attach sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121900#M907558</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-06-27T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121901#M907559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif; font-size: 15px; text-align: justify;"&gt;You can write If Condition like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif; font-size: 15px; text-align: justify;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif; font-size: 15px; text-align: justify;"&gt;IF(Code='01' or Code='02', 'Murder', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #000000; font-size: 15px; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;"&gt;IF(Code='05' or Code='06', 'Robbery',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #000000; font-size: 15px; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;"&gt;IF(Code='11' or Code='12', 'Kidnap'))) as NewDim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #000000; font-size: 15px; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #000000; font-size: 15px; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #000000; font-size: 15px; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif; font-size: 15px; text-align: justify;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 11:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121901#M907559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-27T11:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121902#M907560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I have to prepare this chart.In "crime type" field All the Murder,Rape Robbery... Records are their.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Is it possible to Qulify only Murder,Rape,Robbery and Agg Assault under Total Violent. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How to take Total violent,Total Nonvio like this in below table.Is their any possibility please help me to do.&lt;IMG alt="Untitled.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129332_Untitled.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121902#M907560</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-06-28T04:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121903#M907561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenate a new attribute under field 'crime' with name 'Total Violent' and sum(reported) &amp;amp; sum(unfound)&amp;nbsp; for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Murder,Rape,Robbery and Agg Assault.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or can do it in set analysis .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2016 04:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1121903#M907561</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-06-28T04:37:35Z</dc:date>
    </item>
  </channel>
</rss>

