<?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: How to do calculated dimensional sort in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820363#M289194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimension is not necessary, then you could put this logic in load script. Sorting can be handled easily. Another part of it is , calculated dimensions will consume more time than normal fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 07:01:22 GMT</pubDate>
    <dc:creator>manojkulkarni</dc:creator>
    <dc:date>2015-02-19T07:01:22Z</dc:date>
    <item>
      <title>How to do calculated dimensional sort</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820360#M289191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a calculated dimension as said below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(points&amp;gt;0, if((Last_bill_date-first_bill_date)&amp;lt;30,'&amp;lt;30',if(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;(Last_bill_date-first_bill_date&lt;/SPAN&gt;)&amp;lt;60,'30-60'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sort this like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;30&lt;/P&gt;&lt;P&gt;30-60 and on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody please help me on the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 11:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820360#M289191</guid>
      <dc:creator />
      <dc:date>2015-02-17T11:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to do calculated dimensional sort</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820361#M289192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;Try sorting by &lt;STRONG&gt;Avg(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Last_bill_date-first_bill_date)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78359_pastedImage_4.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried sorting it by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Last_bill_date-first_bill_date?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820361#M289192</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-17T15:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to do calculated dimensional sort</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820362#M289193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea is the when you sort by the &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Avg(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Last_bill_date-first_bill_date), &lt;/STRONG&gt;it will be in the same order as the ranges itself: so average of &amp;lt;30 would also be below 30 and average of 30-60 would be between those two numbers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 15:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820362#M289193</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-17T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to do calculated dimensional sort</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820363#M289194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimension is not necessary, then you could put this logic in load script. Sorting can be handled easily. Another part of it is , calculated dimensions will consume more time than normal fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 07:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-calculated-dimensional-sort/m-p/820363#M289194</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-02-19T07:01:22Z</dc:date>
    </item>
  </channel>
</rss>

