<?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: How to check the Calculation part? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523220#M1140318</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;Assuming that you are using sql server as a source, your query will look something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;P&gt;Year = 2013, Quarter: 2, Month =1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Sum(OrdersalesAmount)&lt;/P&gt;&lt;P&gt;From Tablename (Database table name)&lt;/P&gt;&lt;P&gt;Where Year = '2013'&lt;/P&gt;&lt;P&gt;And Quarter = '2'&lt;/P&gt;&lt;P&gt;And Month = '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if the source is an excel then you can validate by directly filtering the values for mentioned selection and checking the sum.&lt;BR /&gt;Another way to check the calculation is create a Text object in qlikview and give the calculation (in this case, Sum(OrdersalesAmount)) in it's text part.&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>Mon, 16 Sep 2013 07:44:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-16T07:44:46Z</dc:date>
    <item>
      <title>How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523214#M1140312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-style: inherit; font-size: 26px; font-family: inherit;"&gt;&lt;/H1&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Hi Community,&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Suppose i have Category field in my Database.&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;each category have some records. when i am click the category it displays some records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;suppose i am filtering by Year, Quarter and Month wise if i am click any dimension it shows some result&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;sum(OrdersalesAmount)&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;how to calculate correct or not...&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 05:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523214#M1140312</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-09-16T05:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523215#M1140313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to check the calculation against what?&lt;/P&gt;&lt;P&gt;If you want to check whether the result displayed in qlikview is correct or not, you can do a validation by pulling the same result (i.e. for same year, quarter &amp;amp; month) from database (by querying) or from whatever source you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523215#M1140313</guid>
      <dc:creator />
      <dc:date>2013-09-16T06:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523216#M1140314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Whatever fields you are selecting in the App and calculating the Fact, take those fields from your data base, prepare a SQL query and execute in your tool.&lt;/P&gt;&lt;P&gt;Otherwise use Table Box in ur app too, just to test manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523216#M1140314</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-09-16T06:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523217#M1140315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give me any Example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 07:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523217#M1140315</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-09-16T07:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523218#M1140316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give me any example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 07:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523218#M1140316</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-09-16T07:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523219#M1140317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Suppose &lt;STRONG&gt;all the fields are in a single table&lt;/STRONG&gt;, then the Query would be simple:&lt;/P&gt;&lt;P&gt;SELECT Year/MOnth/Quarter,&lt;/P&gt;&lt;P&gt;sum(orderAMount)&lt;/P&gt;&lt;P&gt;from Schema.Tablename&lt;/P&gt;&lt;P&gt;where Year/MOnth/Quarter = 'your selected value'&lt;/P&gt;&lt;P&gt;group by &amp;lt;all the fields, except aggregated field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If both fields are in different tables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT A.Year/A.Month/A.Quarter,&lt;/P&gt;&lt;P&gt;sum(B.OrderAmount)&lt;/P&gt;&lt;P&gt;INner join Table1 as A,&lt;/P&gt;&lt;P&gt;Table2 as B&lt;/P&gt;&lt;P&gt;on A.commonfield = B.commonfield&lt;/P&gt;&lt;P&gt;where A.Year/A.Month/A.Quarter = 'your selected value'&lt;/P&gt;&lt;P&gt;group by &amp;lt;all the fields, except aggregated field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 07:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523219#M1140317</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2013-09-16T07:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the Calculation part?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523220#M1140318</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;Assuming that you are using sql server as a source, your query will look something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;P&gt;Year = 2013, Quarter: 2, Month =1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Sum(OrdersalesAmount)&lt;/P&gt;&lt;P&gt;From Tablename (Database table name)&lt;/P&gt;&lt;P&gt;Where Year = '2013'&lt;/P&gt;&lt;P&gt;And Quarter = '2'&lt;/P&gt;&lt;P&gt;And Month = '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if the source is an excel then you can validate by directly filtering the values for mentioned selection and checking the sum.&lt;BR /&gt;Another way to check the calculation is create a Text object in qlikview and give the calculation (in this case, Sum(OrdersalesAmount)) in it's text part.&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>Mon, 16 Sep 2013 07:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-check-the-Calculation-part/m-p/523220#M1140318</guid>
      <dc:creator />
      <dc:date>2013-09-16T07:44:46Z</dc:date>
    </item>
  </channel>
</rss>

