<?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: If Condition Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106342#M763445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also comma after the second Legal Entity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match([Legal Entity], 'Close Corporations', 'Co-Operatives', 'Foreign Companies', 'Partnerships', 'Pension, Provident and Other Funds') + 1, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Legal Entity],&lt;/STRONG&gt; 'Close Corporation', 'Co-operatives', 'Foreign Company', 'Partnership', 'Pension or provident funds') as CUSTOMER_TYPE_DESC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2018 13:39:33 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2018-07-19T13:39:33Z</dc:date>
    <item>
      <title>If Condition Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106338#M763441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what's I doing here but my statement is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Legal Entity]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Close Corporations','Co-Operatives','Foreign Companies','Partnerships','Pension, Provident and Other Funds'),&lt;BR /&gt; 'Close Corporation','Co-operatives','Foreign Company','Partnership','Pension or provident funds',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Legal Entity]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) as CUSTOMER_TYPE_DESC &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please assist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&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/If-Condition-Question/m-p/106338#M763441</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106339#M763442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems, You placed wrong place for Parenthesis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt; (Match([Legal Entity],'Close Corporations','Co-Operatives','Foreign Companies','Partnerships','Pension, Provident and Other Funds'&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #0000ff; text-decoration: line-through;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;'Close Corporation','Co-operatives','Foreign Company','Partnership','Pension or provident funds'&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;,[Legal Entity]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style=": ; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;) as CUSTOMER_TYPE_DESC&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106339#M763442</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-07-19T13:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106340#M763443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if legal entity matches any of those keywords it will return them &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106340#M763443</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2018-07-19T13:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106341#M763444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match([Legal Entity], 'Close Corporations', 'Co-Operatives', 'Foreign Companies', 'Partnerships', 'Pension, Provident and Other Funds') + 1, [Legal Entity], 'Close Corporation', 'Co-operatives', 'Foreign Company', 'Partnership', 'Pension or provident funds') as CUSTOMER_TYPE_DESC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATED: Updated based on Jonathan's response below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106341#M763444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106342#M763445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also comma after the second Legal Entity:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match([Legal Entity], 'Close Corporations', 'Co-Operatives', 'Foreign Companies', 'Partnerships', 'Pension, Provident and Other Funds') + 1, &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Legal Entity],&lt;/STRONG&gt; 'Close Corporation', 'Co-operatives', 'Foreign Company', 'Partnership', 'Pension or provident funds') as CUSTOMER_TYPE_DESC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106342#M763445</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-07-19T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: If Condition Question</title>
      <link>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106343#M763446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing that out &lt;A href="https://community.qlik.com/people/jontydkpi"&gt;jontydkpi&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Condition-Question/m-p/106343#M763446</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:42:53Z</dc:date>
    </item>
  </channel>
</rss>

