<?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 columns in excel. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884785#M308557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maybe use a crosstable in combination with a purgechar function to not load the numbers, if that is what you want like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Children, Data,1)&lt;/P&gt;&lt;P&gt;LOAD Parent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Child,'0123456789') as Child,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Child1,'0123456789') as Child1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Child2,'0123456789') as Child2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Test11.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 10:32:16 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-05-06T10:32:16Z</dc:date>
    <item>
      <title>Merge columns in excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884784#M308556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Please help I want all the yellow color values in single column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 10:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884784#M308556</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-05-06T10:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Merge columns in excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884785#M308557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maybe use a crosstable in combination with a purgechar function to not load the numbers, if that is what you want like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Children, Data,1)&lt;/P&gt;&lt;P&gt;LOAD Parent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Child,'0123456789') as Child,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Child1,'0123456789') as Child1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Child2,'0123456789') as Child2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Test11.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 10:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884785#M308557</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-05-06T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Merge columns in excel.</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884786#M308558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use cross table as said by Piet above &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;in combination with a purgechar function to not load the numbers, if that is what you want like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CrossTable(Children, Data,1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Parent,&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; PurgeChar(Child,'0123456789') as Child,&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; PurgeChar(Child1,'0123456789') as Child1,&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; PurgeChar(Child2,'0123456789') as Child2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Test11.xlsx&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or use it in the object expression as done in the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 11:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-columns-in-excel/m-p/884786#M308558</guid>
      <dc:creator>santhoo_san</dc:creator>
      <dc:date>2015-05-06T11:21:23Z</dc:date>
    </item>
  </channel>
</rss>

