<?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 issue in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073870#M358443</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;In your Sort tab, use Expression and have Year in the expression and sort ASC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 14:47:43 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2016-01-12T14:47:43Z</dc:date>
    <item>
      <title>Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073865#M358438</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 an issue in a bar chart where as Dimension I have : &lt;SPAN style="font-size: 13.3333px;"&gt;week(Date) and 3 expressions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Opened Cases : count(Distinct if(DateType='Open', CaseNumber))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Closed Cases : count(Distinct {$&amp;lt;DateType={'Closed'}&amp;gt;}&amp;nbsp; CaseNumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remaining : count(Distinct if(DateType='Open', CaseNumber)) - count(Distinct {$&amp;lt;DateType={'Closed'}&amp;gt;}&amp;nbsp; CaseNumber)&amp;nbsp; (!Here I use Full Accumulation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the sort tab I have :&lt;/P&gt;&lt;P&gt;Sorting by Week : State = 'Ascending' and Numeric Value = 'Ascending'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection I make is in a RangeDate by DateType='Open', from 01/09/2015 to 12/01/2016. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to have Week1 and Week2 at the end, because Week1 and Week2 are from January 2016, after 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Check the attached file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me any idea how can I resolve this ? Or any work arounds ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any information, tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073865#M358438</guid>
      <dc:creator />
      <dc:date>2016-01-12T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073866#M358439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sorting by expression&lt;/P&gt;&lt;P&gt;=Max(Date)&lt;/P&gt;&lt;P&gt;ascending.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073866#M358439</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-12T14:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073867#M358440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about creating a composite field of Year &amp;amp; Week to have values like :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015|52&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016|01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if you sort against this you data should end up in the order your require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073867#M358440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073868#M358441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could sort the Week as expression in ascending order using below.&lt;/P&gt;&lt;P&gt;Year(Date)&amp;amp;Week(Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073868#M358441</guid>
      <dc:creator>hemhund2016</dc:creator>
      <dc:date>2016-01-12T14:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073869#M358442</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>Tue, 12 Jan 2016 14:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073869#M358442</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-01-12T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073870#M358443</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;In your Sort tab, use Expression and have Year in the expression and sort ASC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073870#M358443</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2016-01-12T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sort issue in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073871#M358444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much ! It worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-issue-in-bar-chart/m-p/1073871#M358444</guid>
      <dc:creator />
      <dc:date>2016-01-12T14:52:30Z</dc:date>
    </item>
  </channel>
</rss>

