<?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 a graph on grouped date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160404#M34690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a graph that shows a grouped date along the x-axis (either Month-Year or Qtr-Year). The values are showing up out of order. I have tried a bunch of different sorts, but none of them are working right. Do you have any idea how I can get this to sort correctly?&lt;/P&gt;&lt;P&gt;So, the x-axis is showing Jul-2010, Dec-2009, May-2010, etc.... I would like it to show in order by the year and then the month (or quarter).&lt;/P&gt;&lt;P&gt;So, I would like it to show Jan-2007, Feb-2007, ....... Jan-2008, Feb-2008.........., Jan-2009, Feb-2009, etc&lt;/P&gt;&lt;P&gt;I am new to Qlikview and am not sure where to start to fix this issue.&lt;/P&gt;&lt;P&gt;Thanks in advance for any help you can give me!&lt;/P&gt;&lt;P&gt;Naomi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 16:29:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-13T16:29:40Z</dc:date>
    <item>
      <title>Sorting a graph on grouped date</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160404#M34690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a graph that shows a grouped date along the x-axis (either Month-Year or Qtr-Year). The values are showing up out of order. I have tried a bunch of different sorts, but none of them are working right. Do you have any idea how I can get this to sort correctly?&lt;/P&gt;&lt;P&gt;So, the x-axis is showing Jul-2010, Dec-2009, May-2010, etc.... I would like it to show in order by the year and then the month (or quarter).&lt;/P&gt;&lt;P&gt;So, I would like it to show Jan-2007, Feb-2007, ....... Jan-2008, Feb-2008.........., Jan-2009, Feb-2009, etc&lt;/P&gt;&lt;P&gt;I am new to Qlikview and am not sure where to start to fix this issue.&lt;/P&gt;&lt;P&gt;Thanks in advance for any help you can give me!&lt;/P&gt;&lt;P&gt;Naomi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 16:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160404#M34690</guid>
      <dc:creator />
      <dc:date>2010-08-13T16:29:40Z</dc:date>
    </item>
    <item>
      <title>Sorting a graph on grouped date</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160405#M34691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the properties of the graph, sort, promote the date dimesion to the top, uncheck everything (including for all other dimensions), check the load order box (original)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 16:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160405#M34691</guid>
      <dc:creator />
      <dc:date>2010-08-13T16:57:08Z</dc:date>
    </item>
    <item>
      <title>Sorting a graph on grouped date</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160406#M34692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have mentioned that it is using a field that is already a combination of the Month-Year or Qtr-Year. It is not an actual date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 19:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160406#M34692</guid>
      <dc:creator />
      <dc:date>2010-08-13T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Sorting a graph on grouped date</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160407#M34693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;have you tried this?&lt;/P&gt;&lt;P&gt;go to the sort tab&lt;/P&gt;&lt;P&gt;mark the "sort by expression" check box&lt;/P&gt;&lt;P&gt;insert this expression:&lt;/P&gt;&lt;P&gt;=Year(yourDateField)*100 + month(yourDateField )&lt;/P&gt;&lt;P&gt;(or if you have already the fields for Year and Month you can use them in the expression.&lt;/P&gt;&lt;P&gt;usuely when i create a master calander table i include a field with this expression right from the script and call it Sort and then i can use it in the Expression of the sort tab in any object.&lt;/P&gt;&lt;P&gt;of course this will only work if all your different date fields are based on the same base value&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Aug 2010 07:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-graph-on-grouped-date/m-p/160407#M34693</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-08-14T07:57:53Z</dc:date>
    </item>
  </channel>
</rss>

