<?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: Table will not sort with RangeSum in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102493#M6860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I vaguely remember seeing this sort of problem in QlikView a while ago. It had to do with RowNo().... but coming back to your question... can you may be try to sort your dimension using an expression Sum(Counter)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it was Above() and not RowNo(). Thanks Gysbert!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 14:07:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-02T14:07:59Z</dc:date>
    <item>
      <title>Table will not sort with RangeSum</title>
      <link>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102492#M6859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table that I can't sort on any measure, and it appears to be due to a measure using the RangeSum and Above functions. I can sort on the dimension column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screenshot below, the table exists twice, with and without that measure. You can see that I have sorted on Sum(Counter) in both, but the first table is still sorted on the RangeSum column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217430_Capture.PNG" style="height: 395px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this normal behavior? Can I do something to allow the first table to sort on Sum(Counter)? Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102492#M6859</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-11-02T14:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table will not sort with RangeSum</title>
      <link>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102493#M6860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I vaguely remember seeing this sort of problem in QlikView a while ago. It had to do with RowNo().... but coming back to your question... can you may be try to sort your dimension using an expression Sum(Counter)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it was Above() and not RowNo(). Thanks Gysbert!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102493#M6860</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-02T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table will not sort with RangeSum</title>
      <link>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102494#M6861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Above() function turns interactive sorting off. That's unfortunately unavoidable if you use inter-record functions like Above().&lt;/P&gt;&lt;P&gt;As stated in the help page for the inter-record functions: &lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm" title="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm"&gt;https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/int…&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Sorting on y-values in charts or sorting by expression columns in straight tables is not allowed when chart inter-record functions are used in any of the chart's expressions. These sort alternatives are therefore automatically disabled.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102494#M6861</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-11-02T14:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table will not sort with RangeSum</title>
      <link>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102495#M6862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the very quick replies!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take Gysbert's answer as correct, and I &lt;SPAN style="font-size: 13.3333px;"&gt;*think* it &lt;/SPAN&gt;is supported by this in the Qlik Help, though it's a little cryptic to me:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; background-color: #f4f4f4;"&gt;A column segment is defined as a consecutive subset of cells having the same values for the dimensions in the current sort order. Inter-record chart functions are computed in the column segment excluding the right-most dimension in the equivalent straight table chart. If there is only one dimension in the chart, or if the &lt;/SPAN&gt;TOTAL &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; background-color: #f4f4f4;"&gt;qualifier is specified, the expression evaluates across full table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 14:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-will-not-sort-with-RangeSum/m-p/102495#M6862</guid>
      <dc:creator>Lauri</dc:creator>
      <dc:date>2018-11-02T14:14:27Z</dc:date>
    </item>
  </channel>
</rss>

