<?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 Re: Merge two field into one in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036154#M466168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it work if both are from the same source?&lt;/P&gt;&lt;P&gt;Table:A&lt;/P&gt;&lt;P&gt;LOAD ABC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 14:14:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-15T14:14:20Z</dc:date>
    <item>
      <title>Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036152#M466166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the table below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ABC&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;DEF&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AP7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a create a table with a single field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="188" style="border: 1px solid rgb(0, 0, 0); width: 183px; height: 189px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ABCDEF&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AP7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how I can do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036152#M466166</guid>
      <dc:creator />
      <dc:date>2016-02-15T14:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036153#M466167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ABC as ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate(Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DEF as ABCDEF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036153#M466167</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036154#M466168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it work if both are from the same source?&lt;/P&gt;&lt;P&gt;Table:A&lt;/P&gt;&lt;P&gt;LOAD ABC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036154#M466168</guid>
      <dc:creator />
      <dc:date>2016-02-15T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036155#M466169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure it will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 14:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036155#M466169</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T14:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036156#M466170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hasvine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beware, you cannot take a schortcut a script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ABC as ABCDEF,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEF AS ABCDEF&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;You need to follow the example from Sunny.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 15:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036156#M466170</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2016-02-15T15:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036157#M466171</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;one solution could be also:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_205586_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114723_QlikCommunity_Thread_205586_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14555797442522472 jive_text_macro" jivemacro_uid="_14555797442522472"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;CrossTable(temp,ABCDEF)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD 1,* FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2053" data-containertype="14" data-objectid="205586" data-objecttype="1" href="https://community.qlik.com/thread/205586"&gt;https://community.qlik.com/thread/205586&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Fields [1], temp;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 23:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036157#M466171</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-15T23:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036158#M466172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer of Sunny is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hasvine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036158#M466172</guid>
      <dc:creator />
      <dc:date>2016-02-16T04:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036159#M466173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rangesum also useful to merge to columns by using rangesum to merge the columns&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036159#M466173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T04:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two field into one in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036160#M466174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example is RangeSum(Above(Sum(sale),-1,RowNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-two-field-into-one-in-a-table/m-p/1036160#M466174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T04:27:24Z</dc:date>
    </item>
  </channel>
</rss>

