<?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: Combining 2 Fields to 1 Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674502#M449634</link>
    <description>&lt;P&gt;You will have to concatenate to do this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table:
LOAD Collection &amp;amp; Delivery as LocationKey,
     ...
FROM...;

Concatenate (Table)
LOAD Delivery &amp;amp; Collection as LocationKey,
     ...
FROM...;&lt;/LI-CODE&gt;&lt;P&gt;You can also create a Link table to do this so that now all data has to be duplicated.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2020 16:46:20 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-02-11T16:46:20Z</dc:date>
    <item>
      <title>Combining 2 Fields to 1 Field</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674486#M449632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First time posting on here, so apologies if i do not explain very well.&lt;/P&gt;&lt;P&gt;I am doing some work with transport data with a Collection and Delivery Locations. Each Combination of 1st Location+2nd Location has a set rate. I need to be able to link the data so that i can put a rate against each of the transport moves.&lt;/P&gt;&lt;P&gt;What i would like is:&lt;/P&gt;&lt;P&gt;Collection &amp;amp; Delivery as LocationKey,&lt;/P&gt;&lt;P&gt;Delivery &amp;amp; Collection as LocationKey&lt;/P&gt;&lt;P&gt;Data Set 2&lt;/P&gt;&lt;P&gt;From &amp;amp; To as LocationKey&lt;/P&gt;&lt;P&gt;How can I set up my data to allow 2 Keys to be created using the same name so it links to the single key created in my second data set?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674486#M449632</guid>
      <dc:creator>LGiles89</dc:creator>
      <dc:date>2020-02-11T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 2 Fields to 1 Field</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674502#M449634</link>
      <description>&lt;P&gt;You will have to concatenate to do this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table:
LOAD Collection &amp;amp; Delivery as LocationKey,
     ...
FROM...;

Concatenate (Table)
LOAD Delivery &amp;amp; Collection as LocationKey,
     ...
FROM...;&lt;/LI-CODE&gt;&lt;P&gt;You can also create a Link table to do this so that now all data has to be duplicated.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674502#M449634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-11T16:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Combining 2 Fields to 1 Field</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674741#M449670</link>
      <description>&lt;P&gt;Thank you so much! That worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 10:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-2-Fields-to-1-Field/m-p/1674741#M449670</guid>
      <dc:creator>LGiles89</dc:creator>
      <dc:date>2020-02-12T10:28:59Z</dc:date>
    </item>
  </channel>
</rss>

