<?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 Sorting in bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266689#M100175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saaty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While pulling the data from the database you do ordering by date column.&amp;nbsp; Then in the chart you set the sort order as &lt;STRONG&gt;"Load Order".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps in fixing your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 05:26:02 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2011-11-30T05:26:02Z</dc:date>
    <item>
      <title>Sorting in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266687#M100173</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 am pulling data from oracle database.&amp;nbsp; Its a date field.&amp;nbsp; I don't want the entire date, so I am using to_char(Date, 'Mon YY') to extract Month and year.&lt;/P&gt;&lt;P&gt;I am using that in qlikview bar chart.&amp;nbsp; But I am not able to sort it in Jan to Dec.&amp;nbsp; Since it is a string am not able to sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&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, 30 Nov 2011 01:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266687#M100173</guid>
      <dc:creator />
      <dc:date>2011-11-30T01:38:34Z</dc:date>
    </item>
    <item>
      <title>Sorting in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266688#M100174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saaty*,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try this in sort expression : =Match(MonthField, $(=chr(39) &amp;amp; Replace(MonthNames, ';', chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this one solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 04:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266688#M100174</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-11-30T04:16:43Z</dc:date>
    </item>
    <item>
      <title>Sorting in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266689#M100175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saaty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While pulling the data from the database you do ordering by date column.&amp;nbsp; Then in the chart you set the sort order as &lt;STRONG&gt;"Load Order".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps in fixing your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 05:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266689#M100175</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-11-30T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266690#M100176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a new date field for your bar chart.&lt;/P&gt;&lt;P&gt;Reload your datefield again and add transformations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(date#(month(Date)&amp;amp;' '&amp;amp;year(Date), 'MMM YYYY'), 'MMM YY') as New_date&lt;/P&gt;&lt;P&gt;FROM ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: create month and year from date&lt;/P&gt;&lt;P&gt;Step 2: define the combined date field format by using date#&lt;/P&gt;&lt;P&gt;Step 3: define the conbined date field in the desired format with date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Qlikivew will indentify the field [Mon YY] as date and you can sort your bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG /&gt;&lt;IMG __jive_id="9075" alt="date test.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/9075_date+test.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 07:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266690#M100176</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2011-11-30T07:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266691#M100177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys! It worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-bar-chart/m-p/266691#M100177</guid>
      <dc:creator />
      <dc:date>2011-11-30T14:56:24Z</dc:date>
    </item>
  </channel>
</rss>

