<?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 Count({&amp;lt;Date={'&amp;lt;=$currentDate)'}&amp;gt;}Date) doesn't return correct number?! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526195#M557413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running in some issue while using the count-function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like header shows i want to count dates, wich are smaller(before) the currentDate.&lt;/P&gt;&lt;P&gt;CurrentDate is a variable and changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the function always returns the wrong(for me, maybe function is working correct) number...&lt;/P&gt;&lt;P&gt;If i have this table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Serial&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;01-01-2013&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;234&lt;/TD&gt;&lt;TD&gt;02-02-2013&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;345&lt;/TD&gt;&lt;TD&gt;02-02-2013&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;04-05-2013&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would expect following result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;currentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;count({&amp;lt;Date={'$(currentDate)'}&amp;gt;}Date)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01-01-2013&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02-02-2013&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;03-03-2013&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;04-05-2013&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not:(&lt;/P&gt;&lt;P&gt;If i check using FieldValue('Date',count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date)) it returns wrong date.&lt;/P&gt;&lt;P&gt;It's much more in future, means the count-function returns a too big value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;currentDate = 23-01-2013 &lt;/P&gt;&lt;P&gt;count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date)=3&lt;/P&gt;&lt;P&gt;FieldValue('Date',count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date))=03-03-2013&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; (not always 2 days later, i didnt find an order)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like i do not understand how the function works^^&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Count({&amp;lt;Date={'$currentDate)'}&amp;gt;}Date)'&amp;nbsp; adjusted to 'Count({&amp;lt;Date={'&amp;lt;=$currentDate)'}&amp;gt;}Date)', after friendly hint from Joerg Hildebrandt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jul 2013 11:01:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-01T11:01:27Z</dc:date>
    <item>
      <title>Count({&lt;Date={'&lt;=$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526195#M557413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running in some issue while using the count-function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like header shows i want to count dates, wich are smaller(before) the currentDate.&lt;/P&gt;&lt;P&gt;CurrentDate is a variable and changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the function always returns the wrong(for me, maybe function is working correct) number...&lt;/P&gt;&lt;P&gt;If i have this table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Serial&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Price&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;01-01-2013&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;234&lt;/TD&gt;&lt;TD&gt;02-02-2013&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;345&lt;/TD&gt;&lt;TD&gt;02-02-2013&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;04-05-2013&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would expect following result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;currentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;count({&amp;lt;Date={'$(currentDate)'}&amp;gt;}Date)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;01-01-2013&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;02-02-2013&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;03-03-2013&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;04-05-2013&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not:(&lt;/P&gt;&lt;P&gt;If i check using FieldValue('Date',count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date)) it returns wrong date.&lt;/P&gt;&lt;P&gt;It's much more in future, means the count-function returns a too big value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;currentDate = 23-01-2013 &lt;/P&gt;&lt;P&gt;count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date)=3&lt;/P&gt;&lt;P&gt;FieldValue('Date',count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}Date))=03-03-2013&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; (not always 2 days later, i didnt find an order)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like i do not understand how the function works^^&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Count({&amp;lt;Date={'$currentDate)'}&amp;gt;}Date)'&amp;nbsp; adjusted to 'Count({&amp;lt;Date={'&amp;lt;=$currentDate)'}&amp;gt;}Date)', after friendly hint from Joerg Hildebrandt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526195#M557413</guid>
      <dc:creator />
      <dc:date>2013-07-01T11:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526196#M557414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change to count({&amp;lt;Date={'&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/SPAN&gt;$(currentDate)'}&amp;gt;}Date)&lt;/P&gt;&lt;P&gt;this gives you the # of dates up to the date in the variable.&lt;/P&gt;&lt;P&gt;Works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526196#M557414</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2013-07-01T11:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526197#M557415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea you're right, but i also tried &amp;lt;= &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anyway thank u!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And no, it dont returns the correct value...&lt;/P&gt;&lt;P&gt;I will cahnge the original post^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this function so many times before, but this time its not working...&lt;/P&gt;&lt;P&gt;I realy doont know whats wrong:-(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526197#M557415</guid>
      <dc:creator />
      <dc:date>2013-07-01T11:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526198#M557416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 11:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526198#M557416</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2013-07-01T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526199#M557417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;No,sry i cant:(&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;It's to complicated to rebuild it wit different data and names...&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526199#M557417</guid>
      <dc:creator />
      <dc:date>2013-07-01T12:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526200#M557418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;scrabmle your data under document properties and reduce data - Can you share then? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, make ur data a numeric. And then count the difference between today and the date, then you will get the count of days &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526200#M557418</guid>
      <dc:creator />
      <dc:date>2013-07-01T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526201#M557419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is that scramble good for?&lt;/P&gt;&lt;P&gt;Does it make the data anonymous?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another fact that i found is, that the higher the result is, the higher is the failure.&lt;/P&gt;&lt;P&gt;Means if i expected 8 its 10,if i expect 18 its 24....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And its not the numeric difference between "Today" and start, because sometime more than one serial_no occurres per day.&lt;/P&gt;&lt;P&gt;And somedays nothing occurres...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526201#M557419</guid>
      <dc:creator />
      <dc:date>2013-07-01T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526202#M557420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;scramble makes your data into nonsense. This means we cannot interpret anything from your dataset because its been manipulated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526202#M557420</guid>
      <dc:creator />
      <dc:date>2013-07-01T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526203#M557421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, i cant see any difference but for more decimals?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this project is much too big and includes data wich is much to sensitive...&lt;/P&gt;&lt;P&gt;I fear my company wouldn't agree...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always check my data while creating some table boxes.&lt;/P&gt;&lt;P&gt;If i count the days "per hand" i see it returns&amp;nbsp; the wrong result...&lt;/P&gt;&lt;P&gt;Is there any possiblity that a table box doesn't shows whole data(no supress zero ect. is deactivated)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u know some technology's to proof i can do anything^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like my understanding of count-function is well, maybe some issue's in data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526203#M557421</guid>
      <dc:creator />
      <dc:date>2013-07-01T12:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526204#M557422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, strange to say but a missing distinct was the problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use count({&amp;lt;Date={'&amp;lt;=$(currentDate)'}&amp;gt;}distinct Date) it is like expected...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how makes this sense?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 13:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526204#M557422</guid>
      <dc:creator />
      <dc:date>2013-07-01T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526205#M557423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you got the same date twice and it add them. Therefore you get too many.. I dont know, its hard to say without dataset &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 13:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526205#M557423</guid>
      <dc:creator />
      <dc:date>2013-07-01T13:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526206#M557424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the end the only explanation can be that i have duplicated rows in my table...&lt;/P&gt;&lt;P&gt;Wich are not shown in my table box and i dont know why^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does tableBox supresses duplicated rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has QV the ability to save equal rows in one table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 14:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526206#M557424</guid>
      <dc:creator />
      <dc:date>2013-07-01T14:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526207#M557425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Hi Sarah,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Use the List Box with frequency property checked to see if you have duplicate values. Table Box would show duplicates if you add unique key or all field in to Table Box. But be careful with Key Fields …they would make it inconsistent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 15:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526207#M557425</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2013-07-01T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count({&lt;Date={'$currentDate)'}&gt;}Date) doesn't return correct number?!</title>
      <link>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526208#M557426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh you are so great:)&lt;/P&gt;&lt;P&gt;A lot of thanks to all of u!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have duplicated dates, but thats ok because different serial_no can occurre a the same date.&lt;/P&gt;&lt;P&gt;Thats why distinct confuses me here...i want all dates,normally^^&lt;/P&gt;&lt;P&gt;Only problem i see is when whole rows in my table are equal(means every value).&lt;/P&gt;&lt;P&gt;Is this possible corresponding to QV?&lt;/P&gt;&lt;P&gt;QV doesn't allows me to copy tables by loading them like : load * resident table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm so confused&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-lt-Date-lt-currentDate-gt-Date-doesn-t-return-correct/m-p/526208#M557426</guid>
      <dc:creator />
      <dc:date>2013-07-01T16:09:00Z</dc:date>
    </item>
  </channel>
</rss>

