<?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: Sorting issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420994#M800535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in both sort tab and dimesion tab&lt;/P&gt;&lt;P&gt;for more&amp;nbsp; check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/278155"&gt;order not workin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class="js-thread-post-wrapper j-thread-post-wrapper j-rc4 jive-content"&gt;&lt;/P&gt;&lt;DIV class="j-thread-post j-rc4"&gt;&lt;DIV&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;pick(match(&lt;SPAN style="color: #ff00ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;TYPE&lt;/SPAN&gt;,&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;'AD','FS','Pl','DB','APP','Total&lt;/STRONG&gt;'),1,2,3,4,5,6)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2017 07:14:17 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2017-11-20T07:14:17Z</dc:date>
    <item>
      <title>Sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420991#M800532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to sort values like below expression in sort:&lt;/P&gt;&lt;P&gt;Match(TYPE,'AD','FS','Pl','DB','APP','Total')&lt;/P&gt;&lt;P&gt;In future new values adding into &lt;STRONG&gt;TYPE&lt;/STRONG&gt; filed like below. But in future also I want order first five always should be on top('AD','FS','Pl','DB','APP') and others should be last .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff00ff;"&gt;TYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;AD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;FS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;PI&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;DB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;APP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SO&lt;/P&gt;&lt;P&gt;BO&lt;/P&gt;&lt;P&gt;BI&lt;/P&gt;&lt;P&gt;SX&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420991#M800532</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420992#M800533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Match(Only({1} TYPE),'AD','FS','Pl','DB','APP','Total')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 06:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420992#M800533</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-20T06:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420993#M800534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add another inline table table in data model &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;TYPE,TSortOrder&lt;/P&gt;&lt;P&gt;AD,1&lt;/P&gt;&lt;P&gt;FS,2&lt;/P&gt;&lt;P&gt;PI,3&lt;/P&gt;&lt;P&gt;DB,4&lt;/P&gt;&lt;P&gt;APP,5&lt;/P&gt;&lt;P&gt;SO,6&lt;/P&gt;&lt;P&gt;BO,7&lt;/P&gt;&lt;P&gt;BI,8&lt;/P&gt;&lt;P&gt;SX,9&lt;/P&gt;&lt;P&gt;Total,10&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;And in sort properties un check all and select sort by expression and write&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;=T&lt;SPAN style="font-size: 13.3333px;"&gt;SortOrder&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: arial, helvetica, sans-serif;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Only({1} &lt;SPAN style="font-size: 13.3333px;"&gt;T&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SortOrder&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 06:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420993#M800534</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-11-20T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting issue</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420994#M800535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in both sort tab and dimesion tab&lt;/P&gt;&lt;P&gt;for more&amp;nbsp; check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/278155"&gt;order not workin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class="js-thread-post-wrapper j-thread-post-wrapper j-rc4 jive-content"&gt;&lt;/P&gt;&lt;DIV class="j-thread-post j-rc4"&gt;&lt;DIV&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;pick(match(&lt;SPAN style="color: #ff00ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;TYPE&lt;/SPAN&gt;,&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;'AD','FS','Pl','DB','APP','Total&lt;/STRONG&gt;'),1,2,3,4,5,6)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 07:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-issue/m-p/1420994#M800535</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-11-20T07:14:17Z</dc:date>
    </item>
  </channel>
</rss>

