<?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 Specific Date = Now in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664305#M669012</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;In my load script I am loading from a qvd file and I have a column called RL.CALL_DATE_RECD which shows the date when a call was logged.&amp;nbsp; At the end of my load script I have a where clause and I want to do is bring up all the cases where the RL.CALL_DATE_RECD = Todays Date. &lt;/P&gt;&lt;P&gt;I have tried WHERE DATE(RL.CALL_DATE_RECD = DATE now()), however none of my date is showing. &lt;/P&gt;&lt;P&gt;Would someone be able to help with this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2014 11:07:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-06T11:07:56Z</dc:date>
    <item>
      <title>Specific Date = Now</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664305#M669012</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;In my load script I am loading from a qvd file and I have a column called RL.CALL_DATE_RECD which shows the date when a call was logged.&amp;nbsp; At the end of my load script I have a where clause and I want to do is bring up all the cases where the RL.CALL_DATE_RECD = Todays Date. &lt;/P&gt;&lt;P&gt;I have tried WHERE DATE(RL.CALL_DATE_RECD = DATE now()), however none of my date is showing. &lt;/P&gt;&lt;P&gt;Would someone be able to help with this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664305#M669012</guid>
      <dc:creator />
      <dc:date>2014-10-06T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Date = Now</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664306#M669013</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 post the format of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;RL.CALL_DATE_RECD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664306#M669013</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-06T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Date = Now</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664307#M669014</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;Assuming the field is a normal date or date/time field, then this should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WHERE Floor(RL.CALL_DATE_RECD) = Today(1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664307#M669014</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-06T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Date = Now</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664308#M669015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are both in a number Format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664308#M669015</guid>
      <dc:creator />
      <dc:date>2014-10-06T11:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Specific Date = Now</title>
      <link>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664309#M669016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WHERE num(RL.CALL_DATE_RECD) = num(Today())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specific-Date-Now/m-p/664309#M669016</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-06T11:22:50Z</dc:date>
    </item>
  </channel>
</rss>

