<?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: Sort by Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699010#M1084867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is what I want to show but I have tried sorting it in the same as in your sample app and I get the weeks running from 1 to 52 not 19 to 18. ?????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 08:58:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-18T08:58:47Z</dc:date>
    <item>
      <title>Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699002#M1084859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I want my list box to show calendar week numbers in order no matter what selections have been made. The financial year runs from calendar week 19 to 18.&amp;nbsp; I have field for Week (Calendar week numbers) and also WeekID (Financial Week numbers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekID&lt;/P&gt;&lt;P&gt;19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;21&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50&lt;/P&gt;&lt;P&gt;17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51&lt;/P&gt;&lt;P&gt;18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am sorting in the Week List Box the expression I am using is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only ( {1} TOTAL WeekID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this doesn't work. Please help&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;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699002#M1084859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T07:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699003#M1084860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to show only week 18 and 19 always???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699003#M1084860</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-18T07:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699004#M1084861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without 'total', like: =Only ( {1}&amp;nbsp; WeekID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699004#M1084861</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-18T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699005#M1084862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the list box to show all 52 weeks running from week 19 to week 18 at all times no matter what selections have been made&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699005#M1084862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699006#M1084863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried that too with the same result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699006#M1084863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T07:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699007#M1084864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Adrian,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;See the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;In this kind of situations, I prefer to rely on Load Order. Generally, QlikView will remember the first load order if the field names are same. So I suggest load your [Week] field in whatever order you prefer and then reload your Fact table data. Then check only "Load Order" option under sorting tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699007#M1084864</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-06-18T08:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699008#M1084865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to share your sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699008#M1084865</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-18T08:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699009#M1084866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699009#M1084866</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T08:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699010#M1084867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is what I want to show but I have tried sorting it in the same as in your sample app and I get the weeks running from 1 to 52 not 19 to 18. ?????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699010#M1084867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-18T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699011#M1084868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, it has to be something specific to your app. Share your sample app, see: &lt;A href="http://community.qlikview.com/docs/DOC-1290" title="http://community.qlikview.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and D... | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 09:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-by-Expression/m-p/699011#M1084868</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-18T09:01:54Z</dc:date>
    </item>
  </channel>
</rss>

