<?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 a calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394543#M812347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a date field? May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max({1} Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 15:39:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-10-04T15:39:38Z</dc:date>
    <item>
      <title>Sorting a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394540#M812344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below columns in a pivot table from a single calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2Q 2016&lt;/P&gt;&lt;P&gt;3Q 2016&lt;/P&gt;&lt;P&gt;4Q 2016&lt;/P&gt;&lt;P&gt;1Q 2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I sort them to be in above sequence? I get the below result when using &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; in Sort tab =&amp;gt; Expression&lt;/P&gt;&lt;P&gt;1Q 2017&lt;/P&gt;&lt;P&gt;2Q 2016&lt;/P&gt;&lt;P&gt;3Q 2016&lt;/P&gt;&lt;P&gt;4Q 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394540#M812344</guid>
      <dc:creator>newqlik2017</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394541#M812345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right(Dim,4)*1000+left(Dim,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sort in Ascending order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 15:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394541#M812345</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-10-04T15:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394542#M812346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a Date column, you an use that in sort expression and sort in Ascending Order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 15:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394542#M812346</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-10-04T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394543#M812347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a date field? May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max({1} Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 15:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394543#M812347</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-04T15:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394544#M812348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked, Sunny. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 17:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-a-calculated-dimension/m-p/1394544#M812348</guid>
      <dc:creator>newqlik2017</dc:creator>
      <dc:date>2017-10-04T17:31:03Z</dc:date>
    </item>
  </channel>
</rss>

