<?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: Additional Sorting within Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436423#M1162448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes, I think removing the first minus sign should also correct for the right sorting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Match(response_level1,'Focus','Collaborate','Network','Develop')&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;*FieldValueCount('ChartDimension') +rank(sum(Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Oct 2012 18:57:12 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-10-21T18:57:12Z</dc:date>
    <item>
      <title>Additional Sorting within Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436420#M1162445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have been trying to get this chart arranged in a certain way - got so far and then I'm stuck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the following sort calculation to organise the data in the chart below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This organises the workmodes into the order required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({1} Match(response_level1,'Focus','Collaborate','Network','Develop'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to sort the Activities within each Workmode in descending order!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23761" class="jive-image" alt="Sort Order.png" src="/legacyfs/online/23761_Sort Order.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 15:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436420#M1162445</guid>
      <dc:creator />
      <dc:date>2012-10-21T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Sorting within Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436421#M1162446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= -&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Match(response_level1,'Focus','Collaborate','Network','Develop')&lt;/SPAN&gt; *FieldValueCount('ChartDimension') +rank(sum(Value))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;EM&gt;ChartDimension&lt;/EM&gt; is the field name you use as dimension in your chart and &lt;EM&gt;sum(Value)&lt;/EM&gt; is the expression you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 17:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436421#M1162446</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-21T17:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Sorting within Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436422#M1162447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;swuehl&lt;/SPAN&gt;&lt;/STRONG&gt;, that's the answer! - I had to reverse the order of the response level to get the chart to work in the right order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= -Match(response_level1,'Develop','Network','Collaborate','Focus') *FieldValueCount('percentsplit') +rank(sum(percentsplit))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just setting the colours to match and it's done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 18:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436422#M1162447</guid>
      <dc:creator />
      <dc:date>2012-10-21T18:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Sorting within Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436423#M1162448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, yes, I think removing the first minus sign should also correct for the right sorting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Match(response_level1,'Focus','Collaborate','Network','Develop')&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;*FieldValueCount('ChartDimension') +rank(sum(Value))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 18:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436423#M1162448</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-10-21T18:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Sorting within Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436424#M1162449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that did it, good to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 19:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Additional-Sorting-within-Bar-Chart/m-p/436424#M1162449</guid>
      <dc:creator />
      <dc:date>2012-10-21T19:38:56Z</dc:date>
    </item>
  </channel>
</rss>

