<?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: Sorting Qliksense bar chart in chronological order in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619815#M46147</link>
    <description>&lt;P&gt;Hmm... it's hard to say without looking at the application. It looks like you are not getting any sort order value for your unsorted months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try to only sort by last years months by applying your set.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Only({$&amp;lt;ID ={'$(v_ID)'},Year = {'$(vMaxYear-1)'},Month_Name=,Month_Year=&amp;gt;}Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this doesn't work it then my tip is to do the following in order to understand what's going on.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Make a copy of your chart&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Transform it into a straight table&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Add your sort order expression as a measure in your table&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Adjust it so you get a numeric value per row that correspond to your desired sort order&lt;/LI&gt;&lt;LI&gt;Copy this expression back into the sort order for your original chart.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Good luck&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2019 05:51:04 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-09-04T05:51:04Z</dc:date>
    <item>
      <title>Sorting Qliksense bar chart in chronological order</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619349#M46115</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Kindly help me to sort to show below chart in chronological order of month. In this i am comparing Current year vs last year data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18326iF685DC7C4C3A1B13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normal view giving me the chart in chronological order if i select particular year say 2019, chart alignment is going like above screenshot. Kindly help to fix this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my expression:&lt;/P&gt;&lt;P&gt;Measure 1: Sum({$&amp;lt;ID ={'$(v_ID)'},Year = {'$(vMaxYear)'},Month_Name=,Month_Year=&amp;gt;}value)&lt;BR /&gt;Measure 2: Sum({$&amp;lt;ID ={'$(v_ID)'},Year = {'$(vMaxYear-1)'},Month_Name=,Month_Year=&amp;gt;}value)&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619349#M46115</guid>
      <dc:creator>mkb_Qlik</dc:creator>
      <dc:date>2024-11-16T20:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Qliksense bar chart in chronological order</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619358#M46117</link>
      <description>&lt;P&gt;How doea the chart sorting property look like? You could try to change it to this expression with ascending&amp;nbsp; order.&lt;/P&gt;&lt;P&gt;=Only({1}Month)&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 21:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619358#M46117</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-02T21:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Qliksense bar chart in chronological order</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619475#M46125</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Vegar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I used expression to sort the month in chronological order but this is working well in normal view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i filter 2019 data then alignment getting jumpled.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 13:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619475#M46125</guid>
      <dc:creator>mkb_Qlik</dc:creator>
      <dc:date>2019-09-03T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Qliksense bar chart in chronological order</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619815#M46147</link>
      <description>&lt;P&gt;Hmm... it's hard to say without looking at the application. It looks like you are not getting any sort order value for your unsorted months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try to only sort by last years months by applying your set.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Only({$&amp;lt;ID ={'$(v_ID)'},Year = {'$(vMaxYear-1)'},Month_Name=,Month_Year=&amp;gt;}Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this doesn't work it then my tip is to do the following in order to understand what's going on.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Make a copy of your chart&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Transform it into a straight table&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Add your sort order expression as a measure in your table&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Adjust it so you get a numeric value per row that correspond to your desired sort order&lt;/LI&gt;&lt;LI&gt;Copy this expression back into the sort order for your original chart.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 05:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Qliksense-bar-chart-in-chronological-order/m-p/1619815#M46147</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-04T05:51:04Z</dc:date>
    </item>
  </channel>
</rss>

