<?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: Data to show in between to dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895470#M1016592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 16:44:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-10T16:44:00Z</dc:date>
    <item>
      <title>Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895466#M1016588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;I need to show&lt;SPAN class="pasted-list-info"&gt;&amp;nbsp; &lt;/SPAN&gt;‘Date of visit’ &amp;gt;= ‘Refresh Date’ AND ‘Date of visit’&amp;nbsp; &amp;lt; ‘Refresh Date + 90 days’&lt;/P&gt;&lt;P&gt;for this I have written the code as&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date of Visit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'dd/MM/yyyy')&amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date of Visit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),+3)); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;But it's not showing any data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could any one please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Urgent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in Advanse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ashish&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ashish das&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895466#M1016588</guid>
      <dc:creator />
      <dc:date>2015-04-10T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895467#M1016589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ReloadTime() is giving you TimeStamp so you need to use something like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor(ReloadTime()))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(Floor(ReloadTime()),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, use DD/MM/YYYY instead of dd/MM/yyyy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895467#M1016589</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-10T16:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895468#M1016590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using thebelow code also am&amp;nbsp; getting Null.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date of Visit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'dd/mm/yyyy')&amp;gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),'dd/mm/yyyy') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date of Visit]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),'dd/mm/yyyy'),+3)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;where as using &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ReloadTime&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),'DD/MM/YYYY'),+3)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;am getting the value as Jul which is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could you please tell me whats wrong in my code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ashish&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895468#M1016590</guid>
      <dc:creator />
      <dc:date>2015-04-10T16:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895469#M1016591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide Sample data if possible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895469#M1016591</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-10T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895470#M1016592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895470#M1016592</guid>
      <dc:creator />
      <dc:date>2015-04-10T16:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895471#M1016593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you want as end result? &lt;/P&gt;&lt;P&gt;The aggregation functions missing here...&lt;/P&gt;&lt;P&gt;i.e. SUM, AVG, Min, Max ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 16:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895471#M1016593</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-10T16:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895472#M1016594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;I just want to filter out the data with the &lt;SPAN class="pasted-list-info" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;‘Date of visit’ &amp;gt;= ‘Refresh Date’ AND ‘Date of visit’&amp;nbsp; &amp;lt; ‘Refresh Date + 90 days’&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;In script I put the below where condition and loaded it. But it was giving me zero records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date([Date of Visit],'dd/mm/yyyy')&amp;gt;= date(Floor(ReloadTime()),'dd/mm/yyyy') and ([Date of Visit]) &amp;lt; Month(AddMonths(date(Floor(ReloadTime()),'dd/mm/yyyy'),+3))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895472#M1016594</guid>
      <dc:creator />
      <dc:date>2015-04-10T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895473#M1016595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895473#M1016595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-10T20:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data to show in between to dates</title>
      <link>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895474#M1016596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor(Timestamp#([Date of Visit],'YYYY-MM-DD hh:mm:ss'))) &amp;gt;= Date(Floor(ReloadTime())) and &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor(Timestamp#([Date of Visit],'YYYY-MM-DD hh:mm:ss'))) &amp;lt; Date(Floor(TimeStamp(AddMonths(ReloadTime(),3)))), &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Floor(Timestamp#([Date of Visit],'YYYY-MM-DD hh:mm:ss'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 07:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-to-show-in-between-to-dates/m-p/895474#M1016596</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-11T07:24:09Z</dc:date>
    </item>
  </channel>
</rss>

