<?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 Dates sorting within chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657083#M1065075</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;I have a chart showing cumulative records for two years. I want the y axis to show (in order) the week concerned and the year:&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;01 2012&lt;/P&gt;&lt;P&gt;02 2012&lt;/P&gt;&lt;P&gt;03 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called Application Date which contains the date information for each record. I've tried creating a calculated dimension: =week([Application Date])&amp;amp;year([Application Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this won't seem to sort and i get a random order of values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2014 14:24:56 GMT</pubDate>
    <dc:creator>alisonpwallis</dc:creator>
    <dc:date>2014-09-09T14:24:56Z</dc:date>
    <item>
      <title>Dates sorting within chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657083#M1065075</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;I have a chart showing cumulative records for two years. I want the y axis to show (in order) the week concerned and the year:&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;01 2012&lt;/P&gt;&lt;P&gt;02 2012&lt;/P&gt;&lt;P&gt;03 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called Application Date which contains the date information for each record. I've tried creating a calculated dimension: =week([Application Date])&amp;amp;year([Application Date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this won't seem to sort and i get a random order of values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alison&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 14:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657083#M1065075</guid>
      <dc:creator>alisonpwallis</dc:creator>
      <dc:date>2014-09-09T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dates sorting within chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657084#M1065076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try convert it to a numeric like this:&amp;nbsp;&amp;nbsp;&amp;nbsp; =Year*100 + week(Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you a number that is easy to sort chronologically&amp;nbsp;&amp;nbsp; 201401, 201402&amp;nbsp; etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use it as the dimension or just a sort order of 'expression'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 14:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657084#M1065076</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-09T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dates sorting within chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657085#M1065077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try creating it as: dual(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;week([Application Date])&amp;amp;year([Application Date])&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Application Date]&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 14:32:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657085#M1065077</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-09T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dates sorting within chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657086#M1065078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;dual(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;week([Application Date])&amp;amp;' '&amp;amp;year([Application Date])&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, WeekStart(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Application Date])&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;to get only one value at the axis for all dates within this week&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 14:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dates-sorting-within-chart/m-p/657086#M1065078</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-09T14:44:05Z</dc:date>
    </item>
  </channel>
</rss>

