<?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: Duplicate Sales Data in Qlik Sense Reports (Double Counting) in Qlik Answers</title>
    <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494614#M142</link>
    <description>&lt;P&gt;I’ve updated the post and attached a file that might help clarify the issue. Thank you so much for your assistance&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 10:01:52 GMT</pubDate>
    <dc:creator>ronel_8989</dc:creator>
    <dc:date>2024-11-26T10:01:52Z</dc:date>
    <item>
      <title>Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494556#M137</link>
      <description>&lt;P&gt;Hello Qlik Community,&lt;/P&gt;
&lt;P&gt;I’m experiencing an issue with duplicate sales data in Qlik Sense reports. For certain dates, the sales values are doubled, even though the source data in our ETL and QVD files is correct and shows no duplication.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On &lt;STRONG&gt;October 22, 2024&lt;/STRONG&gt;, the actual sales amount should be &lt;STRONG&gt;1,000&lt;/STRONG&gt;, but the Qlik Sense report displays it as &lt;STRONG&gt;2,000&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Actions Taken:&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;Verified the ETL database to confirm the data is accurate.&lt;/LI&gt;
&lt;LI&gt;Filtered out problematic dates and reloaded the QVD files.&lt;/LI&gt;
&lt;LI&gt;Replaced the production QVD with the corrected version.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Despite these steps, the issue persists in the reports.&lt;/P&gt;
&lt;H3&gt;Question:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;Has anyone encountered this issue before?&lt;/LI&gt;
&lt;LI&gt;Are there specific settings, expressions, or troubleshooting steps I can try to resolve it?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Any help or guidance would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronel_8989_0-1732615071952.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174844i2F4387CB19F9EF9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronel_8989_0-1732615071952.png" alt="ronel_8989_0-1732615071952.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494556#M137</guid>
      <dc:creator>ronel_8989</dc:creator>
      <dc:date>2024-11-26T10:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494567#M138</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you check if your date is a true date or if it's a timestamp ? Then remove the decimal part of it and retry&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 07:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494567#M138</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-11-26T07:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494586#M139</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your response! I’m a bit confused about your suggestion regarding the timestamp. Let me clarify my scenario:&lt;/P&gt;
&lt;P&gt;For example, on &lt;STRONG&gt;August 16, 2024&lt;/STRONG&gt;, the actual sales should be &lt;STRONG&gt;1,000&lt;/STRONG&gt;. However, in my Qlik Sense report, it shows as &lt;STRONG&gt;2,000&lt;/STRONG&gt;, which is double the correct value.&lt;/P&gt;
&lt;P&gt;The &lt;CODE&gt;Transaction Date&lt;/CODE&gt; field in my data source appears as a full timestamp, like &lt;CODE&gt;2024-08-16 12:34:56&lt;/CODE&gt;. Are you suggesting that I need to strip out the time portion (e.g., &lt;CODE&gt;12:34:56&lt;/CODE&gt;) and use only the date part (&lt;CODE&gt;2024-08-16&lt;/CODE&gt;) for aggregation?&lt;/P&gt;
&lt;P&gt;If so, how would I implement this properly in my expressions or load script to avoid such duplication?&lt;/P&gt;
&lt;P&gt;Thanks in advance for clarifying&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494586#M139</guid>
      <dc:creator>ronel_8989</dc:creator>
      <dc:date>2024-11-26T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494590#M140</link>
      <description>&lt;P&gt;Let me explain more deeper, but you've understand it right&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Maybe two date have two timestamps, for some reason. So when you select a date, you will see two lines instead of one.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;To prevent it, you can use Date(Ceil("&lt;SPAN&gt;Transaction Date&lt;/SPAN&gt;")) as Date in script for better performance and maintainability&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494590#M140</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-11-26T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494597#M141</link>
      <description>&lt;P&gt;I’ll definitely try this suggestion, but what confuses me is why this issue is only occurring now. Considering the large volume of transactions and how long we’ve been using Qlik Sense, it’s surprising that this problem is only appearing for specific dates. So far, I’ve identified four dates where the sales amount is doubled&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494597#M141</guid>
      <dc:creator>ronel_8989</dc:creator>
      <dc:date>2024-11-26T09:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494614#M142</link>
      <description>&lt;P&gt;I’ve updated the post and attached a file that might help clarify the issue. Thank you so much for your assistance&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494614#M142</guid>
      <dc:creator>ronel_8989</dc:creator>
      <dc:date>2024-11-26T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494626#M143</link>
      <description>&lt;P&gt;Thx, can you try to add all your column in the test table please ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494626#M143</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-11-26T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Sales Data in Qlik Sense Reports (Double Counting)</title>
      <link>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494792#M144</link>
      <description>&lt;P&gt;&lt;SPAN&gt;So these are all the columns currently in the test table&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ronel_8989_0-1732675442339.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174890i808FE40009E3AD69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ronel_8989_0-1732675442339.png" alt="ronel_8989_0-1732675442339.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 02:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Answers/Duplicate-Sales-Data-in-Qlik-Sense-Reports-Double-Counting/m-p/2494792#M144</guid>
      <dc:creator>ronel_8989</dc:creator>
      <dc:date>2024-11-27T02:46:11Z</dc:date>
    </item>
  </channel>
</rss>

