<?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: ask : different result between sql and qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317258#M117029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after i clean the synthetic table in qlikview, the result seems so accurate &lt;/P&gt;&lt;P&gt;thanks for help dude &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 10:54:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-05T10:54:44Z</dc:date>
    <item>
      <title>ask : different result between sql and qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317253#M117024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is would be my first question using Qlikview,&lt;/P&gt;&lt;P&gt;i have one field called osarnpl in database, then i sum the number of the field like sum(osarnpl) = 23081.758529704901&lt;/P&gt;&lt;P&gt;but when i sum in qlikview the result seems so different like sum(osarnpl) = 2959.5923945&lt;/P&gt;&lt;P&gt;can anyone help me solve this problem ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 11:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317253#M117024</guid>
      <dc:creator />
      <dc:date>2012-02-24T11:22:55Z</dc:date>
    </item>
    <item>
      <title>ask : different result between sql and qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317254#M117025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a single table? Are you making any joins? Are you sure you are replicating what you do in th DB in Qlik??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 11:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317254#M117025</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-02-24T11:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: ask : different result between sql and qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317255#M117026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes this is a single table, i have an sql view with the result stored to a table, &lt;/P&gt;&lt;P&gt;the countrows number have the same value between database and qlikview, but when i have the sum function, they show different result,&lt;/P&gt;&lt;P&gt;i have a table with 2865000 rowcounts, does this cause qlikview out of virtual memory?&lt;/P&gt;&lt;P&gt;i found a shyntetic table refers a date function (day,month,year) that i made from date field on the primary table, does this cause too?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 06:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317255#M117026</guid>
      <dc:creator />
      <dc:date>2012-02-25T06:15:55Z</dc:date>
    </item>
    <item>
      <title>ask : different result between sql and qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317256#M117027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very first thing I can think of is some selections might be on- you should make sure all selections are clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recomment loading just the entire table (row count doesnt matter). Just do a Select * from osarnpl;&lt;/P&gt;&lt;P&gt;Take off any other tables / joins. Save qvw and check for sum(osarnpl) in front end. It should definitely match SQL query sum. If it still doesn't. Do a pre-load as follows:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Load *, num(osarnpl) as osarnpl;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;Select * from osarnpl;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 08:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317256#M117027</guid>
      <dc:creator />
      <dc:date>2012-02-25T08:06:48Z</dc:date>
    </item>
    <item>
      <title>ask : different result between sql and qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317257#M117028</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;Can you attach the sample file with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 08:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317257#M117028</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-25T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: ask : different result between sql and qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317258#M117029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after i clean the synthetic table in qlikview, the result seems so accurate &lt;/P&gt;&lt;P&gt;thanks for help dude &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 10:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ask-different-result-between-sql-and-qlikview/m-p/317258#M117029</guid>
      <dc:creator />
      <dc:date>2012-03-05T10:54:44Z</dc:date>
    </item>
  </channel>
</rss>

