<?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: Rangesum Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911542#M1218155</link>
    <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;
&lt;P&gt;Thanks for the steer in the right direction, the following seems to work for a straight table If I sort by Tier&lt;/P&gt;
&lt;P&gt;RangeSum(Above(Sum({&amp;lt;&lt;BR /&gt;Tier = {1,2,3,4,5}&lt;BR /&gt;&amp;gt;}[Euro_Equiv]), 0, 4))&lt;/P&gt;
&lt;P&gt;/&lt;/P&gt;
&lt;P&gt;RangeSum(Above(Sum({&amp;lt;&lt;BR /&gt;Tier = {1,2,3,4,5}&lt;BR /&gt;&amp;gt;}TOTAL &amp;lt;QuarterYear&amp;gt;[Euro_Equiv]), 0, 4))&lt;/P&gt;
&lt;P&gt;Although when I convert it to a bar chart the sorting becomes an issue as the charts primary dimension is QuarterYear and not Tier. Do you know if&amp;nbsp; there a way to overide that as seems to only sort on the 1st Dimension (QuarterYear)?&lt;/P&gt;
&lt;P&gt;As a straight Table (working as should)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_0-1648594722424.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75679i3E870F727EA0060E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_0-1648594722424.png" alt="michaelneck_0-1648594722424.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a chart not working due to sort on Quarter Year as Primary Dimension&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_1-1648594820076.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75680i6B5FF7E903E4578A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_1-1648594820076.png" alt="michaelneck_1-1648594820076.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_2-1648595158025.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75682i190E5728718380D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_2-1648595158025.png" alt="michaelneck_2-1648595158025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 23:07:41 GMT</pubDate>
    <dc:creator>michaelneck</dc:creator>
    <dc:date>2022-03-29T23:07:41Z</dc:date>
    <item>
      <title>Rangesum Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1908749#M1218019</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am having an issue with trying to get a Total Rangesum to work correctly. The below rangesum (column 4) is working as it should, but what I want to do in (column 5) is to take the sum (column4) of all the Tiers for the month and then in (column 6) to see the proportion of each tier. Please see below the table so far and then example tables of what the two other columns should look like and how they should calculate. I am using Qlikview 12. Any help would be appreciated..&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_0-1648038311040.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75165i5A00C1AD1EDD1DF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_0-1648038311040.png" alt="michaelneck_0-1648038311040.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_1-1648038360409.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75166iEAB447430B2456F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_1-1648038360409.png" alt="michaelneck_1-1648038360409.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_2-1648038384679.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75167iF0B4468C127E5EB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_2-1648038384679.png" alt="michaelneck_2-1648038384679.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 12:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1908749#M1218019</guid>
      <dc:creator>michaelneck</dc:creator>
      <dc:date>2022-03-23T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911169#M1218139</link>
      <description>&lt;P&gt;Check the use of TOTAL qualifier and filters:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Examples%20of%20Aggregate%20Qualifiers.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Examples%20of%20Aggregate%20Qualifiers.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 11:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911169#M1218139</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2022-03-29T11:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911542#M1218155</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;
&lt;P&gt;Thanks for the steer in the right direction, the following seems to work for a straight table If I sort by Tier&lt;/P&gt;
&lt;P&gt;RangeSum(Above(Sum({&amp;lt;&lt;BR /&gt;Tier = {1,2,3,4,5}&lt;BR /&gt;&amp;gt;}[Euro_Equiv]), 0, 4))&lt;/P&gt;
&lt;P&gt;/&lt;/P&gt;
&lt;P&gt;RangeSum(Above(Sum({&amp;lt;&lt;BR /&gt;Tier = {1,2,3,4,5}&lt;BR /&gt;&amp;gt;}TOTAL &amp;lt;QuarterYear&amp;gt;[Euro_Equiv]), 0, 4))&lt;/P&gt;
&lt;P&gt;Although when I convert it to a bar chart the sorting becomes an issue as the charts primary dimension is QuarterYear and not Tier. Do you know if&amp;nbsp; there a way to overide that as seems to only sort on the 1st Dimension (QuarterYear)?&lt;/P&gt;
&lt;P&gt;As a straight Table (working as should)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_0-1648594722424.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75679i3E870F727EA0060E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_0-1648594722424.png" alt="michaelneck_0-1648594722424.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a chart not working due to sort on Quarter Year as Primary Dimension&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_1-1648594820076.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75680i6B5FF7E903E4578A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_1-1648594820076.png" alt="michaelneck_1-1648594820076.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelneck_2-1648595158025.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75682i190E5728718380D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelneck_2-1648595158025.png" alt="michaelneck_2-1648595158025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated!&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 23:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911542#M1218155</guid>
      <dc:creator>michaelneck</dc:creator>
      <dc:date>2022-03-29T23:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911743#M1218168</link>
      <description>&lt;P&gt;The RangeSum() function in QlikView is&amp;nbsp;used to do a selective sum on chosen fields which is not easily achieved by the sum function. It can take expressions containing other functions as its arguments and return the sum of those expressions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.onecognizant.net/" target="_self"&gt;One Cognizant&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 05:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-Issue/m-p/1911743#M1218168</guid>
      <dc:creator>Todd66</dc:creator>
      <dc:date>2022-03-31T05:27:25Z</dc:date>
    </item>
  </channel>
</rss>

