<?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 Order in a QoQ bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353425#M415585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Max({&amp;lt;DATE={"&amp;lt;=$(=QuarterEnd(Max(DATE), -2))"}&amp;gt;}DATE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174960_Capture.PNG" style="height: 333px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 14:09:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-29T14:09:52Z</dc:date>
    <item>
      <title>Sort Order in a QoQ bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353421#M415581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to create a bar chart with a Quarter over Quarter and Year over Year comparison.&lt;/P&gt;&lt;P&gt;The below Screenshot is displaying the current status of my development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I stuck at two points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) The sort order of the Bars, the sorting should start on the right side with the last full Quarter Q2 - 2017 compared with Q2 - 2016 to the left ending with Q3 - 2016 compared with Q3 - 2015.&lt;/P&gt;&lt;P&gt;b) Hiding the empty Year Bars in the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Chart.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169587_Chart.JPG" style="width: 620px; height: 321px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until now I tried to solve this with the default Sorting settings.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sort.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/169588_Sort.JPG" style="width: 620px; height: 311px;" /&gt;&lt;/P&gt;&lt;P&gt;Is there a way to solve my questions within QlikView or do I have to setup a "special" Dimension in the Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353421#M415581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-10T08:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order in a QoQ bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353422#M415582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume, You need Dual() function in the script itself as you are not aware we can not make as 2 dimensions with as need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353422#M415582</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T08:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order in a QoQ bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353423#M415583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your hint. Indeed, the DUAL function could help to solve the sort question.&lt;/P&gt;&lt;P&gt;I'll check this out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 09:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353423#M415583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-10T09:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order in a QoQ bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353424#M415584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately until now I wasn't able to solve this question.&lt;/P&gt;&lt;P&gt;I tried a lot of things but nothing worked sufficient for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a sample qvw where I tried to sort the Quarters by a YEAR-QUARTER DUAL field.&lt;BR /&gt;But the result is always the same... the sort order is not as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q3 has the oldest data but the Quarter is always displayed as last Quarter.&lt;BR /&gt;The expected sort order should be from left to right "Q3", "Q4", "Q1" and "Q2".&lt;/P&gt;&lt;P&gt;And it makes no difference if I hide the YEAR Dimension or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QoQ sort.JPG" class="jive-image image-1" src="/legacyfs/online/174965_QoQ sort.JPG" style="width: 620px; height: 333px;" /&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;Maybe someone has an idea to solve this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Many thanks in advance and best regards,&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353424#M415584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-29T13:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order in a QoQ bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353425#M415585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Max({&amp;lt;DATE={"&amp;lt;=$(=QuarterEnd(Max(DATE), -2))"}&amp;gt;}DATE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174960_Capture.PNG" style="height: 333px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353425#M415585</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T14:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Order in a QoQ bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353426#M415586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your reply. Your solution solves my question totally!&lt;/P&gt;&lt;P&gt;Sorting by date with a limitation of the displayed Quarters looks so easy now... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Claus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-Order-in-a-QoQ-bar-chart/m-p/1353426#M415586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-29T14:23:35Z</dc:date>
    </item>
  </channel>
</rss>

