<?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 Combine fields into one table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209239#M64310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm really new to reporting and have no background knowledge to back me up. Saying that I'm trying to get some data out of a Lotus Notes database to report on. In this database the information is stored in a number of fields, depending on the number of items on a site. I need to combine these fields into one column (I think) so I can then group the data together. Could someone point me in the right direction please?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2009 20:17:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-07T20:17:04Z</dc:date>
    <item>
      <title>Combine fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209239#M64310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm really new to reporting and have no background knowledge to back me up. Saying that I'm trying to get some data out of a Lotus Notes database to report on. In this database the information is stored in a number of fields, depending on the number of items on a site. I need to combine these fields into one column (I think) so I can then group the data together. Could someone point me in the right direction please?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 20:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209239#M64310</guid>
      <dc:creator />
      <dc:date>2009-10-07T20:17:04Z</dc:date>
    </item>
    <item>
      <title>Combine fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209240#M64311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your description, it sounds like you may need to look into Cross Table (page 480 in the QlikView 9 Reference Guide).&lt;/P&gt;&lt;P&gt;It allows you to take records that are spread across many different columns and put them into multiple rows for analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 21:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209240#M64311</guid>
      <dc:creator />
      <dc:date>2009-10-07T21:00:23Z</dc:date>
    </item>
    <item>
      <title>Combine fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209241#M64312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;BR /&gt;&lt;BR /&gt;I am not sure I follow what the data structure looks like from your description. Perhaps you could post the relevant parts of the schema?&lt;BR /&gt;&lt;BR /&gt;The CrossTab suggestion works for a very specific layout of data, typically where you have a number of columns of description, then values for a number of items on the same row - say YTD figures, eg:&lt;/P&gt;&lt;P&gt;site,product,jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec&lt;BR /&gt;UK,widgets,120,230,348,543,0,0,0,0,0,0,0,0&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;However, if your data is not structured like that it will not be the solution.&lt;BR /&gt;&lt;BR /&gt;In short if you want to combine data from two different places into one column in QlikView ensure it has the same name. This can be done with the as statement. For example, if you have two tables with an name and a value, and you want to combine them it will look a bit like this:&lt;BR /&gt;&lt;BR /&gt;Items:&lt;BR /&gt;Load&lt;BR /&gt; ID,&lt;BR /&gt; FirstField as Value;&lt;BR /&gt;FROM TableOne.[...]&lt;BR /&gt;&lt;BR /&gt;Items:&lt;BR /&gt;Load&lt;BR /&gt; ID,&lt;BR /&gt; SecondField as Value;&lt;BR /&gt;FROM TableTwo.[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will then come in as a two elements in QlikView, ID and Value - and the relationships shall be maintained. If there are ID's or Values that exist in both tables they will be identified as being the same and will only appear in the QlikView columns once. Note the prefix of Items: to force the two tables to appear as one in the QlikView table viewer.&lt;BR /&gt;&lt;BR /&gt;I hope that makes sense - please post more details if you need further assistance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 21:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209241#M64312</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2009-10-07T21:46:40Z</dc:date>
    </item>
    <item>
      <title>Combine fields into one table</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209242#M64313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;I think I'm trying to run before I can walk. I should get to grips with Qlikview and some basic data before I go trying to report on quirky Lotus Notes databases.&lt;/P&gt;&lt;P&gt;Thank you all for your help&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 22:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-fields-into-one-table/m-p/209242#M64313</guid>
      <dc:creator />
      <dc:date>2009-10-07T22:32:35Z</dc:date>
    </item>
  </channel>
</rss>

