<?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: concat order by expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1508038#M600656</link>
    <description>&lt;P&gt;How do you define your&amp;nbsp;&lt;STRONG&gt;Fiscal_Year_Quarter&lt;/STRONG&gt;&amp;nbsp;in the script?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Nov 2018 12:42:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-16T12:42:08Z</dc:date>
    <item>
      <title>concat order by expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507894#M600652</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to order by year &amp;amp; quarter desc (Q1-FY19,&lt;SPAN&gt;Q4-FY18,etc.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concat(distinct chr(39) &amp;amp; Fiscal_Year_Quarter &amp;amp; chr(39), ',',&lt;FONT color="#FF0000"&gt;????&lt;/FONT&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;In all my charts I order by expression &lt;STRONG&gt;&lt;FONT color="#000000"&gt;Num(Year&amp;amp;Replace(Quarter,'Q',''))&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;but it doesn't work here. Any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 10:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507894#M600652</guid>
      <dc:creator>Alex</dc:creator>
      <dc:date>2018-11-16T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: concat order by expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507911#M600653</link>
      <description>&lt;P&gt;try this:&lt;/P&gt;&lt;PRE&gt;concat(distinct chr(39) &amp;amp; Fiscal_Year_Quarter &amp;amp; chr(39), ',',num(right(Fiscal_Year_Quarter,2)&amp;amp;left(purgechar(Fiscal_Year_Quarter,'Q'),1)))&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Nov 2018 10:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507911#M600653</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-11-16T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: concat order by expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507913#M600654</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;can you share the screenshot?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 10:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507913#M600654</guid>
      <dc:creator>sasis551</dc:creator>
      <dc:date>2018-11-16T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: concat order by expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507973#M600655</link>
      <description>&lt;P&gt;Another approach would be to set up your &lt;STRONG&gt;Fiscal_Year_Quarter&lt;/STRONG&gt; field as a dual in your load script. Then you don't need to fiddle around with custom sort orders in your expressions.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/How-to-use-Dual/ta-p/1477054" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/How-to-use-Dual/ta-p/1477054&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/How-to-use-Dual/ta-p/1477054" target="_blank"&gt;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 11:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1507973#M600655</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2018-11-16T11:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: concat order by expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1508038#M600656</link>
      <description>&lt;P&gt;How do you define your&amp;nbsp;&lt;STRONG&gt;Fiscal_Year_Quarter&lt;/STRONG&gt;&amp;nbsp;in the script?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 12:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1508038#M600656</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-16T12:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: concat order by expression</title>
      <link>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1508200#M600657</link>
      <description>&lt;P&gt;It worked! Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 14:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concat-order-by-expression/m-p/1508200#M600657</guid>
      <dc:creator>Alex</dc:creator>
      <dc:date>2018-11-16T14:58:00Z</dc:date>
    </item>
  </channel>
</rss>

