<?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: Custom Ordering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583103#M1115419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking time respond.&amp;nbsp; this option works too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 16:46:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-13T16:46:14Z</dc:date>
    <item>
      <title>Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583098#M1115414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INFORMATION IN THIS FILE IS FICTITOUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a .qvw FILE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a pivot table.&amp;nbsp; How can I custom order MGMM, PPGM, PRGM (Within Job COLUMN) to display in the following order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;STRONG&gt;PPGM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRGM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MGMM&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 15:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583098#M1115414</guid>
      <dc:creator />
      <dc:date>2014-02-13T15:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583099#M1115415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this expression for sorting on your Job dimension under the Sort tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match(Job, 'PPGM', 'PRGM', 'MGMM')&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>Thu, 13 Feb 2014 16:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583099#M1115415</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-13T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583100#M1115416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to sort tab&lt;/P&gt;&lt;P&gt;Select Job&lt;/P&gt;&lt;P&gt;Under expression type below and select Ascending&lt;/P&gt;&lt;P&gt;Match(Job,'PPGM','PRGM','MGMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583100#M1115416</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-13T16:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583101#M1115417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/53148_pastedImage_0.png" style="width: 620px; height: 360px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583101#M1115417</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-13T16:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583102#M1115418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the sort tab click Job, uncheck ordering by text and check expression (set ascending) and write in it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Job='PPGM',1, if(Job='PRGM',2,3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583102#M1115418</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-02-13T16:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583103#M1115419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking time respond.&amp;nbsp; this option works too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583103#M1115419</guid>
      <dc:creator />
      <dc:date>2014-02-13T16:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583104#M1115420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking time to respond. This option works too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583104#M1115420</guid>
      <dc:creator />
      <dc:date>2014-02-13T16:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583105#M1115421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking time to respond, this option works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583105#M1115421</guid>
      <dc:creator />
      <dc:date>2014-02-13T16:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583106#M1115422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for taking time to respond this option works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583106#M1115422</guid>
      <dc:creator />
      <dc:date>2014-02-13T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ordering</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583107#M1115423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, match function is very helpful when you have specific sort order for limited no. of field values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 17:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Ordering/m-p/583107#M1115423</guid>
      <dc:creator />
      <dc:date>2014-02-13T17:35:33Z</dc:date>
    </item>
  </channel>
</rss>

