<?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 Help Required in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041483#M350461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the calendar to achieve the same. Using Min and Max Date you can create the calendar with all the months between min and max date. Link your calendar to Actual Data. Use autonumber function in calendar to generate the batches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Empno&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Result&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;[batches.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;MaxMinDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt; &lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;min&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MinDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;max&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MaxDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Resident&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;vMaxDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; = &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;Peek&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MaxDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MaxMinDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;vMinDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; = &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;Peek&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MinDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MaxMinDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Cal&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;year&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;month&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;monthname&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;$(vMinDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; +&lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;IterNo&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;AutoGenerate&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;While&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;$(vMinDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; +&lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;IterNo&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;$(vMaxDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Calendar&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'Batch '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;AutoNumber&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Batches&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Resident&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Cal&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Order&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;asc&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Cal&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120285_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Apr 2016 06:31:04 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-04-02T06:31:04Z</dc:date>
    <item>
      <title>If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041482#M350460</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;I am attaching one sample application in which i have used If condition to derived batches on the basis of DateofPass.&lt;/P&gt;&lt;P&gt;Because of large data size, to check the dates and put IF condition only on the specific months and year is almost difficult so what I did is i have created Batches on the basis of all the months and Year combination. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I hard-coded the logic in straight table i am getting batches like Batch 1, Batch 3, Batch 4. As in data i may not get all the months and Year. So whether it possible i will get Batches in order like Batch 1, Batch 2 and Batch 3 and so on though any month is missed out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below given is the logic i have used...in data not a single employee is passed out in the month May-2015 and Jul-2015 so ideally next batch should be Batch 2 which is June-2015 and Aug-2015 batch should be Batch-3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl help to fix the logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD Empno, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Datepass,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Datepass) as Month_Datepass,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Datepass) as Year_Datepass, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Month_Datepass &amp;amp;'-' &amp;amp; Year_Datepass as Month_Year&lt;/P&gt;&lt;P&gt;Resident A;&lt;/P&gt;&lt;P&gt;DROP Table A;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;C:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;if(Month_Year='Apr-2015','Batch 1',if(Month_Year='May-2015','Batch 2',if(Month_Year='Jun-2015','Batch 3',&lt;/P&gt;&lt;P&gt;if(Month_Year='Jul-2015','Batch 4',if(Month_Year='Aug-2015','Batch 4',if(Month_Year='Sep-2015','Batch 5')))))) as Batches&lt;/P&gt;&lt;P&gt;Resident B;&lt;/P&gt;&lt;P&gt;DROP Table B;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041482#M350460</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-04-02T06:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041483#M350461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the calendar to achieve the same. Using Min and Max Date you can create the calendar with all the months between min and max date. Link your calendar to Actual Data. Use autonumber function in calendar to generate the batches.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Empno&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Result&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;[batches.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;MaxMinDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt; &lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;min&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MinDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;max&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MaxDate&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Resident&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;vMaxDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; = &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;Peek&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MaxDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MaxMinDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;vMinDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; = &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;Peek&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MinDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MaxMinDate'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Cal&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;year&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;month&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;monthname&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;$(vMinDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; +&lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;IterNo&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;AutoGenerate&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;While&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;$(vMinDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; +&lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;IterNo&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&amp;lt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #be7dff; font-family: 'Times New Roman','serif';"&gt;$(vMaxDate)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Calendar&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'Batch '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt; &amp;amp; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-family: 'Times New Roman','serif';"&gt;AutoNumber&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Batches&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Resident&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Cal&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Order&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;asc&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Cal&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120285_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041483#M350461</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T06:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041484#M350462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pra_kale,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have one doubt&amp;nbsp; in your "if condition" you done&amp;nbsp; like&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: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;if(Month_Year='Jul-2015','Batch 4',if(Month_Year='Aug-2015','Batch 4'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;why u Mentioned&amp;nbsp; 2 times " &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Batch 4"&amp;nbsp; with different months like Jul-2015 &amp;amp; Aug-2015 u have&amp;nbsp; any&amp;nbsp; reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 06:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041484#M350462</guid>
      <dc:creator />
      <dc:date>2016-04-02T06:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041485#M350463</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;Thanks Kush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, what I want is batches should reflects like April-15 as Batch 1; June-15 as Batch 2 ; Aug-15 as Batch 3.&lt;/P&gt;&lt;P&gt;as there are no employees who appeared for exam in May-15 and Jul-15 so naturally next batch i.e. June-15 is second batch and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041485#M350463</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-04-02T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041486#M350464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Empno&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;Date&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;monthstart&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Datepass&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'MMM-YYYY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Result&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;[batches.xlsx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #c46200;"&gt;'Batch '&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&amp;amp; &lt;/SPAN&gt;&lt;STRONG style="color: #32b92d; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;AutoNumber&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Batches&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Resident&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Order&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #f20075;"&gt;MonthYear&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;asc&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-size: 11.0pt; font-family: 'Times New Roman','serif';"&gt;DROP&lt;/STRONG&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;Table&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120286_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041486#M350464</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T07:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041487#M350465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Kush...now working perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041487#M350465</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-04-02T07:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041488#M350466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awsome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 07:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041488#M350466</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-02T07:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: If condition Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041489#M350467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By mistake it happened actually code should by Batch-4, Batch-5 and so on..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2016 09:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-condition-Help-Required/m-p/1041489#M350467</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-04-02T09:05:18Z</dc:date>
    </item>
  </channel>
</rss>

