<?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: Re: Re: Pivot table sort in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693407#M536780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still can't get this to work unfortunately and would really appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps an explanation is required. I'm trying to pull together some security reports that identify permissions by user group for items on menus. I want to mimic the sequence to make it easy to cross reference. Some menus/items won't appear in the security report for all user groups e.g. no access for a group of items means the lower level items won't appear; I resolved this (I believe) by creating an autonumber based on the concatenation of all the levels.&lt;/P&gt;&lt;P&gt;This is an example of a menu for a module:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="menu.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69783_menu.png" style="width: 620px; height: 413px;" /&gt;&lt;/P&gt;&lt;P&gt;The items for 'Places' and 'Common Forms' are not grouped as such, whereas those items e.g. Journals/Reports etc do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a qvw which contains the transformed security report for a single user group and hopefully demonstrates the sorting issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has the time, I'd sure appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 16:20:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-27T16:20:49Z</dc:date>
    <item>
      <title>Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693398#M536771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my load script a column 'HashVal' is calculated to define the ordinal position of the rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a straight table I can define a primary sort on 'HashVal' (ascending) and it renders correctly like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="straight.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69649_straight.png" style="width: 620px; height: 162px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't seem to get it to appear in the correct sequence in a pivot table (fast type change):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69653_pivot.png" style="width: 620px; height: 92px;" /&gt;&lt;/P&gt;&lt;P&gt;for example 2058 should appear before 2059, 2062 before 2063 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried unchecking all the sort values in properties and then using expression min(HashVal) for combinations of the dimensions but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've only included HashVal for visibility - I don't actually want to see it in the pivot table (nor want a straight table option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;P&gt;v11sr8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693398#M536771</guid>
      <dc:creator />
      <dc:date>2014-10-24T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693399#M536772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In sorting expression use simply HashVal (not min of it) and ... let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693399#M536772</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-24T15:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693400#M536773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Just 'HashVal' in the expression doesn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an extract from the straight table if you want to see the problem for yourself (my way of saying I'd appreciate the help!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693400#M536773</guid>
      <dc:creator />
      <dc:date>2014-10-24T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693401#M536774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An idea, just try:&lt;/P&gt;&lt;P&gt;use hashval as expression (it must be the first expr.) then order by Y value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693401#M536774</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-24T15:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693402#M536775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon Alessandro answer is the right way to do it but you have to put hasval in expression sort for all the dimensions not just for one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693402#M536775</guid>
      <dc:creator />
      <dc:date>2014-10-24T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693403#M536776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a pivot table sorting a sub dimension [i.e.&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;HashVal&lt;/EM&gt;], in preference to the upper dimensions does not make logical sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a straight table and it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in your pivot table promote the &lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HashVal&lt;/EM&gt; dimension to the top.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 15:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693403#M536776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-24T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693404#M536777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding the expression to all the dimensions and then checking 'Y value' but it seems to mess it up even more:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="24-10-2014 17-02-00.png" class="jive-image" src="/legacyfs/online/69654_24-10-2014 17-02-00.png" style="width: 620px; height: 354px;" /&gt;&lt;/P&gt;&lt;P&gt;Bill - you can't prmote columns in sort for pivot tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 16:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693404#M536777</guid>
      <dc:creator />
      <dc:date>2014-10-24T16:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693405#M536778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Promote the dimension on the dimension tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 16:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693405#M536778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-24T16:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693406#M536779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do that it then pivots on HashVal:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="24-10-2014 17-14-06.png" class="jive-image" src="/legacyfs/online/69655_24-10-2014 17-14-06.png" style="width: 620px; height: 219px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This needs to be a pivot table and I dont want to display HashVal anyway. HashVal simply defines the logical sequence of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be easy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 16:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693406#M536779</guid>
      <dc:creator />
      <dc:date>2014-10-24T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693407#M536780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still can't get this to work unfortunately and would really appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps an explanation is required. I'm trying to pull together some security reports that identify permissions by user group for items on menus. I want to mimic the sequence to make it easy to cross reference. Some menus/items won't appear in the security report for all user groups e.g. no access for a group of items means the lower level items won't appear; I resolved this (I believe) by creating an autonumber based on the concatenation of all the levels.&lt;/P&gt;&lt;P&gt;This is an example of a menu for a module:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="menu.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69783_menu.png" style="width: 620px; height: 413px;" /&gt;&lt;/P&gt;&lt;P&gt;The items for 'Places' and 'Common Forms' are not grouped as such, whereas those items e.g. Journals/Reports etc do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a qvw which contains the transformed security report for a single user group and hopefully demonstrates the sorting issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has the time, I'd sure appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 16:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693407#M536780</guid>
      <dc:creator />
      <dc:date>2014-10-27T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693408#M536781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Gordon&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like an extra dimension called say &lt;EM&gt;Level0&lt;/EM&gt; would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached qvw I have frigged this as a Calculated Dimension with expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;=if ( match(Level1,'Cases','Claims','Recalls','Maintenance Plans') , 'Places' ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;if ( match(Level1, 'Journals' ) , 'Journals' ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;if ( match(Level1, 'Reports' ) , 'Reports'&amp;nbsp; ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;'The Rest'&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;) ) )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimensions are not something I would recommend, but you could sort this &lt;EM&gt;Level&lt;/EM&gt;&lt;EM&gt;0&lt;/EM&gt; creation in your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other things could also be tidied in the load script like after doing the above have a preceding load with something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( Level0 = Level1 , Level2 , Level1 )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Level1 ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid Level0 &amp;amp; Level1 displaying as the same, by putting the Level2 value in Level1.&amp;nbsp; This would need similarly need sort for the other levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693408#M536781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-27T18:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693409#M536782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, the mis-sorted rows all have null dimension values, right? Or are those actual values (empty strings, spaces)?&lt;/P&gt;&lt;P&gt;Because if they &lt;STRONG&gt;are&lt;/STRONG&gt; null values, then maybe I'm crazy, but try switching the pivot table to show subtotals on top. Yeah, I know you don't have any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 20:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693409#M536782</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-27T20:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693410#M536783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, the above is irrelevant, I haven't checked the example qvw first, sorry. I think it's an issue I have encountered before. Dimension sort order does not depend on pivot table context. Put a listbox somewhere, with for example Level2, and sort it by Min(HashVal). The order you get here will be preserved in pivot table no matter what, if you use the same sort expression for dimension in pivot table. So for example, Recalls will always be above Maintenance, even if for Level1=Setup it should actually be below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My workaround was rather hacky. In script, I have appended a number of spaces to each subsequent occurence of a same value in a single hierarchy level (first occurence as is, second + one space, third + two spaces, etc.) That way, they displayed exactly the same (trailing spaces are not shown - you don't get the ... because of them), but the values were actually distinct and could be sorted the way I wanted. In case you want to allow selection on those fields and do not want to see duplicates in listboxes, associated fields without the spaces can be kept in the data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693410#M536783</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-28T10:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table sort</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693411#M536784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill and Jakub,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your responses - sorry for my late reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just couldnt get the pivot table to respond to a sort sequence - it always seemed to want to render in 'load order' which meant of course that any value previously loaded would appear out of sequence when it appeared on subsequent occasions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My 'solution' was to force a number of spaces on the end of 'Item' to make it 'unique' based on an ordinal position (relative to the dimension hierarchy) to try to sort on this structure. Where there was a 'collision' i.e. 'Claims&amp;nbsp; ' (3 spaces) had been previously loaded this wouldnt matter as it still represented the 3rd ordinal position in the list (relative to the hierarchy). This is a sample of the code:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="05-11-2014 15-50-44.png" class="jive-image" src="/legacyfs/online/70574_05-11-2014 15-50-44.png" style="width: 620px; height: 203px;" /&gt;&lt;/P&gt;&lt;P&gt;where e.g.:&lt;/P&gt;&lt;P&gt; 'lL2' represents the selections for a list box (the pivot table was made 'read only')&lt;/P&gt;&lt;P&gt;'Level2' the 'Item' with a number of spaces appended to make it 'unique' in the list relative to the hierarchy (Level1,Level2,Level3 etc)&lt;/P&gt;&lt;P&gt;anL2 the ordinal position in the list relative to the hierarchy (on which Level2 would in theory be sorted in the pivot table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the feeling it should have been easier but I tried everything and just glad to get past the issue!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 15:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-sort/m-p/693411#M536784</guid>
      <dc:creator />
      <dc:date>2014-11-05T15:58:52Z</dc:date>
    </item>
  </channel>
</rss>

