<?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: Sum today() problems in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540602#M202061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax is correct, I think the problem is linked to date format;&lt;/P&gt;&lt;P&gt;try to input an exact date instead of today and see if it works for example 25/03/2013 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work on date format to solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 15:07:20 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2013-07-30T15:07:20Z</dc:date>
    <item>
      <title>Sum today() problems</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540601#M202060</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;I'm trying to count the today orders , but it doesn't work!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(Count(DISTINCT{&amp;lt;[SALESID]={'PV0***'},DATEFINANCIAL={'&amp;gt;=$(=Today())'},ESTADO_PEDIDO={'Facturado'}&amp;gt;} SALESID),'#.###,')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540601#M202060</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2013-07-30T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sum today() problems</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540602#M202061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax is correct, I think the problem is linked to date format;&lt;/P&gt;&lt;P&gt;try to input an exact date instead of today and see if it works for example 25/03/2013 ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Work on date format to solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 15:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540602#M202061</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-30T15:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum today() problems</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540603#M202062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still have a problem: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I do this it works: =NUM(Count(DISTINCT{&amp;lt;[SALESID]={'PV0***'},CREATEDDATEID_={'41485'},CalendarMonthName=,CalendarYear=,ESTADO_PEDIDO=&amp;gt;} SALESID),'#.###,')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I Use the variable VToday that is a result of =floor(today())&amp;nbsp; equal: 41486 does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NUM(Count(DISTINCT{&amp;lt;[SALESID]={'PV0***'},CREATEDDATETIME={'=$(VToday)'},CalendarMonthName=,CalendarYear=,ESTADO_PEDIDO=&amp;gt;} SALESID),'#.###,')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 10:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540603#M202062</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2013-07-31T10:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum today() problems</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540604#M202063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Date(floor(today())&lt;/P&gt;&lt;P&gt; ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 12:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-today-problems/m-p/540604#M202063</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-31T12:14:18Z</dc:date>
    </item>
  </channel>
</rss>

