<?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 a QlilKView straight table into the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838876#M294888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, &lt;/P&gt;&lt;P&gt;you can implement the same logic which you have used in the straight table in Qlikview script with resident load&lt;/P&gt;&lt;P&gt;with if else analysis instead of set analysis for aggregation and then group by for dimensions&lt;/P&gt;&lt;P&gt;note: you will have to join the tables in case you are adding fields from different tables in dimension of straight table.&lt;/P&gt;&lt;P&gt;because resident is possible only on single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally agree that the aggregation on front end charts is quite faster than the time is takes at the script level.&lt;/P&gt;&lt;P&gt;but unfortunately there is no way to pull the straight table level data in qv script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Apr 2015 11:50:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-04T11:50:33Z</dc:date>
    <item>
      <title>Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838868#M294880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope this is not a stupid question.&lt;/P&gt;&lt;P&gt;Is it possible to load into the script a table present in the same Application?&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;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838868#M294880</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2015-04-01T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838869#M294881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can extract the table into Excel and load it into the application, but not entirely sure if you can load a straight table inside the application into the same application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838869#M294881</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-01T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838870#M294882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can include inline load statement in your script to load a data typed in the script.&amp;nbsp; I think that there are no limitation on number of records&lt;/P&gt;&lt;P&gt;However, you may copy from excel sheet the data and paste it into your script having the load * Inline statement preceding the data&lt;/P&gt;&lt;P&gt;&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; F1, F2, F3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, B, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, D, F&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 18:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838870#M294882</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2015-04-01T18:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838871#M294883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;thank you for your answers,&lt;/P&gt;&lt;P&gt;I appreciate your suggestions to extract the table into excel or copy from a excel sheet.&lt;/P&gt;&lt;P&gt;Actually I was asking an automatic system to load a straight table without any manual proceeding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other solutions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838871#M294883</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2015-04-02T12:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838872#M294884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Your question is not clear &lt;/P&gt;&lt;P&gt;you may load data from any external DB or Text files. &lt;/P&gt;&lt;P&gt;May be you are referring to resident load. Which means you already have the table loaded from external DB or Text and we want to load it into different table.&amp;nbsp; if this is the case, this is called resident load.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Table2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Product,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Group,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;[Sale Price]&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Resident Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 18:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838872#M294884</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2015-04-02T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838873#M294885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ziad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think all he is looking for a way to dynamically load data from a straight table from a qvw to its own script. I don't see why anyone would do that, but that is what he is trying to accomplish here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 20:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838873#M294885</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T20:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838874#M294886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunny&lt;/P&gt;&lt;P&gt;thanks to have understood my question. The reason why I am looking to load data from a straight table is that the expressions in the table are connected to each other and it would be easier load the results of these expressions instead do a more complicated formula. I know there should be another solution, using different functions, but it is impossible to explain what I am looking for without show my data and I can't do that.&lt;/P&gt;&lt;P&gt;In any case it seems there is no possibility to load a straight table dynamically.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Italy Andrea is a male name &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 10:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838874#M294886</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2015-04-04T10:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838875#M294887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My heart felt apologies. I have never came across a guy with that name and in my shortsightedness I did not think that Andrea could be a guy's name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 11:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838875#M294887</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-04T11:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838876#M294888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, &lt;/P&gt;&lt;P&gt;you can implement the same logic which you have used in the straight table in Qlikview script with resident load&lt;/P&gt;&lt;P&gt;with if else analysis instead of set analysis for aggregation and then group by for dimensions&lt;/P&gt;&lt;P&gt;note: you will have to join the tables in case you are adding fields from different tables in dimension of straight table.&lt;/P&gt;&lt;P&gt;because resident is possible only on single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally agree that the aggregation on front end charts is quite faster than the time is takes at the script level.&lt;/P&gt;&lt;P&gt;but unfortunately there is no way to pull the straight table level data in qv script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2015 11:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838876#M294888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-04T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load a QlilKView straight table into the script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838877#M294889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhagirath&lt;/P&gt;&lt;P&gt;thank you for your answer. I am sorry for the delay in answering you but I was away for a business trip.&lt;/P&gt;&lt;P&gt;I understand the concept of your solution, but I have never used the resident load in this way. Might you send me a script as a sample, so that I can complete it with my datas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-a-QlilKView-straight-table-into-the-script/m-p/838877#M294889</guid>
      <dc:creator>andyrebs</dc:creator>
      <dc:date>2015-04-14T11:01:06Z</dc:date>
    </item>
  </channel>
</rss>

