<?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: Get todays data with Today()/Date(now()) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009670#M83501</link>
    <description>&lt;P&gt;&amp;gt;= Today()-1, this worked to check if the date is bigger then today-1&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 11:00:08 GMT</pubDate>
    <dc:creator>Bendikl</dc:creator>
    <dc:date>2022-11-28T11:00:08Z</dc:date>
    <item>
      <title>Get todays data with Today()/Date(now())</title>
      <link>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009611#M83496</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Im trying to get todays data using&amp;nbsp;Date(now()), i have also atempted with Today().&lt;/P&gt;
&lt;P&gt;I get the data date through this:&amp;nbsp;timestamp(Makedate(1970,1,1)+ mid(answeredAt,7,10) /24/60/60,'DD.MM.YYYY') as WorkDate&lt;/P&gt;
&lt;P&gt;And i need to put it in the where condition i belive like this:&amp;nbsp;WHERE timestamp(Makedate(1970,1,1)+ mid(answeredAt,7,10) /24/60/60,'DD.MM.YYYY') = Date(now());&lt;/P&gt;
&lt;P&gt;However neither with date() nor Today() seems to read it, am i missing something?&lt;/P&gt;
&lt;P&gt;Thank you, brg,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 09:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009611#M83496</guid>
      <dc:creator>Bendikl</dc:creator>
      <dc:date>2022-11-28T09:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get todays data with Today()/Date(now())</title>
      <link>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009620#M83497</link>
      <description>&lt;P&gt;If you want to use dates, you need to make sure that you have integers inside your date fields. For example,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Date(Now())&lt;BR /&gt;will not be an integer, since Now() returns a time with millisecond precision, and Date() just formats it as a date (without removing the fractional part). But if you instead write&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Date(Floor(Now()))&lt;BR /&gt;or&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Today()&lt;BR /&gt;you will get an integer formatted as a date.&lt;/P&gt;&lt;P&gt;So you will need to do this also for your calculated field based on "answeredAt".&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 09:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009620#M83497</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-11-28T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get todays data with Today()/Date(now())</title>
      <link>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009670#M83501</link>
      <description>&lt;P&gt;&amp;gt;= Today()-1, this worked to check if the date is bigger then today-1&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 11:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009670#M83501</guid>
      <dc:creator>Bendikl</dc:creator>
      <dc:date>2022-11-28T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get todays data with Today()/Date(now())</title>
      <link>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009705#M83506</link>
      <description>&lt;P&gt;Changing the equality test to a greater-than test is also a good solution. The point is that you cannot use&amp;nbsp;equality as a condition when comparing floats.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/t5/Design/Rounding-Errors/ba-p/1468808" target="_blank"&gt;https://community.qlik.com/t5/Design/Rounding-Errors/ba-p/1468808&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 11:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-todays-data-with-Today-Date-now/m-p/2009705#M83506</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-11-28T11:46:46Z</dc:date>
    </item>
  </channel>
</rss>

