<?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: Trying to concatenate two data sets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919200#M318592</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;1st thing I will do is to rename HistDate as Date so that when you concatenate you have 1 field,and have extra field for both tables, 0 AS Source_Table in Live table and 1 AS Source_Table in Historical table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create your Master Calendar just take the Min and Max of Date field and build your master calendar from this 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use Set Analysis to differentiate between Historical Data and Live Data in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 15:13:02 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2015-08-11T15:13:02Z</dc:date>
    <item>
      <title>Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919195#M318587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with two tables of data which contain field values for a list of items (services in this case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first table contains the current live values of each field, while the second table contains the historical values prior to each update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to use the data from both tables so I can identify when changes were made and the corresponding value changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are examples of how the tables appear currently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Live Data&lt;/STRONG&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;&lt;STRONG&gt;Service_ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Service_Version_ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Service_Colour&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;461987&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;109082&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Blue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07-Aug-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;723145&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;607288&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yellow&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;03-Aug-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;998422&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;723811&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Green&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04-Aug-2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Historical Data &lt;/STRONG&gt;&lt;/SPAN&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;&lt;STRONG&gt;Service_ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Service_VersionHist_ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Service_HistColour&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;HistDate&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;461987&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;107334&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Red&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;25-Jun-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;461987&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;105969&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;White&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14-May-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;723145&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;605844&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Blue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17-Jul-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;723145&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;605118&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yellow&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;09-Jul-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;998422&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;711865&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;White&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;04-Mar-2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;998422&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;709453&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Blue&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23-Feb-2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to get is a view where I can map the historical fields with the corresponding live fields (Version_ID, Service_Colour, Date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to then be able to use a global calendar to filter for colour changes over periods of time. I.e. Identify the previous Service_Colour for each Service_ID and the date on which it was implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried to do this is a different way using mapping but did not get the required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea on the most effective way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919195#M318587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T14:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919196#M318588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can connect the two tables via the SERVICE_ID field but then you will have to use an aggregation function in the expressions that involve the Historical_Data table such as Max(HistDate) as an example. Or you create a concatenated field that will serve as the link between the two tables with is comprised of Service_ID &amp;amp; '-' &amp;amp; HistDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919196#M318588</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-11T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919197#M318589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have rarely used CONCATENATE.&lt;/P&gt;&lt;P&gt;Is it possible to keep the structure of 'Live_Data' by using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE LOAD Service_ID, Service_VersionHist_ID AS Service_Version_ID etc.... FROM Historical_Data' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would then give a date-sequenced history of all service colours for each Service_ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919197#M318589</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2015-08-11T15:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919198#M318590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what about a single table with a flag to identify live and historical?&lt;/P&gt;&lt;P&gt;you can get the full history just ordering the date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919198#M318590</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-11T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919199#M318591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have connected them using the common field Service_ID, but I am struggling to map the remaining historical fields with the live ones, to create one overall field for each.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919199#M318591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919200#M318592</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;1st thing I will do is to rename HistDate as Date so that when you concatenate you have 1 field,and have extra field for both tables, 0 AS Source_Table in Live table and 1 AS Source_Table in Historical table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create your Master Calendar just take the Min and Max of Date field and build your master calendar from this 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use Set Analysis to differentiate between Historical Data and Live Data in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919200#M318592</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-08-11T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919201#M318593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be ideal scenario. Would a simple join work in that case, or would some mapping be needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919201#M318593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919202#M318594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gabriel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to provide a basic example of your suggestion? I can upload a qvw file if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919202#M318594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919203#M318595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought something like &lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;singletable:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Service_Version_ID,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_Colour,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'L' as LiveOrHist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from livedata;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;concatenate (singletable)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Service_VersionHist_ID&amp;nbsp; as &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Service_Version_ID,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Service_HistColour &lt;/SPAN&gt;as Service_Colour,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'H' as LiveOrHist&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;from histdata&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919203#M318595</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-11T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919204#M318596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the idea &lt;A _jive_internal="true" data-avatarid="7085" data-externalid="" data-online="false" data-presence="null" data-userid="10670" data-username="maxgro" href="https://community.qlik.com/people/maxgro"&gt;Massimo Grossi&lt;/A&gt; gave you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just follow that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919204#M318596</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-08-11T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919205#M318597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked nicely to add the history data as new rows in the master table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encounter an issue with one of my datasets however, where the Live Data table has some additional fields which are are not in the Historical Data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result they return null values for the historical entries, whereas I would like them to return the same value that is in the live table. These are fixed values which do not get updated, so showing the live vlaue would be all I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is mapping the best solution to resolve this, before concatenation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 16:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919205#M318597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919206#M318598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a solution. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Another could be to add a table with these fixed values fields and link this new table with the fact table by Service_ID (or some other fields).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We (community) have a partial view of your model , requirements, etc, ...... We can try to give different solutions, it's hard to say which is the best. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 18:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919206#M318598</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-11T18:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919207#M318599</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;I suggest you post sample data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 20:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919207#M318599</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-08-11T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to concatenate two data sets</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919208#M318600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a basic version with mapping used to add any extra fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is ok in the instance where I only map a couple of fields, but I'm aware the way it's done may not be the most efficient of mapping multiple fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help. This has pretty much resolved the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 09:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-concatenate-two-data-sets/m-p/919208#M318600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-12T09:53:00Z</dc:date>
    </item>
  </channel>
</rss>

