<?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 Load inline with data from other tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220822#M73684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, thanks you anyway&lt;/P&gt;&lt;P&gt;Maybe you can give me an other way to do that then???&lt;/P&gt;&lt;P&gt;I have several tables, each one represents a different month and I want to make a link between them in oder to make a table under Qlikview which gives the datas by month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 14:55:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-12T14:55:54Z</dc:date>
    <item>
      <title>Load inline with data from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220820#M73682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every body,&lt;/P&gt;&lt;P&gt;I have a small problem with qlikview...&lt;/P&gt;&lt;P&gt;I want to make a LOAD INLINE, but with data that I get from an other table, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendrier:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;LibelleMois, Budget_ER, Realise_ER, Realise_ER_%, Marge, Marge%&lt;/P&gt;&lt;P&gt;janv., Objectif_Mensuel, ER, 100*(Objectiif_Mensuel-ER)/ER, Margin, 100*(ER-Margin)/Margin&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;where Obectif_Mensuel is already in a table named OBJECTIF so I want to get the amount of this data and put it in the LOAD INLINE, same thing for other datas...&lt;/P&gt;&lt;P&gt;Can someone help me please ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220820#M73682</guid>
      <dc:creator />
      <dc:date>2010-07-12T14:44:19Z</dc:date>
    </item>
    <item>
      <title>Load inline with data from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220821#M73683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load Inline with data from Other table is not possible because of following reason.&lt;/P&gt;&lt;P&gt;Inline&lt;A id="inline" name="inline"&gt;&lt;/A&gt; is used if data should be typed within the script, and not loaded from a file.&lt;/P&gt;&lt;P&gt;Data entered through an inline clause must be enclosed by &lt;A href="http://community.qlik.com/forums/t/Quotation_marks.htm"&gt;quotation marks&lt;/A&gt; or with square brackets. The text between these is interpreted in the same way as the content of a file. Hence, where you would insert a new line in a text file, you should also do it in the text of an inline clause, i.e. by pressing the &amp;lt;ENTER&amp;gt; key when typing the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220821#M73683</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-07-12T14:48:02Z</dc:date>
    </item>
    <item>
      <title>Load inline with data from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220822#M73684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see, thanks you anyway&lt;/P&gt;&lt;P&gt;Maybe you can give me an other way to do that then???&lt;/P&gt;&lt;P&gt;I have several tables, each one represents a different month and I want to make a link between them in oder to make a table under Qlikview which gives the datas by month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220822#M73684</guid>
      <dc:creator />
      <dc:date>2010-07-12T14:55:54Z</dc:date>
    </item>
    <item>
      <title>Load inline with data from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220823#M73685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to me that you should just do a 'normal' load:&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B&lt;BR /&gt;RESIDENT&lt;BR /&gt; Table1;&lt;/P&gt;&lt;P&gt;If you want to 'join' tables together I would think that CONCATENATE is what you want:&lt;/P&gt;&lt;P&gt;Table3:&lt;BR /&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B&lt;BR /&gt;RESIDENT&lt;BR /&gt; Table1;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B&lt;BR /&gt;RESIDENT&lt;BR /&gt; Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 15:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220823#M73685</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-07-12T15:42:51Z</dc:date>
    </item>
    <item>
      <title>Load inline with data from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220824#M73686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually we can say that I want to concatenate but I want to keep the different months&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Sum:&lt;BR /&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B&lt;BR /&gt;RESIDENT&lt;BR /&gt; January;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B&lt;BR /&gt;RESIDENT&lt;BR /&gt; February;&lt;/P&gt;&lt;P&gt;But how can I say this amount of column A comes from january and this one from february ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 16:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220824#M73686</guid>
      <dc:creator />
      <dc:date>2010-07-12T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Load inline with data from other tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220825#M73687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's impossible for me to say without understanding what you actually want to do, what the data represents and what format it is in.&lt;/P&gt;&lt;P&gt;If you mean how you can tell which data came from which source (i.e. which month) then you could do the following:&lt;/P&gt;&lt;P&gt;Sum:&lt;BR /&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B,&lt;BR /&gt; 'January' AS Month&lt;BR /&gt;RESIDENT&lt;BR /&gt; January;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; Column A,&lt;BR /&gt; Column B,&lt;BR /&gt; 'February' AS Month&lt;BR /&gt;RESIDENT&lt;BR /&gt; February;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 16:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-with-data-from-other-tables/m-p/220825#M73687</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-07-12T16:38:21Z</dc:date>
    </item>
  </channel>
</rss>

