<?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: Syntax for Load all columns in data editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144513#M20409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think all you need is to replace &lt;STRONG style="color: #ff0000;"&gt;ALL&lt;/STRONG&gt; with a &lt;STRONG style="color: #ff0000;"&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;LIB CONNECT TO [&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;(e45_lenovo)];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[portfolio]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL SELECT * FROM&amp;nbsp; &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;portfolio&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 23:02:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-25T23:02:57Z</dc:date>
    <item>
      <title>Syntax for Load all columns in data editor</title>
      <link>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144511#M20407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using this script in my data load editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[portfolio]:&lt;/P&gt;&lt;P&gt;LIB CONNECT TO [&lt;SPAN style="font-size: 13.3333px;"&gt;portfolio&lt;/SPAN&gt;(e45_lenovo)];&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt; [category] as CATEGORY, &lt;/P&gt;&lt;P&gt; [module] as MODULE, &lt;/P&gt;&lt;P&gt; [customeraccountid] as CUSTOMERACCOUNTID, &lt;/P&gt;&lt;P&gt; [customername] as CUSTOMERNAME&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;portfolio&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since now my tables will have increasing number of columns/ renamed columns, can i have a way to avoid mentioning the column names in my script? May be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[portfolio]:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LIB CONNECT TO [&lt;SPAN style="font-size: 13.3333px;"&gt;portfolio&lt;/SPAN&gt;(e45_lenovo)];&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD ALL&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;SQL SELECT * FROM&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;portfolio&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;Thanks, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Janani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 11:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144511#M20407</guid>
      <dc:creator>jananireddy</dc:creator>
      <dc:date>2016-05-25T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Load all columns in data editor</title>
      <link>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144512#M20408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you can, I've successfully loaded all columns using the following;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD *&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT * &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM db.view;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 16:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144512#M20408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-25T16:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Load all columns in data editor</title>
      <link>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144513#M20409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think all you need is to replace &lt;STRONG style="color: #ff0000;"&gt;ALL&lt;/STRONG&gt; with a &lt;STRONG style="color: #ff0000;"&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;LIB CONNECT TO [&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;portfolio&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;(e45_lenovo)];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;[portfolio]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SQL SELECT * FROM&amp;nbsp; &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;portfolio&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 23:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Syntax-for-Load-all-columns-in-data-editor/m-p/1144513#M20409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-25T23:02:57Z</dc:date>
    </item>
  </channel>
</rss>

