<?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: Logic on date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249817#M864760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gourav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the desired output as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2016 12:06:09 GMT</pubDate>
    <dc:creator>parimikittu</dc:creator>
    <dc:date>2016-12-29T12:06:09Z</dc:date>
    <item>
      <title>Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249815#M864758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stuck a requirement.i have two field.ID And Date. For this i am sharing excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case is IN Date column we have More And More Dates.&lt;/P&gt;&lt;P&gt;But i want to only Current month's Min Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose Our Current Month is Dec. in date Column we have dec's Month Date is 04/12/2016,06/12/2016,07/12/2016,&lt;SPAN style="font-size: 13.3333px;"&gt;08/12/2016,&lt;SPAN style="font-size: 13.3333px;"&gt;10/12/2016.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to date only current's month min date means 04/12/2016.&amp;nbsp; Other Show Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it.Kindly help me.&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/Logic-on-date/m-p/1249815#M864758</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249816#M864759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Article, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; GRC_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\Book1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Article,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Min(GRC_Date) as GRC_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where MonthStart(GRC_Date) = MonthStart(Today())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By Article;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 12:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249816#M864759</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-29T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249817#M864760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gourav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the desired output as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 12:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249817#M864760</guid>
      <dc:creator>parimikittu</dc:creator>
      <dc:date>2016-12-29T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249818#M864761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp; sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&amp;nbsp; it&amp;nbsp; showing&amp;nbsp; current&amp;nbsp; month's&amp;nbsp; all&amp;nbsp; dates.but I&amp;nbsp; want&amp;nbsp; to&amp;nbsp; current &lt;/P&gt;&lt;P&gt;month's&amp;nbsp; minimum&amp;nbsp; date .like&amp;nbsp; 01/12/2016....only&amp;nbsp; one&amp;nbsp; date . How&amp;nbsp; is&amp;nbsp; it&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 13:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249818#M864761</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2016-12-29T13:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249819#M864762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Article, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GRC_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\..\Downloads\Book1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Min(GRC_Date) as GRC_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where MonthStart(GRC_Date) = MonthStart(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 13:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249819#M864762</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-29T13:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249820#M864763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It&amp;nbsp; is&amp;nbsp; working . ..but&amp;nbsp; in&amp;nbsp; frontend . .when&amp;nbsp; I&amp;nbsp; create&amp;nbsp; one&amp;nbsp; column&amp;nbsp; of&amp;nbsp; max&amp;nbsp; of GRc_DATE.then &lt;/P&gt;&lt;P&gt;not&amp;nbsp; working . .kindly&amp;nbsp; help&amp;nbsp; me&amp;nbsp; for&amp;nbsp; resolving&amp;nbsp; this&amp;nbsp; issue . ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have&amp;nbsp; 2&amp;nbsp; field&amp;nbsp; date&amp;nbsp; or&amp;nbsp; article . ....but&amp;nbsp; one&amp;nbsp; column&amp;nbsp; is&amp;nbsp; derived&amp;nbsp; max&amp;nbsp; of&amp;nbsp; GRc_DATE&amp;nbsp;&amp;nbsp; in&amp;nbsp; frontend . &lt;/P&gt;&lt;P&gt;another&amp;nbsp; column&amp;nbsp; is&amp;nbsp; derived&amp;nbsp; above&amp;nbsp; your&amp;nbsp; code&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;article&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; min&amp;nbsp; &lt;/P&gt;&lt;P&gt;1001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/12/2016&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01/11/2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 13:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249820#M864763</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2016-12-29T13:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249821#M864764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gourav,&lt;/P&gt;&lt;P&gt;I think &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to sunny,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Article,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GRC_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[..\..\Downloads\Book1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;Right Join(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Min(GRC_Date) as GRC_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where MonthStart(GRC_Date) = MonthStart(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;This is the correct answer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;so please close the question by selected the sunny reply.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 13:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249821#M864764</guid>
      <dc:creator />
      <dc:date>2016-12-29T13:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249822#M864765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand Gourav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 14:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249822#M864765</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-29T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249823#M864766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp; sunny&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have&amp;nbsp; two&amp;nbsp; fields&amp;nbsp; one&amp;nbsp; is&amp;nbsp; article&amp;nbsp; code&amp;nbsp; and&amp;nbsp; second&amp;nbsp; is&amp;nbsp; date . And&amp;nbsp; I&amp;nbsp; want&amp;nbsp; to&amp;nbsp; show in&amp;nbsp; straight&amp;nbsp; table&amp;nbsp; min&amp;nbsp; and&amp;nbsp; max&amp;nbsp; of&amp;nbsp; GRC_DATE ...max&amp;nbsp; date&amp;nbsp; is&amp;nbsp; simply&amp;nbsp; derived&amp;nbsp; max&amp;nbsp; of&amp;nbsp; GRc_DATE ..&lt;/P&gt;&lt;P&gt;but&amp;nbsp; in&amp;nbsp; min&amp;nbsp; date&amp;nbsp; column&amp;nbsp; I&amp;nbsp; required&amp;nbsp; current&amp;nbsp; month's&amp;nbsp; minimum&amp;nbsp; date which&amp;nbsp; are&amp;nbsp; you&amp;nbsp; derived&amp;nbsp; &lt;/P&gt;&lt;P&gt;but&amp;nbsp; in&amp;nbsp; max&amp;nbsp; date&amp;nbsp; column&amp;nbsp; nothing&amp;nbsp; showing . ......so&amp;nbsp; kindly&amp;nbsp; help&amp;nbsp; me&amp;nbsp; for&amp;nbsp; resolving&amp;nbsp; this&amp;nbsp; issue . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 15:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249823#M864766</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2016-12-29T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249824#M864767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still&amp;nbsp; waiting&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 15:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249824#M864767</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2016-12-29T15:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249825#M864768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what you want my friend. May be provide an Excel file with your desired output just like &lt;A href="https://community.qlik.com/people/parimikittu"&gt;parimikittu&lt;/A&gt;‌ mentioned &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, 29 Dec 2016 15:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249825#M864768</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-29T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logic on date</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249826#M864769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp; sunny&amp;nbsp; ji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have&amp;nbsp; done&amp;nbsp; it&amp;nbsp; on&amp;nbsp; the&amp;nbsp; behalf&amp;nbsp; of&amp;nbsp; your&amp;nbsp; help ..so&amp;nbsp; I&amp;nbsp; am&amp;nbsp; closing&amp;nbsp; this&amp;nbsp; thread&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 15:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-on-date/m-p/1249826#M864769</guid>
      <dc:creator>panipat1990</dc:creator>
      <dc:date>2016-12-29T15:52:28Z</dc:date>
    </item>
  </channel>
</rss>

