<?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: custom sort in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675010#M506706</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try giving max(Date) in sort by expression and sort in order that you want&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 19:44:26 GMT</pubDate>
    <dc:creator>Kashyap_R</dc:creator>
    <dc:date>2020-02-12T19:44:26Z</dc:date>
    <item>
      <title>custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1674719#M506697</link>
      <description>&lt;P&gt;I'm at a client site and I ONLY have the option to build new dashboards from the web portal in qlikview not the full application (so can't get to the back end code)&lt;/P&gt;&lt;P&gt;I have a field End_Date which looks like a date&amp;nbsp;&amp;nbsp; 01/02/2019&lt;/P&gt;&lt;P&gt;When trying to create a list box of the End_Date or a chart with x - axis being a date I noticed you can't sort it via date, it comes out I think in a load sort, not alphabetical and not date. I have tried to sort the objects a number of ways&lt;/P&gt;&lt;P&gt;as an expression&lt;/P&gt;&lt;P&gt;date(End_Date,'MMM-YY') - didn't work&lt;/P&gt;&lt;P&gt;as a custom sort&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;FONT color="#0000ff"&gt;Match&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;month&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;JOURNEY_END_DATE&lt;/FONT&gt;) &amp;amp; ' ' &amp;amp; &lt;FONT color="#0000ff"&gt;year&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;JOURNEY_END_DATE&lt;/FONT&gt;),&lt;BR /&gt;'Jan 19','Feb 19','Mar 19','Apr 19','May 19','Jun 19','Jul 19','Aug 19','Sep 19','Oct 19','Nov 19','Dec 19',&lt;BR /&gt;'Jan 20','Feb 20','Mar 20','Apr 20','May 20','Jun 20','Jul 20','Aug 20','Sep 20','Oct 20','Nov 20','Dec 20'&lt;BR /&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;But neither gives me the order I require. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;&amp;nbsp;Just to repeat I can only use the web portal so can't fix the data itself &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&lt;FONT size="4"&gt;thanks &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp; &lt;/FONT&gt;&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 19:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1674719#M506697</guid>
      <dc:creator>lee_williams</dc:creator>
      <dc:date>2024-11-16T19:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1674740#M506700</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try with :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Match(Date#(month(JOURNEY_END_DATE) &amp;amp; ' ' &amp;amp; year(JOURNEY_END_DATE),'MMM YY')   ,
'Jan 19','Feb 19','Mar 19','Apr 19','May 19','Jun 19','Jul 19','Aug 19','Sep 19','Oct 19','Nov 19','Dec 19',
'Jan 20','Feb 20','Mar 20','Apr 20','May 20','Jun 20','Jul 20','Aug 20','Sep 20','Oct 20','Nov 20','Dec 20'
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Feb 2020 10:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1674740#M506700</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-02-12T10:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1674780#M506703</link>
      <description>&lt;P&gt;No That doesn't work either&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1674780#M506703</guid>
      <dc:creator>lee_williams</dc:creator>
      <dc:date>2020-02-12T12:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675004#M506705</link>
      <description>&lt;P&gt;Hi Lee Williams,&lt;/P&gt;&lt;P&gt;looks like your field&amp;nbsp;&lt;SPAN&gt;End_Date is not a date field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So you first have to interpret this field as a date field: Date#(End_Date,&amp;nbsp; 'DD/MM/YYYY')&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you enter this definition into the chart properties Sort tab and sort by expression it should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675004#M506705</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2020-02-12T19:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675010#M506706</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try giving max(Date) in sort by expression and sort in order that you want&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675010#M506706</guid>
      <dc:creator>Kashyap_R</dc:creator>
      <dc:date>2020-02-12T19:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: custom sort</title>
      <link>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675238#M506707</link>
      <description>&lt;P&gt;don't quite understand how&lt;/P&gt;&lt;P&gt;Max(date)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - worked but it does&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;great&amp;nbsp; -perfect thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 10:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-sort/m-p/1675238#M506707</guid>
      <dc:creator>lee_williams</dc:creator>
      <dc:date>2020-02-13T10:46:06Z</dc:date>
    </item>
  </channel>
</rss>

