<?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: Incorrect Sum on Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159488#M377955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Kush responded before me with the same response as mine. He might deserve the correct answer here (unless looking at the image was the only way you could have understood what we were trying to point out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always mark Helpful answers if you find any response to be helpful (mine or kush's in this case)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 09:25:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-09T09:25:12Z</dc:date>
    <item>
      <title>Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159481#M377948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Straight Table is not right !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;Background: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In my data model, OrderId repeats multiple times. and this is how the data model looks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Data Model.png" class="jive-image image-1" height="97" src="/legacyfs/online/127364_Data Model.png" style="height: 97.2px; width: 324px;" width="324" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;What I am trying to do?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt; line-height: 1.5em;"&gt;I want to see how many products are delivered and how many are shipped&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial, helvetica, sans-serif;"&gt;I am using below expressions in straight table&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; color: #333333;"&gt;For Total Delivered :&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN class="s1" style="font-size: 10pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 10pt;"&gt;StatusId&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={1}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 10pt;"&gt;OrderId&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'##,###,###') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;For Total Shipped : &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;{$&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 10pt;"&gt;StatusId&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={2}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 10pt;"&gt;OrderId&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;),'##,###,###') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And I get this straight table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Straight Table.png" class="jive-image image-2" height="83" src="/legacyfs/online/127365_Straight Table.png" style="height: 83.1017px; width: 307px;" width="307" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks right but shouldn't the total of delivered product be 4? instead of 2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have attached sample QVD with data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159481#M377948</guid>
      <dc:creator />
      <dc:date>2016-06-09T08:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159482#M377949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think as you have used DISTINCT that is why it is taking Count as 2 based on expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change expression mode "Sum of rows" instead of expression default&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159482#M377949</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-09T09:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159483#M377950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using 'Sum of Rows' as the 'Total Mode'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="127366" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127366_Capture.PNG" style="height: 272px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159483#M377950</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159484#M377951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aa gaya tu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159484#M377951</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-09T09:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159485#M377952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, you can use Sum(Aggr()) function, but I really don't prescribe this method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(Sum(Aggr(Count(Distinct{$&amp;lt;StatusId={1}&amp;gt;}OrderId), ProductName)),'##,###,###')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(Sum(Aggr(Count(Distinct{$&amp;lt;StatusId={2}&amp;gt;}OrderId), ProductName)),'##,###,###')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159485#M377952</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159486#M377953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haan bhai aa gaya mein &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159486#M377953</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159487#M377954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny is like 'Shaktiman' of QlikView lol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159487#M377954</guid>
      <dc:creator />
      <dc:date>2016-06-09T09:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159488#M377955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Kush responded before me with the same response as mine. He might deserve the correct answer here (unless looking at the image was the only way you could have understood what we were trying to point out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always mark Helpful answers if you find any response to be helpful (mine or kush's in this case)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159488#M377955</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159489#M377956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/211764"&gt;lokatech&lt;/A&gt;‌&amp;nbsp; You can mark my answer at least as helpful as I don't mind&amp;nbsp; not to get the correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159489#M377956</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-09T09:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159490#M377957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jooth maat bol &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159490#M377957</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159491#M377958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lol sunny took screenshot and attempted to attach QVW so I thought i should mark you as correct answer compare to Kushal's short answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but jokes apart.. and thank you both for replying my post. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159491#M377958</guid>
      <dc:creator />
      <dc:date>2016-06-09T09:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159492#M377959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for recognizing both our efforts &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159492#M377959</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159493#M377960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nahi bhai muje is helful k 50 points milne wale the isliye bola &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159493#M377960</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-09T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159494#M377961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;je baat &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159494#M377961</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T09:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159495#M377962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159495#M377962</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-09T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159496#M377963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May you can earn more points by answering my another question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/220120"&gt;How to manage Page Level when field does not exist?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159496#M377963</guid>
      <dc:creator />
      <dc:date>2016-06-09T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159497#M377964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I had any experience in NPrinting to help you out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159497#M377964</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T11:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect Sum on Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159498#M377965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no worries.. may you can answer this question then &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1057884"&gt;Failover/secondary DB connection string&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incorrect-Sum-on-Straight-Table/m-p/1159498#M377965</guid>
      <dc:creator />
      <dc:date>2016-06-09T12:36:35Z</dc:date>
    </item>
  </channel>
</rss>

