<?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 Statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035436#M922304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anjali it works! second option...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2016 08:57:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-28T08:57:32Z</dc:date>
    <item>
      <title>If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035429#M922297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI I am new to Qlikview. i am setting up my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to put if statement in my condition like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WorkerType='Employee', AND(EmployeeType='Regular','Probationary',),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write this condition in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&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-Statements/m-p/1035429#M922297</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035430#M922298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style=": ; color: #ff0000; text-decoration: line-through;"&gt;If(WorkerType='Employee' And Match(EmployeeType='Regular','Probationary'),1,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM style=": ; color: #000000;"&gt;If(WorkerType='Employee' And Match(EmployeeType, 'Regular','Probationary'),1,0)&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM style=": ; color: #000000;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM style=": ; color: #000000;"&gt;Sorry for the typo error.&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 06:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035430#M922298</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-28T06:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035431#M922299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagaraj Thanks !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but it gives me 0 Values. any reason why? i will explain what i need;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two type like 1st Worker Type :- Employee or Contingent Worker&lt;/P&gt;&lt;P&gt;then in sub category i have Employee Type :- Regular, Probationary, Fixed Term Contract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Employee HC i have to put both condition like Worker Type should be only Employee and Employee type should be Regular and Probationary to get exact Employee count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 07:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035431#M922299</guid>
      <dc:creator />
      <dc:date>2016-04-28T07:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035432#M922300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(match(WorkerType,'Employee') AND match(EmployeeType,'Regular','Probationary',) ,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 07:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035432#M922300</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-04-28T07:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035433#M922301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(WorkerType='Employee'&amp;nbsp; and Match(&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;EmployeeType,&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;'Regular','Probationary'&lt;/EM&gt;&lt;/EM&gt;)&amp;gt;0,1,0&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 07:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035433#M922301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T07:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035434#M922302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you&amp;nbsp; can Use Either of the two :&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If (WorkerType='Employee' and (EmployeeType='Regular' or EmployeeType='&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Probationary&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;') ,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;or &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; If(WorkerType='Employee' And Match(EmployeeType, 'Regular','Probationary'),1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 07:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035434#M922302</guid>
      <dc:creator />
      <dc:date>2016-04-28T07:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035435#M922303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Use mixmatch, it will work too..&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;&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;if(&lt;/SPAN&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;(WorkerType='Employee'&amp;nbsp; and MixMatch(&lt;EM style="font-weight: inherit; font-size: 13.3333px;"&gt;EmployeeType,&lt;EM style="font-weight: inherit; font-size: 13.3333px;"&gt;'Regular','Probationary'&lt;/EM&gt;&lt;/EM&gt;)&amp;gt;0,1,0&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 08:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035435#M922303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-28T08:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035436#M922304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anjali it works! second option...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 08:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035436#M922304</guid>
      <dc:creator />
      <dc:date>2016-04-28T08:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035437#M922305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 08:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035437#M922305</guid>
      <dc:creator />
      <dc:date>2016-04-28T08:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: If Statements</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035438#M922306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know.. That it helped you..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 06:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statements/m-p/1035438#M922306</guid>
      <dc:creator />
      <dc:date>2016-04-29T06:57:57Z</dc:date>
    </item>
  </channel>
</rss>

