<?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: Sort by expression line chart is not working in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2070989#M573</link>
    <description>&lt;P&gt;Tried them, still not working.&lt;/P&gt;
&lt;P&gt;not sure what wrong I am doing here.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 May 2023 08:06:35 GMT</pubDate>
    <dc:creator>Punit</dc:creator>
    <dc:date>2023-05-14T08:06:35Z</dc:date>
    <item>
      <title>Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2068632#M550</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to show the current year vs last year's performance by month in a line chart.&lt;/P&gt;
&lt;P&gt;However, when I select date range from mid 2022(say 1st May 2022) till last month(30th April 2023). It doesn't sort in chronological order, I already tried multiple ways.&lt;/P&gt;
&lt;P&gt;Somewhere I read it works when sorted by Year, It did work for me the day I implemented it. But now as I see the chart its again back to same random pattern. Not sure if its an issue on Qlik side?&lt;/P&gt;
&lt;P&gt;Please guide.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2068632#M550</guid>
      <dc:creator>Punit</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2068724#M552</link>
      <description>&lt;P&gt;Sort expression: =Month(Date#(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;MonthField&lt;/STRONG&gt;&lt;/FONT&gt;,'MMM'))&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Match(Only({1} &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;MonthField&lt;/STRONG&gt;&lt;/FONT&gt;)'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec')&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 14:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2068724#M552</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-05-08T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2068805#M553</link>
      <description>&lt;P&gt;Still not working for me. Just to clarify date range selected is 1st May 2022 to 30th April 2023. I want the months to appear in sequence May, Jun, Jul, Aug, ..., Jan, Feb, Mar, April&lt;/P&gt;
&lt;P&gt;But why would it be Oct, Apr, Jan.. as seen in the attached pic. It seems an issue with Qlik Saas.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 16:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2068805#M553</guid>
      <dc:creator>Punit</dc:creator>
      <dc:date>2023-05-08T16:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2069033#M555</link>
      <description>&lt;P&gt;I get that you trying to sort considering the current month as the first. &lt;/P&gt;
&lt;P&gt;=If(Month(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;MonthField&lt;/STRONG&gt;&lt;/FONT&gt;)-Month(Today())&amp;lt;0, (Month(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;MonthField&lt;/STRONG&gt;&lt;/FONT&gt;)-Month(Today())+12),(Month(&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;MonthField&lt;/STRONG&gt;&lt;/FONT&gt;)-Month(Today())))&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 08:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2069033#M555</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-05-09T08:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2069049#M556</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try to sort by MonthYear field or Date field.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 08:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2069049#M556</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-05-09T08:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2070989#M573</link>
      <description>&lt;P&gt;Tried them, still not working.&lt;/P&gt;
&lt;P&gt;not sure what wrong I am doing here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 08:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2070989#M573</guid>
      <dc:creator>Punit</dc:creator>
      <dc:date>2023-05-14T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by expression line chart is not working</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2071003#M574</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using Pick(Match()) try to generate seq. number as per your requirement, please use below script,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VishalWaghole_0-1684055435253.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107106i54B7794A679A2B50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VishalWaghole_0-1684055435253.png" alt="VishalWaghole_0-1684055435253.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have plotted May as 1st and Apr as&amp;nbsp; 1 2 number of month using Pick(Match()) and used same field in sorting option under expression,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VishalWaghole_1-1684055540913.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107107i2C9FEB49098B17F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VishalWaghole_1-1684055540913.png" alt="VishalWaghole_1-1684055540913.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope it will work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You,&lt;/P&gt;
&lt;P&gt;Vishal Waghole&lt;/P&gt;</description>
      <pubDate>Sun, 14 May 2023 09:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Sort-by-expression-line-chart-is-not-working/m-p/2071003#M574</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2023-05-14T09:12:59Z</dc:date>
    </item>
  </channel>
</rss>

