<?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 add new column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244451#M1206258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;If you want to combine two fields then try &amp;amp; or + sign as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt; Month,&lt;BR /&gt; Year,&lt;BR /&gt; Month&amp;amp;'-'&amp;amp;Year as MnYr&lt;BR /&gt;FROM Sales;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenation is an operation that uses two tables and combines them into one. refer Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="hcp3"&gt;tab1:&lt;/P&gt;&lt;P class="hcp3"&gt;Load * from file1.csv;&lt;/P&gt;&lt;P class="hcp3"&gt;tab2:&lt;/P&gt;&lt;P class="hcp3"&gt;load * from file2.csv;&lt;/P&gt;&lt;P class="hcp3"&gt;.. .. ..&lt;/P&gt;&lt;P class="hcp3"&gt;Concatenate (tab1) load * from file3.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Feb 2010 15:35:01 GMT</pubDate>
    <dc:creator>shumailh</dc:creator>
    <dc:date>2010-02-24T15:35:01Z</dc:date>
    <item>
      <title>add new column</title>
      <link>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244450#M1206257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm new to qlikview, i try to create a new column as a concatenation of two strings present in my table.&lt;/P&gt;&lt;P&gt;I load the table from a db Access as&lt;/P&gt;&lt;P&gt;[ code ]&lt;/P&gt;&lt;P&gt;select * from table&lt;/P&gt;&lt;P&gt;[ /code ]&lt;/P&gt;&lt;P&gt;and i create the new column with [ code ] LOAD value, concat(&amp;lt;field&amp;gt;, ', ') AS field_list FROM &amp;lt;table&amp;gt; GROUP BY value; [ /code ] but it doesn't work, the error refers to the table that it indicated as missing.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 14:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244450#M1206257</guid>
      <dc:creator />
      <dc:date>2010-02-24T14:57:34Z</dc:date>
    </item>
    <item>
      <title>add new column</title>
      <link>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244451#M1206258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;If you want to combine two fields then try &amp;amp; or + sign as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt; Month,&lt;BR /&gt; Year,&lt;BR /&gt; Month&amp;amp;'-'&amp;amp;Year as MnYr&lt;BR /&gt;FROM Sales;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenation is an operation that uses two tables and combines them into one. refer Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="hcp3"&gt;tab1:&lt;/P&gt;&lt;P class="hcp3"&gt;Load * from file1.csv;&lt;/P&gt;&lt;P class="hcp3"&gt;tab2:&lt;/P&gt;&lt;P class="hcp3"&gt;load * from file2.csv;&lt;/P&gt;&lt;P class="hcp3"&gt;.. .. ..&lt;/P&gt;&lt;P class="hcp3"&gt;Concatenate (tab1) load * from file3.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Shumail Hussain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 15:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244451#M1206258</guid>
      <dc:creator>shumailh</dc:creator>
      <dc:date>2010-02-24T15:35:01Z</dc:date>
    </item>
    <item>
      <title>add new column</title>
      <link>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244452#M1206259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;I use the SQL code:&lt;/P&gt;&lt;P&gt;I load each field ( not with *) and add the new field with '&amp;amp;' to concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 11:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244452#M1206259</guid>
      <dc:creator />
      <dc:date>2010-02-25T11:59:40Z</dc:date>
    </item>
    <item>
      <title>add new column</title>
      <link>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244453#M1206260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shumail:&lt;/P&gt;&lt;P&gt;Can you help me i have a question, how can i add a column in a pivot table chart, for example:&lt;/P&gt;&lt;P&gt;i have this pivot table:&lt;/P&gt;&lt;P&gt;Enterprise Value Value2 Value3&lt;/P&gt;&lt;P&gt;AAA 1 2 3&lt;/P&gt;&lt;P&gt;BBB 1 2 3&lt;/P&gt;&lt;P&gt;CCC 1 2 3&lt;/P&gt;&lt;P&gt;i need to put a new column with the sum of the rows, can you tell me how to do it?&lt;/P&gt;&lt;P&gt;Desire Result:&lt;/P&gt;&lt;P&gt;Enterprise Value Value2 Value3 Total&lt;/P&gt;&lt;P&gt;AAA 1 2 3 6&lt;/P&gt;&lt;P&gt;BBB 1 2 3 6&lt;/P&gt;&lt;P&gt;CCC 1 2 3 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 00:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244453#M1206260</guid>
      <dc:creator />
      <dc:date>2010-02-26T00:56:37Z</dc:date>
    </item>
    <item>
      <title>add new column</title>
      <link>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244454#M1206261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the solutions after investigation, i was checking a subtotal colum wrong, but anyway my regards to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 20:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-new-column/m-p/244454#M1206261</guid>
      <dc:creator />
      <dc:date>2010-02-26T20:21:18Z</dc:date>
    </item>
  </channel>
</rss>

