<?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 If statement for multiple argument in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963526#M977483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; By applying below login I am able to remove 'UNKNOWN'&amp;nbsp; from my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([End Customer Global Ultimate Name] &amp;lt;&amp;gt;'UNKNOWN' ,[End Customer Global Ultimate Name],NULL()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one more non usable field which is 'Uknown' I wanted to remove that also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me how to apply this multiple logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 11:19:01 GMT</pubDate>
    <dc:creator>Karim_Khan</dc:creator>
    <dc:date>2015-08-20T11:19:01Z</dc:date>
    <item>
      <title>If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963526#M977483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; By applying below login I am able to remove 'UNKNOWN'&amp;nbsp; from my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([End Customer Global Ultimate Name] &amp;lt;&amp;gt;'UNKNOWN' ,[End Customer Global Ultimate Name],NULL()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have one more non usable field which is 'Uknown' I wanted to remove that also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me how to apply this multiple logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963526#M977483</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-20T11:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963527#M977484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load again the table without the field 'Unknow'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963527#M977484</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-08-20T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963528#M977485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;if match([End Customer Global Ultimate Name],'UNKNOWN','Uknown')=0,[End Customer Global Ultimate Name],NULL())&lt;/P&gt;&lt;P&gt;in match you define all values you donot want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if only UNKNOWN , UnKnown or similiar you may use upper function to convert all in upper case letters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963528#M977485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T11:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963529#M977486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean to say you have UNKNOWN and unknown in your data, try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF([End Customer Global Ultimate Name] &amp;lt;&amp;gt;'UNKNOWN' OR &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[End Customer Global Ultimate Name] &amp;lt;&amp;gt;'UNKNOWN'&lt;/SPAN&gt; ,[End Customer Global Ultimate Name],NULL())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kiran Kumar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963529#M977486</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-08-20T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963530#M977487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnx buddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963530#M977487</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-20T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963531#M977488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;=IF (UPPER([End Customer Global Ultimate Name]) &amp;lt;&amp;gt; 'UNKNOWN', [End Customer Global Ultimate Name], NULL())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to capture every possible capitalization of the word Unknown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963531#M977488</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-20T11:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963532#M977489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF([End Customer Global Ultimate Name] &amp;lt;&amp;gt;'UNKNOWN' or [End Customer Global Ultimate Name] &amp;lt;&amp;gt;'Uknown' ,[End Customer Global Ultimate Name],NULL())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963532#M977489</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-20T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963533#M977490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Please use as shown in below script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96578_Capture.JPG" style="height: 140px; width: 620px;" /&gt;Hi,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963533#M977490</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-20T14:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963534#M977491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963534#M977491</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-20T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: If statement for multiple argument</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963535#M977492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF(lower(trim([End Customer Global Ultimate Name]))&amp;lt;&amp;gt;'unknown' ,[End Customer Global Ultimate Name],NULL())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-for-multiple-argument/m-p/963535#M977492</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-20T14:20:34Z</dc:date>
    </item>
  </channel>
</rss>

