<?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: Simple count results do not match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756221#M719947</link>
    <description>&lt;P&gt;Excel is with the standard-settings not capable of handling negative times. Usually it's not recommended to change this setting because it's a global user-setting - means it will apply within all excel-files and it has further side-effects which you should be aware of.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 12:32:40 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-10-27T12:32:40Z</dc:date>
    <item>
      <title>Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1755896#M719942</link>
      <description>&lt;P&gt;Ciao Community,&lt;/P&gt;&lt;P&gt;I have tried several ideas from other question on my own problem but cant get the result right.&lt;/P&gt;&lt;P&gt;I want to count the number of orderlines that show unaligned delivery dates.&lt;/P&gt;&lt;P&gt;- when field Delivery Date Difference is &amp;gt;0&lt;/P&gt;&lt;P&gt;- when field Delivery Date Difference is &amp;lt;0&lt;/P&gt;&lt;P&gt;- sum of both (65 is correct)&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Delivery Dat Difference = 0 is excluded from filter, all calculation formulas are done in data loading.&lt;/P&gt;&lt;P&gt;I wonder if I made a mistake in my calculation formula during Load because when I send my data to excel all negative numbers only show ## and the positive ones dont seem to show the number of days, but time format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There must be something wrong in my understanding of how to manage the data.&lt;/P&gt;&lt;P&gt;Can somebody help?&lt;/P&gt;&lt;P&gt;Thank you very much &amp;amp; kind regards&lt;/P&gt;&lt;P&gt;Neri&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CountOderLines_Qlik_201026.jpg" style="width: 930px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43022i4BA57CA283196B29/image-size/large?v=v2&amp;amp;px=999" role="button" title="CountOderLines_Qlik_201026.jpg" alt="CountOderLines_Qlik_201026.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1755896#M719942</guid>
      <dc:creator>Nerimera</dc:creator>
      <dc:date>2024-11-15T23:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1755946#M719943</link>
      <description>&lt;P&gt;it seems as&amp;nbsp; the DelDiffLogSal seems to have some issue. as you want just days&lt;/P&gt;&lt;P&gt;try replace it will just SalesDeliver-LogDelivery as DelDiffLogSale,&lt;/P&gt;&lt;P&gt;if those columns have time also i would floor them and the do the subtraction&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 14:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1755946#M719943</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-10-26T14:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756115#M719944</link>
      <description>&lt;P&gt;can&amp;nbsp; you try this?&lt;/P&gt;&lt;P&gt;count(&amp;nbsp;{$&amp;lt;Del&amp;nbsp;= {“&amp;lt;0”}&amp;gt;} distinct&amp;nbsp;Orderline)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;count(&amp;nbsp;{$&amp;lt;Del&amp;nbsp;= {“&amp;gt;0”}&amp;gt;} distinct&amp;nbsp;Orderline)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 07:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756115#M719944</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-27T07:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756157#M719945</link>
      <description>&lt;P&gt;Ciao,&lt;/P&gt;&lt;P&gt;thanks for you suggestion.&lt;/P&gt;&lt;P&gt;I got the same result which first confused me but actually helped me understand that I just lacked understanding of my data. I got now how to do the count.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 09:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756157#M719945</guid>
      <dc:creator>Nerimera</dc:creator>
      <dc:date>2020-10-27T09:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756161#M719946</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks. I used the floor function for all dates. However, in excel this hasnt brought on any change.&lt;/P&gt;&lt;P&gt;Negative number show ### wih the correct number in the formula bar and positive numbers shows as time.&lt;/P&gt;&lt;P&gt;Did I use it correctly?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nerimera_0-1603792901644.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43069i619D36B745FD2B33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nerimera_0-1603792901644.png" alt="Nerimera_0-1603792901644.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nerimera_1-1603792982836.png" style="width: 475px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43070iD223142F8EC8265C/image-dimensions/475x19?v=v2" width="475" height="19" role="button" title="Nerimera_1-1603792982836.png" alt="Nerimera_1-1603792982836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 10:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756161#M719946</guid>
      <dc:creator>Nerimera</dc:creator>
      <dc:date>2020-10-27T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756221#M719947</link>
      <description>&lt;P&gt;Excel is with the standard-settings not capable of handling negative times. Usually it's not recommended to change this setting because it's a global user-setting - means it will apply within all excel-files and it has further side-effects which you should be aware of.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 12:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1756221#M719947</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-27T12:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simple count results do not match</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1758654#M719948</link>
      <description>&lt;P&gt;So using the Fabs() function may do the trick if you do not need the negative?&amp;nbsp; Just wanted to toss this out there:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/fabs.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/GeneralNumericFunctions/fabs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 21:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-count-results-do-not-match/m-p/1758654#M719948</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-11-04T21:22:45Z</dc:date>
    </item>
  </channel>
</rss>

