<?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 Dates in Jan, Feb, Mar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486705#M1139988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is a Inline Table so should be inserted in your load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are new this group may content some usefull guides/examples for your formation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/groups/qlikview-academic-program"&gt;http://community.qlik.com/groups/qlikview-academic-program&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 14:32:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-05T14:32:29Z</dc:date>
    <item>
      <title>Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486697#M1139980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my 1st post so I hope im not doing anything wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im importing some data with the column labelled "Month" and the data in there is in text as Jan, Feb, Mar, etc but when I try and put this into a pivot table it comes out as Apr, Aug, Dec .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way so I can sort this in the correct order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adavance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 12:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486697#M1139980</guid>
      <dc:creator />
      <dc:date>2013-09-05T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486698#M1139981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best approach is to create your Month values as a dual that you can sort numerical:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date#(MonthField,'MMM')) as MonthField,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthField being your field containing your month values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 12:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486698#M1139981</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-05T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486699#M1139982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unforntunatly its pulling the info from a database I cant change. Is what Im looking for is another column called&amp;nbsp; "year" and I want that going down the left hand side of the pivot table then have the months going across the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there work around that can be used to achive this, somehing like the sort by custom lists in Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486699#M1139982</guid>
      <dc:creator />
      <dc:date>2013-09-05T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486700#M1139983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I always use a inline table to assign a numeric value to the months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_13783862303388330 jive_text_macro jive_macro_code" jivemacro_uid="_13783862303388330" modifiedtitle="true"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;MESI:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH, MESE_NUM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jan,1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; feb,2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mar,3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; apr,4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; may,5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jun,6&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jul,7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aug,8&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sep,9&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oct,10&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nov,11&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec,12&lt;/P&gt;
&lt;P&gt;&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;And then sort by numeric value on charts/Tables/Listboxs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486700#M1139983</guid>
      <dc:creator />
      <dc:date>2013-09-05T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486701#M1139984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a sort expression in sort tab for your dimension field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=match(MonthField, 'Jan', Feb','Mar',...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486701#M1139984</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-09-05T13:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486702#M1139985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Juan, Im very new to this so I'm not sure how to use the code you've give me correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486702#M1139985</guid>
      <dc:creator />
      <dc:date>2013-09-05T13:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486703#M1139986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this it seems to be working!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486703#M1139986</guid>
      <dc:creator />
      <dc:date>2013-09-05T13:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486704#M1139987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your original Month field contains values according to the MonthNames variable in your QlikView document, you only need to configure the month sort order in your pivot as number ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This because Month become a dual field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to understand the type of a field, you can see the tags in the field properties (Ctrl+Alt+D and find Month field in the Table tab).&lt;/P&gt;&lt;P&gt;See attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 13:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486704#M1139987</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-09-05T13:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486705#M1139988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is a Inline Table so should be inserted in your load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are new this group may content some usefull guides/examples for your formation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/groups/qlikview-academic-program"&gt;http://community.qlik.com/groups/qlikview-academic-program&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Juan Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486705#M1139988</guid>
      <dc:creator />
      <dc:date>2013-09-05T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Dates in Jan, Feb, Mar</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486706#M1139989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both, Im going to be in meetings the rest of the day so I will take a look tomorow but thanks again for you help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Dates-in-Jan-Feb-Mar/m-p/486706#M1139989</guid>
      <dc:creator />
      <dc:date>2013-09-05T14:35:08Z</dc:date>
    </item>
  </channel>
</rss>

