<?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: sense scatter chart measure sorting - cummulative measure in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106467#M7243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not an expert in range sum expression but&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Range&lt;/STRONG&gt;Sum(&lt;STRONG&gt;Above&lt;/STRONG&gt;($(eSomeSalesExpression), 0, &lt;STRONG&gt;RowNo()))&lt;/STRONG&gt; / $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eSomeSalesTotalExpression&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This expression would take the rows and above function as it is a table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But in other charts as Bar/Scatter/Pie you'd not find the Row or above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You may have to change the expression to get the same result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Maybe &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ or any other expert can help you write a new expression?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 18:18:31 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2018-08-07T18:18:31Z</dc:date>
    <item>
      <title>sense scatter chart measure sorting - cummulative measure</title>
      <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106464#M7240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have some trouble with scatter chart showing ABC-XYZ percents by some dimension (say goods group).&lt;/P&gt;&lt;P&gt;First, I have created simple table with goods group as a dimension and Sales Amount as descending measure. I calculate cummulative sales total and cummulative sales percent for ABC rank. It is simple and it works:&lt;/P&gt;&lt;P&gt;RangeSum(Above($(eSomeSalesExpression), 0, RowNo())) / $(&lt;SPAN style="font-size: 13.3333px;"&gt;eSomeSalesTotalExpression&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scatter chart i have to use ABC percent on X-axis and XYZ variation coef on Y-axis. I tried using same expression as above for "measure 1", but i clearly saw that Scatter does not sort data as Table. As a result i have incorrect data in scatter chart.&lt;/P&gt;&lt;P&gt;I could not find any possibility to sort through some scatter chart property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any workaround how to make scatter chart work properly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Aug 2018 19:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106464#M7240</guid>
      <dc:creator>demienyu</dc:creator>
      <dc:date>2018-08-04T19:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: sense scatter chart measure sorting - cummulative measure</title>
      <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106465#M7241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide screen shot of both the Tables, scatter plot and your simple table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 17:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106465#M7241</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-07T17:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: sense scatter chart measure sorting - cummulative measure</title>
      <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106466#M7242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sales data is painted over but believe me it is sorted in descending order.&lt;/P&gt;&lt;P&gt;As u see first dimension field value is not the same.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="abcxyz.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210164_abcxyz.png" style="height: 230px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 17:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106466#M7242</guid>
      <dc:creator>demienyu</dc:creator>
      <dc:date>2018-08-07T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: sense scatter chart measure sorting - cummulative measure</title>
      <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106467#M7243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not an expert in range sum expression but&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Range&lt;/STRONG&gt;Sum(&lt;STRONG&gt;Above&lt;/STRONG&gt;($(eSomeSalesExpression), 0, &lt;STRONG&gt;RowNo()))&lt;/STRONG&gt; / $(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eSomeSalesTotalExpression&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This expression would take the rows and above function as it is a table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But in other charts as Bar/Scatter/Pie you'd not find the Row or above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You may have to change the expression to get the same result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Maybe &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ or any other expert can help you write a new expression?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 18:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106467#M7243</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-07T18:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: sense scatter chart measure sorting - cummulative measure</title>
      <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106468#M7244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the expression is completely wrong I think chart should have no bubbles at all. But it has.&lt;/P&gt;&lt;P&gt;Still thinking the problem is sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll wait for experts to come.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 04:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106468#M7244</guid>
      <dc:creator>demienyu</dc:creator>
      <dc:date>2018-08-08T04:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: sense scatter chart measure sorting - cummulative measure</title>
      <link>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106469#M7245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlikview, Above() can interfere with sorting in objects like pivot tables. Perhaps above interferes with sorting in certain Sense objects as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 06:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/sense-scatter-chart-measure-sorting-cummulative-measure/m-p/106469#M7245</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-08-08T06:01:51Z</dc:date>
    </item>
  </channel>
</rss>

