<?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 Need to combine rows in Excel files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155457#M31713</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 am new to working with Qlikview and I am having problems with getting some Excel data in the right format.&lt;/P&gt;&lt;P&gt;I have a file that looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3761_sourceID:3761" /&gt;&lt;/P&gt;&lt;P&gt;What I need to do is to create one row for each project and an estimate column and an actual column, so it looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3762_sourceID:3762" /&gt;&lt;/P&gt;&lt;P&gt;I cannot figure out how to make these kinds of transformations to merge two rows into one.&lt;/P&gt;&lt;P&gt;I have already loaded the Excel file into a QVD.&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 22:58:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-10T22:58:09Z</dc:date>
    <item>
      <title>Need to combine rows in Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155457#M31713</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 am new to working with Qlikview and I am having problems with getting some Excel data in the right format.&lt;/P&gt;&lt;P&gt;I have a file that looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3761_sourceID:3761" /&gt;&lt;/P&gt;&lt;P&gt;What I need to do is to create one row for each project and an estimate column and an actual column, so it looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3762_sourceID:3762" /&gt;&lt;/P&gt;&lt;P&gt;I cannot figure out how to make these kinds of transformations to merge two rows into one.&lt;/P&gt;&lt;P&gt;I have already loaded the Excel file into a QVD.&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 22:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155457#M31713</guid>
      <dc:creator />
      <dc:date>2011-03-10T22:58:09Z</dc:date>
    </item>
    <item>
      <title>Need to combine rows in Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155458#M31714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the OL-Help for CROSSTABLE, thus your script may look like&lt;/P&gt;&lt;P&gt;CROSSTABLE(Month, Value, 3) LOAD * FROM YourExcel....;&lt;BR /&gt;DROP FIELD Total;&lt;/P&gt;&lt;P&gt;This should result in a normalized table like&lt;BR /&gt;Proj1 Estimate Jan 2011 12.9&lt;BR /&gt;Proj1 Actual Jan 2011 93.7&lt;BR /&gt;etc.&lt;/P&gt;&lt;P&gt;Here you may place a pivot-table over it and drag the column accordingly.&lt;BR /&gt;If you need to have exactly the header as described, you need to calculate and expression and concatenate the two field, like&lt;/P&gt;&lt;P&gt;LEFT(Type, 3) &amp;amp; Month AS NewHeader&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 23:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155458#M31714</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-03-10T23:11:53Z</dc:date>
    </item>
    <item>
      <title>Need to combine rows in Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155459#M31715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter ,&lt;/P&gt;&lt;P&gt;Is this case about unnormalize, non normalization ?¡ Is correct my observación ?&lt;/P&gt;&lt;P&gt;Is correct your solution vía Chart/Pivot&lt;/P&gt;&lt;P&gt;Thx, Luis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 00:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155459#M31715</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2011-03-11T00:01:45Z</dc:date>
    </item>
    <item>
      <title>Need to combine rows in Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155460#M31716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have columns for each month or just one month? You may also want to employ GENERIC LOAD. See&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewnotes.blogspot.com/2010/05/use-cases-for-generic-load.html"&gt;http://qlikviewnotes.blogspot.com/2010/05/use-cases-for-generic-load.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 04:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155460#M31716</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-03-11T04:24:43Z</dc:date>
    </item>
    <item>
      <title>Need to combine rows in Excel files</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155461#M31717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently, I have data for three months, but it has the potential to get more.&lt;/P&gt;&lt;P&gt;I will look at the generic load to see if that will solve my problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 15:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-combine-rows-in-Excel-files/m-p/155461#M31717</guid>
      <dc:creator />
      <dc:date>2011-03-11T15:47:09Z</dc:date>
    </item>
  </channel>
</rss>

