<?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 ordering a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264286#M99382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There probably is and I recall having done one long long time ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow you need to assign it a numeric value at the same time that it is a text value i.e. like the DUAL() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUAL is used in script but I can't remember what I did to solve this riddle. are you in v11? if so, try adding a dummy dimension that is hidden and sort the table on that hidden dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 14:13:36 GMT</pubDate>
    <dc:creator>avastani</dc:creator>
    <dc:date>2012-02-08T14:13:36Z</dc:date>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264280#M99376</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 have created a chart with a grouped dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is 0 1-10 11-20 21-30 31-40 41-50 51-56 57-70 70-90 91-120 121+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however the dimension on the graph is showing as 0 1-10 11-20 121+ 21-30 31-40 41-50 51-56 57-70 70-90 91-120&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas on how to solve this problem so that it is in the correct order of 0 1-10 11-20 21-30 31-40 41-50 51-56 57-70 70-90 91-120 121+ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 13:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264280#M99376</guid>
      <dc:creator />
      <dc:date>2012-02-08T13:50:59Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264281#M99377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a second field in that INLINE table called DimensionSortOrder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dimension, DimensionSortOrder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b, 2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the chart, do an expression sort on the dimension using the DimensionSortOrder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 13:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264281#M99377</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2012-02-08T13:58:14Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264282#M99378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i tried this but it didnt work, as the dimension is a calculated dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264282#M99378</guid>
      <dc:creator />
      <dc:date>2012-02-08T14:00:19Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264283#M99379</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;&lt;/P&gt;&lt;P&gt;If this values "0 1-10 11-20 21-30 31-40 41-50 51-56 57-70 70-90 91-120 121+" are static create an inline table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order&lt;/P&gt;&lt;P&gt;0 1-10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;11-20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&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;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in sort tab use the Load order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264283#M99379</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-08T14:05:13Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264284#M99380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated Dimension is never a good idea unless absolutely required to. Can you not use an INLINE table and build the Dimension? Calc Dims are the hardest on performance and drag the app down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264284#M99380</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2012-02-08T14:05:34Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264285#M99381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i need to use a calculated dimension and it hasnt brought the performance time down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there no way of doing this with a calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264285#M99381</guid>
      <dc:creator />
      <dc:date>2012-02-08T14:09:44Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264286#M99382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There probably is and I recall having done one long long time ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow you need to assign it a numeric value at the same time that it is a text value i.e. like the DUAL() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DUAL is used in script but I can't remember what I did to solve this riddle. are you in v11? if so, try adding a dummy dimension that is hidden and sort the table on that hidden dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264286#M99382</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2012-02-08T14:13:36Z</dc:date>
    </item>
    <item>
      <title>ordering a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264287#M99383</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;Can you attach sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 14:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ordering-a-dimension/m-p/264287#M99383</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-08T14:21:58Z</dc:date>
    </item>
  </channel>
</rss>

