<?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 Can I reload a table performing a calculation on 2 fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413023#M427141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once a qvw is loaded &amp;amp; populated with all the data can i manipulate the tables after the load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i have a .qvw file with the table called SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES contains two fields, quantity and price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i add a script element that will 'reload' SALES and create a new field called revenue where revenue = quantity * price&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems simple but i cannot figure this out.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Dec 2017 15:52:05 GMT</pubDate>
    <dc:creator>tomdabek</dc:creator>
    <dc:date>2017-12-01T15:52:05Z</dc:date>
    <item>
      <title>Can I reload a table performing a calculation on 2 fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413023#M427141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once a qvw is loaded &amp;amp; populated with all the data can i manipulate the tables after the load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i have a .qvw file with the table called SALES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES contains two fields, quantity and price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i add a script element that will 'reload' SALES and create a new field called revenue where revenue = quantity * price&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems simple but i cannot figure this out.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 15:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413023#M427141</guid>
      <dc:creator>tomdabek</dc:creator>
      <dc:date>2017-12-01T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload a table performing a calculation on 2 fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413024#M427142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&amp;nbsp; quantity * price as revenue resident SALES;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table SALES;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 15:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413024#M427142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-01T15:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I reload a table performing a calculation on 2 fields?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413025#M427143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alternatively use preceeding load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&amp;nbsp; quantity * price as revenue;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;LOAD ...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 15:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-reload-a-table-performing-a-calculation-on-2-fields/m-p/1413025#M427143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-01T15:56:04Z</dc:date>
    </item>
  </channel>
</rss>

