<?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: ordering categories in a graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261887#M1180353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silvia,&lt;/P&gt;&lt;P&gt;if you got a individuel sort order for a field, you can create an additional table containing the according field and a order-field to use it for sorting in your charts. &lt;/P&gt;&lt;P&gt;Check out the second chart in my little example app. The Column Name is sorted by expression --&amp;gt; Field Sortorder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2012 10:05:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-10T10:05:56Z</dc:date>
    <item>
      <title>ordering categories in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261886#M1180352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....&lt;/P&gt;&lt;P&gt;does anyone know how I can give a personalized order to columns in a chart?&lt;/P&gt;&lt;P&gt;I found only other ordering criteria such as alphabetic order, numbers....&lt;/P&gt;&lt;P&gt;In this case I need to order the second dimension of a chart.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/P&gt;&lt;P&gt;the order should be "rete"-"prodotto"-"servizi"-"marchio"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thank you very much in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Silvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 07:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261886#M1180352</guid>
      <dc:creator />
      <dc:date>2012-01-10T07:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: ordering categories in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261887#M1180353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silvia,&lt;/P&gt;&lt;P&gt;if you got a individuel sort order for a field, you can create an additional table containing the according field and a order-field to use it for sorting in your charts. &lt;/P&gt;&lt;P&gt;Check out the second chart in my little example app. The Column Name is sorted by expression --&amp;gt; Field Sortorder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 10:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261887#M1180353</guid>
      <dc:creator />
      <dc:date>2012-01-10T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: ordering categories in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261888#M1180354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately with the free edition I cannot open the file you attached to your message....&lt;/P&gt;&lt;P&gt;anyway, I try to follow your instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;Bye Silvia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 08:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261888#M1180354</guid>
      <dc:creator />
      <dc:date>2012-01-11T08:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: ordering categories in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261889#M1180355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the load-script snippet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DimTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Name, Prename, Val&lt;/P&gt;&lt;P&gt;marchio, Reste, 100&lt;/P&gt;&lt;P&gt;rete, Alfonso, 200&lt;/P&gt;&lt;P&gt;prodotto, Amalia, 300&lt;/P&gt;&lt;P&gt;servizi, Guiseppe, 400&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SortTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Name, SortOrder&lt;/P&gt;&lt;P&gt;rete, 1&lt;/P&gt;&lt;P&gt;prodotto,2&lt;/P&gt;&lt;P&gt;servizi,3&lt;/P&gt;&lt;P&gt;marchio,4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After loading build for ex. a straight table chart with Dims = Name and Prename and &lt;/P&gt;&lt;P&gt;a simple expression like sum(Val).&lt;/P&gt;&lt;P&gt;In sort tab check "Sort&amp;nbsp; By Expression" for Name and put in "SortOrder" into expression editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got problems with it, post your app. People with an fully licenced version can open it&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 09:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-categories-in-a-graph/m-p/261889#M1180355</guid>
      <dc:creator />
      <dc:date>2012-01-11T09:04:24Z</dc:date>
    </item>
  </channel>
</rss>

