<?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 calculated dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527922#M1139273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my bar chart, it should show months on X-axes, but it showing order like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb, Mar, Jan, Dec, Nov, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to show like:&lt;/P&gt;&lt;P&gt;Nov,&amp;nbsp; Dec, Jan, Feb, Mar,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 07:29:03 GMT</pubDate>
    <dc:creator>prasadreddy</dc:creator>
    <dc:date>2013-10-09T07:29:03Z</dc:date>
    <item>
      <title>Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527918#M1139269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Below is my calculated dimension, so, i want to sort the bar chart by 'Month_Name' wise,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Month contains the data like: 201301, 201302, 201303, 201304&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Month_Name: Jan, Feb, Mar, Apr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Please update me ASAP,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(v_OVar1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt; = 0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Month_Name&lt;/SPAN&gt;&amp;amp; '-' &amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Left&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;,4),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;FY_Quarter&lt;/SPAN&gt;='Q1', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Qtr_Month&lt;/SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;FY_Quarter&lt;/SPAN&gt;='Q2', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Qtr_Month&lt;/SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;FY_Quarter&lt;/SPAN&gt;='Q3', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Qtr_Month&lt;/SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;FY_Quarter&lt;/SPAN&gt;='Q4', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Qtr_Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;))))&lt;BR /&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 14:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527918#M1139269</guid>
      <dc:creator>prasadreddy</dc:creator>
      <dc:date>2013-10-08T14:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527919#M1139270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; you could use the dual function or load the data in the correct order, so you could sort by load order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527919#M1139270</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-10-08T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527920#M1139271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as Barini said above, one more idea is you can load inline like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;NO, MONTH&lt;/P&gt;&lt;P&gt;1, Jan&lt;/P&gt;&lt;P&gt;2, feb,&lt;/P&gt;&lt;P&gt;3, mar&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....and so&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN USE EXPRESSION IN YOUR SORT ORDER, ON NO...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 15:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527920#M1139271</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-10-08T15:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527921#M1139272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Israr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or simply sort using expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(mid( [Month] ,5,2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you could use this expression if you prefer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num(month(date#( [Month_Name] ,'MMM')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 16:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527921#M1139272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527922#M1139273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my bar chart, it should show months on X-axes, but it showing order like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb, Mar, Jan, Dec, Nov, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to show like:&lt;/P&gt;&lt;P&gt;Nov,&amp;nbsp; Dec, Jan, Feb, Mar,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527922#M1139273</guid>
      <dc:creator>prasadreddy</dc:creator>
      <dc:date>2013-10-09T07:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527923#M1139274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in properties Sort-&amp;gt;Numeric Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527923#M1139274</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-09T07:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527924#M1139275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your sort order is fixed as Nov, Dec, Jan... Then in the sort tab select your calculated dimension and write in expression : =Match(Month_Name, 'Nov','Dec', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not work, please share your sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527924#M1139275</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-09T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527925#M1139276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you have to add the year, I think Nov and Dec are 2012, whereas the other month are related to 2013.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 07:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527925#M1139276</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-10-09T07:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527926#M1139277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #808080; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(v_OVar1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; = 0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;Dual(Month_Name&lt;/SPAN&gt;&amp;amp; '-' &amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Left&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #800000;"&gt;[Month]&lt;/SPAN&gt;,4), [Month])..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 08:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527926#M1139277</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-09T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting calculated dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527927#M1139278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, but still it is showing order like:&lt;/P&gt;&lt;P&gt;Feb, Mar, Jan, Dec, Nov,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 08:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-calculated-dimension/m-p/527927#M1139278</guid>
      <dc:creator>prasadreddy</dc:creator>
      <dc:date>2013-10-09T08:52:59Z</dc:date>
    </item>
  </channel>
</rss>

