<?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 How to make operations and create new fields in database. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945189#M325584</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;&lt;/P&gt;&lt;P&gt;Im a rookie in qlik view development, so ineed to make and operation in the script i dont know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project i have three excel documents, with three tables, my idea is to make operations in the script between fields of the different excel documents and with the result obtain create a new field in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody can help me with my doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2015 16:45:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-05T16:45:05Z</dc:date>
    <item>
      <title>How to make operations and create new fields in database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945189#M325584</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;&lt;/P&gt;&lt;P&gt;Im a rookie in qlik view development, so ineed to make and operation in the script i dont know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project i have three excel documents, with three tables, my idea is to make operations in the script between fields of the different excel documents and with the result obtain create a new field in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody can help me with my doubt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 16:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945189#M325584</guid>
      <dc:creator />
      <dc:date>2015-11-05T16:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to make operations and create new fields in database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945190#M325585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do calculations using fields from different tables (created from different excel files) then you need to create a table that contains all the fields needed for the calculation. Usually this is done by joining these tables using the JOIN keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 16:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945190#M325585</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-05T16:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make operations and create new fields in database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945191#M325586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be the below link will give the understanding to Load the Multiple Excel Sheets and Files..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8905"&gt;Load all Excel files and all sheets in a folder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7860"&gt;Loading Multiple Excel Sheets Dynamically along with file name and sheet name&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 02:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945191#M325586</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-06T02:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make operations and create new fields in database.</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945192#M325587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to LOAD all the Excels you need. You can do these from the Script Editor --&amp;gt; Plain Files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelTable:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;from C:\Excelfile.xls (xls);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depends on the content of each Excel you will need to concatenate on ExcelTable the other xls or create one table per xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I'm useful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 18:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-operations-and-create-new-fields-in-database/m-p/945192#M325587</guid>
      <dc:creator />
      <dc:date>2016-02-01T18:15:51Z</dc:date>
    </item>
  </channel>
</rss>

