<?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: comparing month year between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267985#M849867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know this way but i want simple way&lt;/P&gt;&lt;P&gt;as i need to write other expressions based on that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 10:46:28 GMT</pubDate>
    <dc:creator>srikantj</dc:creator>
    <dc:date>2017-03-10T10:46:28Z</dc:date>
    <item>
      <title>comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267979#M849861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;I have two dates&lt;/P&gt;&lt;P&gt;date1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date2&lt;/P&gt;&lt;P&gt;4/24/2016&amp;nbsp;&amp;nbsp;&amp;nbsp; 5/14/2017&lt;/P&gt;&lt;P&gt;3/30/2017&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/17/2015&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;i want to compare&amp;nbsp; month year of date1 =&amp;nbsp; month year of date 2&lt;/P&gt;&lt;P&gt;and quarter year of date 1 = quarter year of date 2&lt;/P&gt;&lt;P&gt;Qliksss suggest&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/comparing-month-year-between-two-dates/m-p/1267979#M849861</guid>
      <dc:creator>srikantj</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267980#M849862</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;Can you please elaborate with example what u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267980#M849862</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2017-03-10T10:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267981#M849863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two date fields &lt;/P&gt;&lt;P&gt;i just want to compare month year of one date to month year of another date&lt;/P&gt;&lt;P&gt;if(4/2016=5/2017, 1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267981#M849863</guid>
      <dc:creator>srikantj</dc:creator>
      <dc:date>2017-03-10T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267982#M849864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InMonth&lt;/STRONG&gt;(Date1, Date2, 0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InQuarter&lt;/STRONG&gt;(Date1, Date2,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267982#M849864</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-10T10:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267983#M849865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extract month and year for both fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(date1)&lt;/P&gt;&lt;P&gt;Year(date1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(date2)&lt;/P&gt;&lt;P&gt;Year(date2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can compare these derieved fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;incase you need month year then concatenate both fields&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date#(Month(date1)&amp;amp;', '&amp;amp;Year(date1) ,'MMM, YYYY') as Month_Year1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date#(Month(date2)&amp;amp;', '&amp;amp;Year(date2),'MMM, YYYY') as Month_Year2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267983#M849865</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-03-10T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267984#M849866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But i want to give expression if equals quantity&amp;nbsp; not true or false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267984#M849866</guid>
      <dc:creator>srikantj</dc:creator>
      <dc:date>2017-03-10T10:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267985#M849867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know this way but i want simple way&lt;/P&gt;&lt;P&gt;as i need to write other expressions based on that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267985#M849867</guid>
      <dc:creator>srikantj</dc:creator>
      <dc:date>2017-03-10T10:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267986#M849868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;InMonth()/InQuarter() themselves return true or false. You can try like:&amp;nbsp; =&lt;EM&gt;If( InMonth(Date1,Date2,0), 'true', 'false')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267986#M849868</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-10T10:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267987#M849869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you want to do exactly ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267987#M849869</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-03-10T10:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267988#M849870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(quarter year date1=quarter year date 2,quantity,0)&lt;/P&gt;&lt;P&gt;is there any pre defined function??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 10:56:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267988#M849870</guid>
      <dc:creator>srikantj</dc:creator>
      <dc:date>2017-03-10T10:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: comparing month year between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267989#M849871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;if(QuarterName(Date1) = &lt;SPAN style="font-size: 13.3333px;"&gt;QuarterName(Date2) , Quantity , 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 11:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/comparing-month-year-between-two-dates/m-p/1267989#M849871</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-03-10T11:13:16Z</dc:date>
    </item>
  </channel>
</rss>

