<?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 Help in sorting bar chart dimension field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217304#M588304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to sort the below one which is there in one of my bar chart like the one which is given after that. Also have given the dimension for your reference.&lt;/P&gt;&lt;P&gt;Orginal one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3032_sourceID:3032" /&gt;&lt;/P&gt;&lt;P&gt;Wants to sort like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3033_sourceID:3033" /&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=right(START_YEAR,2)&amp;amp;'-'&amp;amp;STARTPERIOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 12:09:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-08T12:09:30Z</dc:date>
    <item>
      <title>Help in sorting bar chart dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217304#M588304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to sort the below one which is there in one of my bar chart like the one which is given after that. Also have given the dimension for your reference.&lt;/P&gt;&lt;P&gt;Orginal one:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3032_sourceID:3032" /&gt;&lt;/P&gt;&lt;P&gt;Wants to sort like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3033_sourceID:3033" /&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=right(START_YEAR,2)&amp;amp;'-'&amp;amp;STARTPERIOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 12:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217304#M588304</guid>
      <dc:creator />
      <dc:date>2010-12-08T12:09:30Z</dc:date>
    </item>
    <item>
      <title>Help in sorting bar chart dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217305#M588307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you have flip flopped the period and the year&lt;/P&gt;&lt;P&gt;=right(START_YEAR,2)&amp;amp;'-'&amp;amp;STARTPERIOD&lt;/P&gt;&lt;P&gt;=STARTPERIOD&amp;amp;'-'&amp;amp;right(START_YEAR,2)&lt;/P&gt;&lt;P&gt;If you have the dismension displaying the way you want with P#-YY but you want sorted by YY-P# just use Sort By Expression and plug in one or the other expressions from above.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 01:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217305#M588307</guid>
      <dc:creator />
      <dc:date>2010-12-09T01:58:55Z</dc:date>
    </item>
    <item>
      <title>Help in sorting bar chart dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217306#M588308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help your help. I already tried that but it didn't give the expected result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 06:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217306#M588308</guid>
      <dc:creator />
      <dc:date>2010-12-09T06:36:31Z</dc:date>
    </item>
    <item>
      <title>Help in sorting bar chart dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217307#M588310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I suggest you to use " WILDMATCH " function in Sort - expression .&lt;/P&gt;&lt;P&gt;You have to define all ur periods sequencially &amp;amp; then make sort order "Ascending" . U will get result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhushan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 06:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217307#M588310</guid>
      <dc:creator />
      <dc:date>2010-12-09T06:51:54Z</dc:date>
    </item>
    <item>
      <title>Help in sorting bar chart dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217308#M588312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes got the result! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 06:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-sorting-bar-chart-dimension-field/m-p/217308#M588312</guid>
      <dc:creator />
      <dc:date>2010-12-09T06:58:11Z</dc:date>
    </item>
  </channel>
</rss>

