<?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: Re: chart x- axis sorting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640921#M234810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached. Used duals in the calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;if(BUCKET&amp;lt;0, Dual('OOC', 0),&lt;/P&gt;&lt;P&gt;if(BUCKET=1, Dual('1 month', 1),&lt;/P&gt;&lt;P&gt;if(BUCKET=2 or BUCKET=3, Dual('2 to 3 months', 2),&lt;/P&gt;&lt;P&gt;if(BUCKET=4 or BUCKET=5 or BUCKET=6, Dual('4 to 6 months', 4),&lt;/P&gt;&lt;P&gt;if(BUCKET=7 or BUCKET=8 or BUCKET=9 or BUCKET=10 or BUCKET=11 or BUCKET=12, Dual('7 to 12 months', 7),&lt;/P&gt;&lt;P&gt;Dual('&amp;gt;12 months', 12)&lt;/P&gt;&lt;P&gt;)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 12:27:03 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-06-05T12:27:03Z</dc:date>
    <item>
      <title>chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640912#M234801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a chart in attached qlikview file. I want to sort x-axis values as follows&lt;/P&gt;&lt;P&gt;OOC,&lt;/P&gt;&lt;P&gt;1 month,&lt;/P&gt;&lt;P&gt;2 to 3 months&lt;/P&gt;&lt;P&gt;4 to 6 months&lt;/P&gt;&lt;P&gt;&amp;gt;12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I have to write some condition under sort tab but I'm not getting which condition to write there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with sum(bucket), count(bucket). But they are not giving required result. So please help me sort x-axis in the way I have explained above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640912#M234801</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640913#M234802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use match function as an expression in the sort tab of the chart properties&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;match(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '4 to 6 months','2 to 3 months','1 to 2 months','1 Month') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks and Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Padma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640913#M234802</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640914#M234803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Month in above expression??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I'm having "bucket" column using which following text values are assigned. And then that is used as dimension in chart.&lt;/P&gt;&lt;P&gt;OOC,&lt;/P&gt;&lt;P&gt;1 month,&lt;/P&gt;&lt;P&gt;2 to 3 months&lt;/P&gt;&lt;P&gt;4 to 6 months&lt;/P&gt;&lt;P&gt;&amp;gt;12 months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640914#M234803</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640915#M234804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go in sort tab and take a look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640915#M234804</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-05T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640916#M234805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case 'month' is not a dimension.&amp;nbsp; The buckets are calculated dimensions that the OP created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640916#M234805</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640917#M234806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/Alexandros17"&gt;Alexandros17&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;Thanks for the reply.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;I my case I think I have to work with BUCKET column values instead of its sum. Because the order in which the values need to be displayed is as below and it remains the same irrespective of whatever is sum(BUCKET) value.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OOC,&lt;/P&gt;&lt;P&gt;1 month,&lt;/P&gt;&lt;P&gt;2 to 3 months&lt;/P&gt;&lt;P&gt;4 to 6 months&lt;/P&gt;&lt;P&gt;&amp;gt;12 months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640917#M234806</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640918#M234807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the dual function in your calculated dimension to get the solution.&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640918#M234807</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640919#M234808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel instead of creating calculated dimension it's better to create an another field in the script itself. So that you can create an order by defining the order in another flag filed or you can use load order to sort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640919#M234808</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640920#M234809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month is whatever dimension or expression you would like to sort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640920#M234809</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640921#M234810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached. Used duals in the calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;if(BUCKET&amp;lt;0, Dual('OOC', 0),&lt;/P&gt;&lt;P&gt;if(BUCKET=1, Dual('1 month', 1),&lt;/P&gt;&lt;P&gt;if(BUCKET=2 or BUCKET=3, Dual('2 to 3 months', 2),&lt;/P&gt;&lt;P&gt;if(BUCKET=4 or BUCKET=5 or BUCKET=6, Dual('4 to 6 months', 4),&lt;/P&gt;&lt;P&gt;if(BUCKET=7 or BUCKET=8 or BUCKET=9 or BUCKET=10 or BUCKET=11 or BUCKET=12, Dual('7 to 12 months', 7),&lt;/P&gt;&lt;P&gt;Dual('&amp;gt;12 months', 12)&lt;/P&gt;&lt;P&gt;)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640921#M234810</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-06-05T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640922#M234811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... I think this is a mistake unless you use an aggregation function ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640922#M234811</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-05T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640923#M234812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640923#M234812</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640924#M234813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple rows with same values, when you write bucket which value (and row) satisfy the condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640924#M234813</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-06-05T12:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640925#M234814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, this would be ideal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640925#M234814</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640926#M234815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Jacob &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640926#M234815</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640927#M234816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;Krupasagar ,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;Yes this is a better way to do it.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 12:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640927#M234816</guid>
      <dc:creator />
      <dc:date>2014-06-05T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: chart x- axis sorting</title>
      <link>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640928#M234817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem homie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 13:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-x-axis-sorting/m-p/640928#M234817</guid>
      <dc:creator />
      <dc:date>2014-06-05T13:00:07Z</dc:date>
    </item>
  </channel>
</rss>

