<?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 adding a column to a table in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232740#M84329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;The best solution is that all the tables are made into one big table because it is easier to use one big table with the same field names when you start to make charts, so you're on the right track.&lt;/P&gt;&lt;P&gt;The answer to adding a new column depends on how you're importing the excel files. I'll assume you have 5 different load statements for each Excel worksheet. If that's the case, adding the new column is as easy as putting the statement&lt;/P&gt;&lt;P&gt;'project name' as projectname&lt;/P&gt;&lt;P&gt;in every load statement. For example,&lt;/P&gt;&lt;P&gt;Load 'project supply chain' as projectname,&lt;BR /&gt; ...&lt;BR /&gt;From ...;&lt;/P&gt;&lt;P&gt;If you are going to start adding alot of Excel worksheets, you might want to check out the forum for ideas to do a loop to load each worksheet and then creating a new column for each worksheet would be created differently.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Oct 2010 17:00:56 GMT</pubDate>
    <dc:creator>pover</dc:creator>
    <dc:date>2010-10-09T17:00:56Z</dc:date>
    <item>
      <title>adding a column to a table in the script</title>
      <link>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232739#M84328</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 have 5 tables in excel, it is every time the same table, but with info from different projects.&lt;/P&gt;&lt;P&gt;The title of the project is on the firts row of every table, and the field names are in the second row. so when i load the tables i&lt;/P&gt;&lt;P&gt;only take the data starting from row 3 and row 2 are the the columnheads.&lt;/P&gt;&lt;P&gt;I would like to see the 5 tables in qlikview as different tables, but because they all have the same fieldnames, they are combined in&lt;/P&gt;&lt;P&gt;qlikview into one big table. and now i can't tell which record is from which project.&lt;/P&gt;&lt;P&gt;i was thinking about the field "projectname" to each different table in qlikview, where for each record in a table i can add for example "project software" and the next table for each record for example "project supply chain".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Oct 2010 10:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232739#M84328</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2010-10-09T10:01:44Z</dc:date>
    </item>
    <item>
      <title>adding a column to a table in the script</title>
      <link>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232740#M84329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;The best solution is that all the tables are made into one big table because it is easier to use one big table with the same field names when you start to make charts, so you're on the right track.&lt;/P&gt;&lt;P&gt;The answer to adding a new column depends on how you're importing the excel files. I'll assume you have 5 different load statements for each Excel worksheet. If that's the case, adding the new column is as easy as putting the statement&lt;/P&gt;&lt;P&gt;'project name' as projectname&lt;/P&gt;&lt;P&gt;in every load statement. For example,&lt;/P&gt;&lt;P&gt;Load 'project supply chain' as projectname,&lt;BR /&gt; ...&lt;BR /&gt;From ...;&lt;/P&gt;&lt;P&gt;If you are going to start adding alot of Excel worksheets, you might want to check out the forum for ideas to do a loop to load each worksheet and then creating a new column for each worksheet would be created differently.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Oct 2010 17:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232740#M84329</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-09T17:00:56Z</dc:date>
    </item>
    <item>
      <title>adding a column to a table in the script</title>
      <link>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232741#M84330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Karl,&lt;/P&gt;&lt;P&gt;thank you very much! it works perfectly!&lt;/P&gt;&lt;P&gt;the fieldnames in the 5 tables were already the same, so in qlikview i had already one big table!&lt;/P&gt;&lt;P&gt;i have tried the way you said before but i uses " instead of a single ' .... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;now it works fine! but only when i try to give a fieldname in two words it stil doesn't work, not even when i put them&lt;/P&gt;&lt;P&gt;between [ ]. off course this is a minor problem!&lt;/P&gt;&lt;P&gt;so thanx a lot for helping me with this!&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Oct 2010 08:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232741#M84330</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2010-10-10T08:41:45Z</dc:date>
    </item>
    <item>
      <title>adding a column to a table in the script</title>
      <link>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232742#M84331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;You should be able put your multi-work project name in single quotes and the field you are defining in double quotes, such as 'My Best Project' as "ProjectName".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 03:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-a-column-to-a-table-in-the-script/m-p/232742#M84331</guid>
      <dc:creator>dzrtrdr</dc:creator>
      <dc:date>2010-11-05T03:57:11Z</dc:date>
    </item>
  </channel>
</rss>

