<?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: Load dimension in particular order in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182529#M628427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Andrew..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 10:31:36 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2016-09-13T10:31:36Z</dc:date>
    <item>
      <title>Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182525#M628423</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 have a dimension called channel and in that i have fields like a,b,c,d,e.. Now i want to load in particular order like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e,b,c,a,d..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how can i achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182525#M628423</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-09-13T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182526#M628424</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;When you say load, do you mean while showing on frontend it should be shown in defined order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes then you can use the Expression option under sorting tab.&lt;/P&gt;&lt;P&gt;The expression will be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Value = 'e',1,&lt;/P&gt;&lt;P&gt;If(Value = 'b',2,&lt;/P&gt;&lt;P&gt;If(Value = 'c,3,&lt;/P&gt;&lt;P&gt;If(Value = 'a',4,&lt;/P&gt;&lt;P&gt;If(Value = 'd',5,....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182526#M628424</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-09-13T10:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182527#M628425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Channel,&lt;/P&gt;&lt;P&gt;Match(Channel,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;e','b','c','a','d',..) as LoadOrder,&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;/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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Channel, //exclude LoadOrder field or else load * withNoConcatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident Temp Order by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LoadOrder;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Drop Table Temp;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Cheers&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182527#M628425</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-09-13T10:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182528#M628426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot...Slight confusion..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182528#M628426</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-09-13T10:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182529#M628427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Andrew..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182529#M628427</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-09-13T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182530#M628428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Please tell me whats the confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182530#M628428</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-09-13T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182531#M628429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.. i m saying that i am bit confused because&amp;nbsp; i have done this but i forget...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182531#M628429</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-09-13T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182532#M628430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182532#M628430</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-09-13T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182533#M628431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if when there is 120 values in single field and required to load in the proper order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 11:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182533#M628431</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-09-13T11:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load dimension in particular order</title>
      <link>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182534#M628432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the load order was defined in a separate table of 120 values in the order we want we can load this first table with an autonumber field. The fact table can then be loaded as a temp table with an autonumber field on this dimension and then the facts can be loaded from this temp resident table ordered by that &lt;SPAN style="font-size: 13.3333px;"&gt;autonumber&lt;/SPAN&gt; field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 12:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-dimension-in-particular-order/m-p/1182534#M628432</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-09-13T12:12:05Z</dc:date>
    </item>
  </channel>
</rss>

