<?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 sort in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356462#M493014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want D at the top and the other values disordered (in field F)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56073_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2014 22:39:31 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-27T22:39:31Z</dc:date>
    <item>
      <title>custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356453#M493005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list and I want to sort them custom for instance values are A,B,C,D....&lt;/P&gt;&lt;P&gt;I make D value top value and other values' sort are not important they can be disordered&lt;/P&gt;&lt;P&gt;I mean &lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 07:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356453#M493005</guid>
      <dc:creator>QSense</dc:creator>
      <dc:date>2012-06-18T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356454#M493006</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;you can use a function =dual('D',1) and so on for others in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Apurva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 07:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356454#M493006</guid>
      <dc:creator />
      <dc:date>2012-06-18T07:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356455#M493007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qliekview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a table with the sort order you want, and join it to your data model.&lt;/P&gt;&lt;P&gt;Then have the object (list box, table, multi box etc.) sort on the field SortOrder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1340005556553185" jivemacro_uid="_1340005556553185"&gt;&lt;P&gt;YourTableWithRealValues:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;FieldXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (YourTableWithRealValues)&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldXX, SortOrder_FieldXX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/21613"&gt;Magnus Åvitsland&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.framsteg.com" target="_blank"&gt;Framsteg Business Intelligence Corp.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 07:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356455#M493007</guid>
      <dc:creator>magavi_framsteg</dc:creator>
      <dc:date>2012-06-18T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356456#M493008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview and right now I am using the free personal edition to see what this system can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same question as the original poster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know where to place the code you wrote above. Can you provide the detail steps on how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 01:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356456#M493008</guid>
      <dc:creator />
      <dc:date>2012-07-31T01:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356457#M493009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview and right now I am using the free personal edition to see what this system can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same question as the original poster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know where to place the code you wrote above. Can you provide the detail steps on how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 01:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356457#M493009</guid>
      <dc:creator />
      <dc:date>2012-07-31T01:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356458#M493010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to qlikview and right now I am using the free personal edition to see what this system can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same question as the original poster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know where to place the code you wrote above. Can you provide the detail steps on how to use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 01:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356458#M493010</guid>
      <dc:creator />
      <dc:date>2012-07-31T01:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356459#M493011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in charts properties -&amp;gt;sort-&amp;gt;expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wildmatch(fieldname,'&lt;SPAN style="background-color: #eef4f9; color: #636363; font-family: Arial; font-size: 12px;"&gt;D'&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;,'&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; color: #636363; font-family: Arial; font-size: 12px;"&gt;A','&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; color: #636363; font-family: Arial; font-size: 12px;"&gt;C','&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; color: #636363; font-family: Arial; font-size: 12px;"&gt;B','&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; color: #636363; font-family: Arial; font-size: 12px;"&gt;Z')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldname which contain D A C B Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; color: #636363; font-family: Arial; font-size: 12px;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 07:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356459#M493011</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-07-31T07:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356460#M493012</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;If the question is where can you type the script... Go to File &amp;gt; Edit Script .... or just press Ctrl+E....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 19:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356460#M493012</guid>
      <dc:creator>ericcosmai</dc:creator>
      <dc:date>2012-07-31T19:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356461#M493013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this post for custom sorting options:&lt;/P&gt;&lt;P&gt;&lt;A href="http://qv-bitz-and-pieces.blogspot.com/2014/03/custom-sort-in-qlikview.html" title="http://qv-bitz-and-pieces.blogspot.com/2014/03/custom-sort-in-qlikview.html"&gt;Qlikview Bitz and Pieces: Custom Sort in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 16:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356461#M493013</guid>
      <dc:creator />
      <dc:date>2014-03-27T16:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356462#M493014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want D at the top and the other values disordered (in field F)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56073_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 22:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/356462#M493014</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-27T22:39:31Z</dc:date>
    </item>
  </channel>
</rss>

