<?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: chart with calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198917#M883334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes that is the issue the is not matching so when i i sho the cumulative percentage it shows 105% &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 07:33:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-04T07:33:22Z</dc:date>
    <item>
      <title>chart with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198915#M883332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with calculated dimension which i want to show as pareto however the cumulative is not summing correctly. i have tried to investigate but cant find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dimension i have this expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DUAL(&lt;/P&gt;&lt;P&gt;Replace(Class([Time Waiting (hrs)], 3), '&amp;lt;= x &amp;lt;', '-')&amp;amp;' hrs'&lt;/P&gt;&lt;P&gt;,Class([Time Waiting (hrs)], 3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the expression for bars i have this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;PerformedOp = {1}, PastDays = {1}, SessionType = {'Evening'}, Department -={'XXXX'}, CaseType = {'Emergency'}&amp;gt;}DISTINCT PAT_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the cumulative which is not showing correct has this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum( Above(Count({&amp;lt;PerformedOp = {1}, PastDays = {1}, SessionType = {'Evening'}, Department -={'XXXX}, CaseType = {'Emergency'}&amp;gt;}CUST_ID), 0,RowNo()))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;PerformedOp = {1}, PastDays = {1}, SessionType = {'Evening'}, Department -={'XXXX}, CaseType = {'Emergency'}&amp;gt;} TOTAL CUST_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198915#M883332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: chart with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198916#M883333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what exactly is the issue here? is it showing 131 instead of 136 is the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 16:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198916#M883333</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: chart with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198917#M883334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes that is the issue the is not matching so when i i sho the cumulative percentage it shows 105% &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 07:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198917#M883334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-04T07:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: chart with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198918#M883335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, it seems as if the total is removing duplicates, i have checked and noticed the 5 missing values have duplicates so it is counting and distinct only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 07:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198918#M883335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-04T07:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: chart with calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198919#M883336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample to check this out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 15:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-with-calculated-dimension/m-p/1198919#M883336</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T15:46:38Z</dc:date>
    </item>
  </channel>
</rss>

