<?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!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561434#M1144176</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;Properties -&amp;gt; sort -&amp;gt; Expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that, you give the field Name -&amp;gt; ID, its sor according to it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 08:54:10 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-08-06T08:54:10Z</dc:date>
    <item>
      <title>Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561426#M1144163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi everyone, is there any &lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;expression&lt;/STRONG&gt;&lt;/SPAN&gt; to sort the fruits according to its ID without displaying the 'ID' column?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="114" style="width: 379px; border: 1px solid rgb(0, 0, 0); height: 111px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: rgb(102, 144, 188); text-align: center;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: rgb(102, 144, 188); text-align: center;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Fruits&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: rgb(102, 144, 188); text-align: center;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Number of items sold&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Apple&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Orange&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Pear&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;4&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;Strawberry&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT, i would like to sort the fruit's ID in custom order without displaying the 'ID' column shown above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="114" style="width: 309px; border: 1px solid #000000; height: 107px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Fruits&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc; text-align: center;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; text-align: -webkit-center; background-color: #6690bc;"&gt;Number of items sold&lt;/STRONG&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Pear&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;56&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Strawberry&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;7&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Orange&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;Apple&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;SPAN style="text-align: center;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561426#M1144163</guid>
      <dc:creator />
      <dc:date>2013-08-06T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561427#M1144164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum(TEU)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561427#M1144164</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-08-06T07:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561428#M1144166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Hi,I would like to sort the fruits's ID in custom order. And, i didnt mention TEU in my question. I think you replied the wrong question.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561428#M1144166</guid>
      <dc:creator />
      <dc:date>2013-08-06T07:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561429#M1144168</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;Go to Properties-&amp;gt;Sort&lt;/P&gt;&lt;P&gt;Select the Dimension check the Expression and enter ID As shown in the figure&lt;/P&gt;&lt;P&gt;This will Sort by ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561429#M1144168</guid>
      <dc:creator>priyav24</dc:creator>
      <dc:date>2013-08-06T07:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561430#M1144169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I would like to do a custom sort. Not just an automatic sort. Is there any way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 07:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561430#M1144169</guid>
      <dc:creator />
      <dc:date>2013-08-06T07:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561431#M1144170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in script--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load Fruit ,item&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;order by fruit asc;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561431#M1144170</guid>
      <dc:creator />
      <dc:date>2013-08-06T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561432#M1144172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this Expression you can customize by giving the suitable expression..&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;Here you want sort by id,So we have given by id...&lt;/P&gt;&lt;P&gt;Like this you can do according to your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561432#M1144172</guid>
      <dc:creator>priyav24</dc:creator>
      <dc:date>2013-08-06T08:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561433#M1144174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take all the three dimensions in the table and sort the table on ID, then hide the ID column in the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561433#M1144174</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-06T08:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561434#M1144176</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;Properties -&amp;gt; sort -&amp;gt; Expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that, you give the field Name -&amp;gt; ID, its sor according to it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561434#M1144176</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-06T08:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561435#M1144178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is.&lt;/P&gt;&lt;P&gt;PFA &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561435#M1144178</guid>
      <dc:creator>priyav24</dc:creator>
      <dc:date>2013-08-06T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561436#M1144179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii &lt;/P&gt;&lt;P&gt;Go to &lt;/P&gt;&lt;P&gt;Chart Properties -&amp;gt; Sort -&amp;gt; Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then write : =num(ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it Ascending - If you required to sort 1 ,2,3,4,&amp;nbsp; Sequence...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Your Reference I attch Image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561436#M1144179</guid>
      <dc:creator />
      <dc:date>2013-08-06T09:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561437#M1144180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561437#M1144180</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2013-08-06T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting/m-p/561438#M1144181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;goto the properties--&amp;gt; sort&lt;/P&gt;&lt;P&gt;for fruits&amp;nbsp; write expression as&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;wildmatch('Fruits ,'pears','strawberry','orange',apple') and select the ascending order for the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 13:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting/m-p/561438#M1144181</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-08-06T13:36:01Z</dc:date>
    </item>
  </channel>
</rss>

