<?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: Cannot sort a bar chart that displays week in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214494#M389145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wauuuww that was it! Thanks! It appear that if this option is checked than none of the sort functions work, which is, kind of obvious if you think about 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>Wed, 23 Nov 2016 12:05:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-11-23T12:05:41Z</dc:date>
    <item>
      <title>Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214488#M389139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first post because I am seriously stuck and need some help! &lt;SPAN style="font-size: 10pt;"&gt;I have a barchart with a date dimension wich can switch between week/month/year. However, whatever I try, I cannot sort the x axis on the selected date range.&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;SPAN style="font-size: 10pt;"&gt;The graph shows weeks that span across a year, so selected week 46 from 2015 till week 5 from 2016. How can I sort this such that the graph starts at week 46 2015 and ends at week 5 2016? None of the sort buttons work in sort tab and neither does the sort by expression (they really don't do anything for this graph).&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;SPAN style="font-size: 10pt;"&gt;. &lt;BR /&gt;&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;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144606_Capture.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 10:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214488#M389139</guid>
      <dc:creator />
      <dc:date>2016-11-23T10:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214489#M389140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;couple of option &lt;/P&gt;&lt;P&gt;you can select to sort the week field by expression &lt;/P&gt;&lt;P&gt;and assuming the week are connected to dates you can go with &lt;/P&gt;&lt;P&gt;=max(Date) in the expression or if it's connected to year &lt;/P&gt;&lt;P&gt;you can use an expression like this =Year*100+week&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214489#M389140</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2016-11-23T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214490#M389141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just create a YearWeek field in your reload script and sort the bar chart with that field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214490#M389141</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-11-23T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214491#M389142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response! However we already tried these solutions and they didnt work. We even tried loading the week into the load script instead of calculating it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214491#M389142</guid>
      <dc:creator />
      <dc:date>2016-11-23T11:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214492#M389143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response! We tried it and the the bars got reversed on the axis. However we still cannot deleted the empty parts in the middle and every sort option still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/144620_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 11:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214492#M389143</guid>
      <dc:creator />
      <dc:date>2016-11-23T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214493#M389144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is Continuous checked in the axis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 12:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214493#M389144</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-11-23T12:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214494#M389145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wauuuww that was it! Thanks! It appear that if this option is checked than none of the sort functions work, which is, kind of obvious if you think about 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>Wed, 23 Nov 2016 12:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214494#M389145</guid>
      <dc:creator />
      <dc:date>2016-11-23T12:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot sort a bar chart that displays week</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214495#M389146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread by marking the correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 13:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-sort-a-bar-chart-that-displays-week/m-p/1214495#M389146</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-11-23T13:52:46Z</dc:date>
    </item>
  </channel>
</rss>

