<?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 Expression Column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224457#M76867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SalesForecast pivot table with Region, Sales Person as dimension, sum(Sales) as Expression grouped by month. There's a row total at the end. I want the result is sorted by the Total asccendingly for each region. But I am not able to sort by the total expression. Anyone can help?&lt;/P&gt;&lt;P&gt;Region Sales Jan09 Feb09 Mar09 Apr09 May09 Jun09 .... Dec09 Total&lt;/P&gt;&lt;P&gt;ASIA John 30 25 40 50 55 350&lt;/P&gt;&lt;P&gt;Peter 10 15 20 10 10 120&lt;/P&gt;&lt;P&gt;EUROPE Rose 15 30 18 40 180&lt;/P&gt;&lt;P&gt;Alex 50 65 40 80 80 70 580&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2010 14:22:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-27T14:22:49Z</dc:date>
    <item>
      <title>Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224457#M76867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SalesForecast pivot table with Region, Sales Person as dimension, sum(Sales) as Expression grouped by month. There's a row total at the end. I want the result is sorted by the Total asccendingly for each region. But I am not able to sort by the total expression. Anyone can help?&lt;/P&gt;&lt;P&gt;Region Sales Jan09 Feb09 Mar09 Apr09 May09 Jun09 .... Dec09 Total&lt;/P&gt;&lt;P&gt;ASIA John 30 25 40 50 55 350&lt;/P&gt;&lt;P&gt;Peter 10 15 20 10 10 120&lt;/P&gt;&lt;P&gt;EUROPE Rose 15 30 18 40 180&lt;/P&gt;&lt;P&gt;Alex 50 65 40 80 80 70 580&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224457#M76867</guid>
      <dc:creator />
      <dc:date>2010-01-27T14:22:49Z</dc:date>
    </item>
    <item>
      <title>AW:Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224458#M76868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you post an excample?&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224458#M76868</guid>
      <dc:creator />
      <dc:date>2010-01-27T14:45:04Z</dc:date>
    </item>
    <item>
      <title>Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224459#M76869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Here's the example file.&lt;/P&gt;&lt;P&gt;I want to sort by the Total Sum per Sales Group regardless of Location order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 15:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224459#M76869</guid>
      <dc:creator />
      <dc:date>2010-01-27T15:54:37Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224460#M76870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way to do it is to use the aggr functionality in the sorting expression.&lt;/P&gt;&lt;P&gt;Try sorting the dimension Sales on the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sum(aggr(sum(Unit),Sales))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;//Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 16:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224460#M76870</guid>
      <dc:creator />
      <dc:date>2010-01-27T16:09:39Z</dc:date>
    </item>
    <item>
      <title>SV:Re: Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224461#M76871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jakob,&lt;/P&gt;&lt;P&gt;Still not able to sort in the way I want. I have tried this sorting expression in Sales or LOC dimensions, but both didn't work as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 03:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224461#M76871</guid>
      <dc:creator />
      <dc:date>2010-01-28T03:07:17Z</dc:date>
    </item>
    <item>
      <title>SV:Re: SV:Re: Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224462#M76872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached an example, based on your file, which shows what you want hopefully.&lt;/P&gt;&lt;P&gt;//Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2010 18:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224462#M76872</guid>
      <dc:creator />
      <dc:date>2010-01-28T18:27:58Z</dc:date>
    </item>
    <item>
      <title>Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224463#M76873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your help. But that's not the result I am looking for. Sorry that I am not explaning clearly. Here's the result I would like to see. Please help~~&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5165.Sales.bmp"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5165.Sales.bmp" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Order I want to have for XGAXFAK_PAUX group which is order by the total inside each Sales group:&lt;BR /&gt;CLPUQ - 21&lt;BR /&gt;MXZLO - 21&lt;BR /&gt;CLSVE - 24&lt;BR /&gt;CL073 - 47&lt;BR /&gt;CLANF - 52&lt;BR /&gt;CLSAI - 379&lt;BR /&gt;PECLL - 589&lt;BR /&gt;CLIQQ - 758&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 04:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224463#M76873</guid>
      <dc:creator />
      <dc:date>2010-01-29T04:22:08Z</dc:date>
    </item>
    <item>
      <title>Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224464#M76874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, any expert can help? Many thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 09:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224464#M76874</guid>
      <dc:creator />
      <dc:date>2010-02-05T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Sorting Expression Column</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224465#M76875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll find that it is sorting based on total sales for the LOC not on the combination of Sales-LOC. in other words the dimension is ignored. i'm not sure this is a bug or by design...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 05:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Expression-Column/m-p/224465#M76875</guid>
      <dc:creator />
      <dc:date>2010-08-16T05:40:05Z</dc:date>
    </item>
  </channel>
</rss>

