<?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 Sort Order of a pivot table dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346996#M576483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I got an easy one here.&amp;nbsp; I have a dimension that has a loaded field with 4 possible names as its values.&amp;nbsp; How can I set the sort order however I want to. Probably involves sort by expression and an inline load of the names in that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2012 21:18:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-10T21:18:53Z</dc:date>
    <item>
      <title>Sort Order of a pivot table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346996#M576483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I got an easy one here.&amp;nbsp; I have a dimension that has a loaded field with 4 possible names as its values.&amp;nbsp; How can I set the sort order however I want to. Probably involves sort by expression and an inline load of the names in that table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 21:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346996#M576483</guid>
      <dc:creator />
      <dc:date>2012-05-10T21:18:53Z</dc:date>
    </item>
    <item>
      <title>Sort Order of a pivot table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346997#M576484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the answer would invlove load order too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 21:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346997#M576484</guid>
      <dc:creator />
      <dc:date>2012-05-10T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Sort Order of a pivot table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346998#M576485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to upload your app and requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 01:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346998#M576485</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-05-11T01:33:21Z</dc:date>
    </item>
    <item>
      <title>Sort Order of a pivot table dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346999#M576486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are many ways to sort your data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if the choices in qlikview sort can't make your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can force it by using match function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;go to sort tab &amp;gt; under Expression - set to Ascending&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say I have a CATEGORY table with FOOD, MERCHANDIZE, and BEVERAGE as data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using match function I can force it to sort in anyway I want with this syntax&lt;/P&gt;&lt;P&gt;Match(TableName, 'First data', 'Second',...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match(CATEGORY,'FOOD','BEVERAGE','MERCHANDIZE')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will result to&lt;/P&gt;&lt;P&gt;CATEGORY - Table name&lt;/P&gt;&lt;P&gt;FOOD&lt;/P&gt;&lt;P&gt;BEVERAGE&lt;/P&gt;&lt;P&gt;MERCHANDIZE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 03:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-of-a-pivot-table-dimension/m-p/346999#M576486</guid>
      <dc:creator />
      <dc:date>2012-05-11T03:37:30Z</dc:date>
    </item>
  </channel>
</rss>

