<?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: Quick ways to load into a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873907#M997098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can tab1 be empty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean never be loaded into? So 'tab1:' initiates a blank table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I use autonumber on a concatenated string to make it unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I lose the order of the 2 elements in the sort order, ie name and location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So then I need to sort those 2 elements as sort by text does not work in a expression, I need to sort in the load order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 15:37:12 GMT</pubDate>
    <dc:creator>tinkerz1</dc:creator>
    <dc:date>2015-07-02T15:37:12Z</dc:date>
    <item>
      <title>Quick ways to load into a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873904#M997095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you wildcard from a load table like the below script and it will use the aliases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P class="Code"&gt;tab1: &lt;/P&gt;&lt;P class="Code"&gt;Select * from transtable; &lt;/P&gt;&lt;P class="Code"&gt;Load * resident tab1 order by C desc, B asc, 1 desc; &lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Will that work?&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Thanks,&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873904#M997095</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-07-02T15:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Quick ways to load into a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873905#M997096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tab1: &lt;/P&gt;&lt;P class="Code"&gt;Select * from transtable; &lt;/P&gt;&lt;P class="Code"&gt;Load * resident tab1 order by C desc, B asc, 1 desc; &lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;it works and concatenates the 2 tables result, but why you do not order in the select? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873905#M997096</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-02T15:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Quick ways to load into a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873906#M997097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;Select * from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;transtable;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load * resident tab1 order by C desc, B asc, 1 desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table tab1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873906#M997097</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-02T15:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Quick ways to load into a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873907#M997098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can tab1 be empty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean never be loaded into? So 'tab1:' initiates a blank table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I use autonumber on a concatenated string to make it unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I lose the order of the 2 elements in the sort order, ie name and location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So then I need to sort those 2 elements as sort by text does not work in a expression, I need to sort in the load order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Quick-ways-to-load-into-a-resident-table/m-p/873907#M997098</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-07-02T15:37:12Z</dc:date>
    </item>
  </channel>
</rss>

