<?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 Sorting difficulty in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365795#M575657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; I have some difficulties to sort a table. I created an ABC analysis, which workes fine so far. But i need to sort the data based on the revenue of each article. That means the highest revenue of an article on top. As soon as i include a calculation to add up the revenue in another row , the table is not sorted anymore based on revenue.&amp;nbsp; this is the calculation to add up the revenue: =Sum([Summe von PNV]) + if(RowNo()=1,0,Above([Accumulated Revenue]))&amp;nbsp; No matter how i set the "revenue" sorting, ascending or descending, it does not work.It is in a strange order....&amp;nbsp; regards Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 12:27:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-24T12:27:37Z</dc:date>
    <item>
      <title>Sorting difficulty</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365795#M575657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; I have some difficulties to sort a table. I created an ABC analysis, which workes fine so far. But i need to sort the data based on the revenue of each article. That means the highest revenue of an article on top. As soon as i include a calculation to add up the revenue in another row , the table is not sorted anymore based on revenue.&amp;nbsp; this is the calculation to add up the revenue: =Sum([Summe von PNV]) + if(RowNo()=1,0,Above([Accumulated Revenue]))&amp;nbsp; No matter how i set the "revenue" sorting, ascending or descending, it does not work.It is in a strange order....&amp;nbsp; regards Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 12:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365795#M575657</guid>
      <dc:creator />
      <dc:date>2012-04-24T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Sorting difficulty</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365796#M575658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reemove all selection in sort expression for each dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;check Y value &lt;/P&gt;&lt;P&gt;and select descending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 12:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365796#M575658</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-24T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Sorting difficulty</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365797#M575659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;reemove all selection in sort expression for each dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in expression of sort tab write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Sum([Summe von PNV]) + if(RowNo()=1,0,Above([Accumulated Revenue]))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;and select descending&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 12:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365797#M575659</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-24T12:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting difficulty</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365798#M575660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunil&amp;nbsp; thanks. What do you mean by "check Y value"? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I can not add an expession. That field is disabled on the "revenue" value..... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 15:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365798#M575660</guid>
      <dc:creator />
      <dc:date>2012-04-24T15:18:51Z</dc:date>
    </item>
    <item>
      <title>Sorting difficulty</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365799#M575661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in sort at the top a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y -value sort available &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which sort your expression value in ascending or descending order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for expression when you check the expression check box then it will go enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 06:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-difficulty/m-p/365799#M575661</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-25T06:09:06Z</dc:date>
    </item>
  </channel>
</rss>

