<?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 * + additional Transactions ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320246#M1185186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check it that the variables:&lt;/P&gt;&lt;P&gt;VAL_x1,VAL_y1&lt;/P&gt;&lt;P&gt;is in Table_A or not.&lt;/P&gt;&lt;P&gt;As Table_A is resident by you so the variables used by you in the formula must be present in Table_A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. both the variables are of same data type i.e integers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 11:41:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-15T11:41:04Z</dc:date>
    <item>
      <title>LOAD * + additional Transactions ?</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320243#M1185183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning/afternoón (depends on where you are)&lt;/P&gt;&lt;P&gt;is it possible, to shorten a load statement with * (i know, this is, but here comes the fun part) AND use ADDITIONAL formulas etc. during load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried this, but its not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_B:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;/P&gt;&lt;P&gt;(VAL_x1/VAL_y1-1) as result-E1,&lt;BR /&gt;(VAL_x2/VAL_y2-1) as result-E2,&lt;/P&gt;&lt;P&gt;(VAL_x2/VAL_y2-1) as result-E3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Table_A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the goal was, to make the load statement more readable and saving space in the code by not having to write down all the other (old) fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 09:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320243#M1185183</guid>
      <dc:creator />
      <dc:date>2011-11-15T09:45:52Z</dc:date>
    </item>
    <item>
      <title>LOAD * + additional Transactions ?</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320244#M1185184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as you are applying a formula in the load then make sure that the values used i.e VAL_x1,VAL_x2,VAL_y2 and VAL_y1 must be loaded before appling the formula and must be in the table Table_A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320244#M1185184</guid>
      <dc:creator />
      <dc:date>2011-11-15T10:09:33Z</dc:date>
    </item>
    <item>
      <title>LOAD * + additional Transactions ?</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320245#M1185185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought, the * would load all the data, then the formula would produce the results for "result-E1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im not shure if i did understand you right.&lt;/P&gt;&lt;P&gt;this wont work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_B:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;/P&gt;&lt;P&gt;VAL_x1,&lt;/P&gt;&lt;P&gt;VAL_y1,&lt;/P&gt;&lt;P&gt;(VAL_x1/VAL_y1-1) as result-E1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Table_A;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320245#M1185185</guid>
      <dc:creator />
      <dc:date>2011-11-15T10:17:31Z</dc:date>
    </item>
    <item>
      <title>LOAD * + additional Transactions ?</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320246#M1185186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check it that the variables:&lt;/P&gt;&lt;P&gt;VAL_x1,VAL_y1&lt;/P&gt;&lt;P&gt;is in Table_A or not.&lt;/P&gt;&lt;P&gt;As Table_A is resident by you so the variables used by you in the formula must be present in Table_A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. both the variables are of same data type i.e integers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 11:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320246#M1185186</guid>
      <dc:creator />
      <dc:date>2011-11-15T11:41:04Z</dc:date>
    </item>
    <item>
      <title>LOAD * + additional Transactions ?</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320247#M1185187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table_A exists, &lt;/P&gt;&lt;P&gt;contains VAL_x1,VAL_y1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with a normal LOAD, when all necessary collumns are loaded, it works fine.&lt;/P&gt;&lt;P&gt;There are 30 collumns, loaded from a resident table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, i tried to replace most of them with an *. Only the additional colloumns and their needed attributes should be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOLUTION: Two seperate LOAD Statements&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Table_B:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAL_x1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAL_y1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (VAL_x1/VAL_y1-1) as result-E1&lt;/P&gt;&lt;P&gt;RESIDENT Table_A;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Table_B:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;RESIDENT Table_A;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Qlikview combines both Tables&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 14:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-additional-Transactions/m-p/320247#M1185187</guid>
      <dc:creator />
      <dc:date>2011-11-15T14:09:09Z</dc:date>
    </item>
  </channel>
</rss>

