<?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: values not suming up in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658082#M729632</link>
    <description>&lt;P&gt;1) Where have you used this expression in the attached dashboard?&lt;/P&gt;&lt;P&gt;2) Can you provide the updated app where you excluded the join between the two tables on&amp;nbsp;&lt;SPAN&gt;TOT_SOH_QTY and RTL_QTY so that we are both looking at the same thing.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 14:02:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-12-16T14:02:51Z</dc:date>
    <item>
      <title>values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658009#M729625</link>
      <description>&lt;P&gt;I have two data sets,for the first data set all values have been captured and accordingly the data is getting plotted. But when i'm loading the second data set. values are not summing up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i'm using a filter then all the values for that column are getting captured and when plotting a graph by suming same column used for filter is coming up to zero.&lt;/P&gt;&lt;P&gt;attached screenshot FYI. intial buy is the column name&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658009#M729625</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658029#M729626</link>
      <description>&lt;P&gt;Would you be able to share a sample to check this out?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 12:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658029#M729626</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-16T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658034#M729627</link>
      <description>&lt;P&gt;sample&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658034#M729627</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-16T13:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658064#M729628</link>
      <description>&lt;P&gt;I think your issue is that you are joining the two tables on way too many fields then you might need. Do the values between the two tables need to match on TOT_SOH_QTY and RTL_QTY? They might... but it seems that this requires a match on those values as well...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658064#M729628</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-16T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658074#M729629</link>
      <description>&lt;P&gt;Thanks a ton, it worked.&lt;/P&gt;&lt;P&gt;There is one more issue i'm facing.&lt;/P&gt;&lt;P&gt;i need to calculate rate of sale,number of units sold per week, for rolling and ytd. i'm using this formula but aint working out.&lt;/P&gt;&lt;P&gt;='Current Year:'&amp;amp; Num((Sum({&amp;lt;week = {"&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxdate)"}&amp;gt;} RTL_QTY)/Count(DISTINCT( week))/1000000),'##.00')&lt;BR /&gt;&amp;amp; ' Last Year:'&amp;amp;num((((Sum({&amp;lt;week = {"&amp;gt;=$(vRollingStart)&amp;lt;=$(vRollingEnd)"},Period=&amp;gt;} RTL_QTY)/Count(DISTINCT( week))&lt;BR /&gt;-&lt;BR /&gt;Sum({&amp;lt;week = {"&amp;gt;=$(vRollingStart)&amp;lt;=$(vRollingEnd)"},Period= {'LYTD'}&amp;gt; }RTL_QTY)/Count(DISTINCT( week)),'##.00')&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658074#M729629</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-16T13:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658077#M729630</link>
      <description>&lt;P&gt;What is the issue you are seeing when you use the expression? Throws an error? Gives an incorrect number?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658077#M729630</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-16T13:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658080#M729631</link>
      <description>&lt;P&gt;it throws a error&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658080#M729631</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-16T13:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658082#M729632</link>
      <description>&lt;P&gt;1) Where have you used this expression in the attached dashboard?&lt;/P&gt;&lt;P&gt;2) Can you provide the updated app where you excluded the join between the two tables on&amp;nbsp;&lt;SPAN&gt;TOT_SOH_QTY and RTL_QTY so that we are both looking at the same thing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658082#M729632</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-16T14:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658083#M729633</link>
      <description>&lt;P&gt;FYI&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658083#M729633</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-16T14:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658085#M729634</link>
      <description>&lt;P&gt;Thanks, where is the expression which is throwing the error? What tab and what chart?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658085#M729634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-16T14:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658088#M729635</link>
      <description>&lt;P&gt;Sales tab, ros text object&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658088#M729635</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-16T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658098#M729636</link>
      <description>&lt;P&gt;What number are you expect to see for Current Year and last Year in this text box? based on your selections?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658098#M729636</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-16T14:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658102#M729637</link>
      <description>&lt;P&gt;if i select last year, then it shoould be retail quanity /52(number of weeks in a year). if i select current year from period filter, suppose current&amp;nbsp;month is jan then calculation be like retail quantity/4(number of weeks in jan month) if current month is aug then calculation should be retail quanity/36(number weeks till august)&amp;nbsp; and if the current month is oct then calculation be like retail quantity/40(number of weeks till oct) .&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658102#M729637</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-16T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658409#M729638</link>
      <description>&lt;P&gt;any help on this ??&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 10:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658409#M729638</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-17T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658806#M729639</link>
      <description>&lt;P&gt;waiting for your help&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 07:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1658806#M729639</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-12-18T07:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: values not suming up</title>
      <link>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1660229#M729640</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Just flagging this for Sunny, it can get difficult to keep track of everything, but this should do the trick hopefully, so he can have a last look.&amp;nbsp; You can use the Accept as Solution button on the one post that got you the first part fixed, and once you get the latter, you can mark that one as well, I would not mark any until you have a complete answer though, reason I did not do the first one for you.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 16:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/values-not-suming-up/m-p/1660229#M729640</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-23T16:24:22Z</dc:date>
    </item>
  </channel>
</rss>

