<?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: How do you create a field (&amp; populate it) using a field from a crosstable? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456870#M611680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my sample data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2018 17:40:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-02T17:40:57Z</dc:date>
    <item>
      <title>How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456862#M611672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize for the vague header...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a 'Unique Key' table which will be made up of 2 fields. The two fields I am joining are [Negotiator] and [Full Date] (full date is Month and Year spanning May 2015 to December 2017). In short, I want to create a table with every permutation of name and date. I need the unique key because the relationship between name and date becomes many-to-many as I pull in more data points in - &lt;STRONG&gt;example of what I need&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;' John May 2015&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John June 2015...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... John December 2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;....&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mike May 2015&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mike June 2015...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... Mike December &lt;/STRONG&gt;&lt;STRONG&gt;2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;....&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jane May 2015&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jane June 2015...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 90px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .... Jane &lt;/STRONG&gt;&lt;STRONG&gt;December&lt;/STRONG&gt; &lt;STRONG&gt;2017 &lt;/STRONG&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I tried keeping it simple and just combine the two, something like: &lt;EM&gt;Negotiator &amp;amp; [Full Date] as [Unique Key]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;... but quickly realized QV cannot recognize the field [Negotiator] as a relatable field; something to do with it being created in the crosstable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an outline of my query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;CrossTable&lt;/SPAN&gt;([&lt;SPAN style="color: #800000;"&gt;Negotiator]&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;Data_QA&lt;/SPAN&gt;)&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;Date&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Full Date]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[John Doe]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[Mike Doe]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[Jane Doe]&lt;/SPAN&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;- (there are about 40 names) -&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this is enough information to understand the issue. Any guidance / suggestions on how to create this joined unique key field?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 21:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456862#M611672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T21:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456863#M611673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide a screenshot of table viewer? for this table may be &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 21:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456863#M611673</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-29T21:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456864#M611674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I can. Although, not sure if it'll help much being the links are many-to-many currently.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188504_Capture.PNG" style="width: 620px; height: 373px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 21:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456864#M611674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T21:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456865#M611675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a different direction ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of creating the Unique Key variable in Qlikview do you think it makes sense to create the Unique Key table in excel with all possible permutations of Negotiator and Full Date first. Then loading in both Data_QA and Data_MA from their respective tables WHERE Negotiator &amp;amp; Full Date = [Unique Key]. I guess I would still run into the issue of having to pull either Negotiator or Full Date from the a crosstable, which QV can't do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a screenshot of an excel sheet outlining the thought...&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188508_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 22:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456865#M611675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T22:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456866#M611676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Schyler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all we can do that in qlikview . can you post the excel with just a few line of dummy data or raw data and how you want to see it .I am sure we will be able to help you . If i ask you to do things without understanding that data and structure it will be a shot in the dark &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 01:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456866#M611676</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-30T01:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456867#M611677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Schyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you need to create a Link table by joining all possible Negotiators with all possible Dates. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LinkTable:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load distinct Negotiator resident QA_Twist; // or any table that has a list of all Negotiators&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;join (LinkTable) load distinct [Date Key];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can create a composite key, like you mentioned, e.g. Negotiator &amp;amp; [Full Date] as [Link Key]. You will have to create it in this new Link table as well as in any other tables you wish to associate.&lt;/P&gt;&lt;P&gt;You will have to re-load the table, which was created by CrossTable statement, in order to create a composite key in it. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;noconcatenate load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiator &amp;amp; [Full Date] as [Link Key],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data_QA&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;resident QA_Twist;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table QA_Twist;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these suggestions will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Radovan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 09:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456867#M611677</guid>
      <dc:creator>RadovanOresky</dc:creator>
      <dc:date>2017-12-30T09:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456868#M611678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, made a small mistake in the Link table script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LinkTable:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;load distinct Negotiator resident QA_Twist; // or any table that has a list of all Negotiators&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;join (LinkTable) load distinct [Full Date] resident [Date Key];&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Radovan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2017 10:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456868#M611678</guid>
      <dc:creator>RadovanOresky</dc:creator>
      <dc:date>2017-12-30T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456869#M611679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will attach a doc with my sample Department Key, Date Key, QA (Original), QA_Twist, MA Table, and MA_Twist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really the main issue is that I cannot figure out how to call on the field that is created in a cross table. If I use the data from QA that is the data field. If QA_Twist that is the Negotiator field, and similarly for MA &amp;amp; MA_Twist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 17:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456869#M611679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456870#M611680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my sample data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 17:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456870#M611680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T17:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456871#M611681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This helps me understand, thank you! Although, I still run into the issue of pulling a loaded field from a cross table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree, it is necessary to create the LinkTable in order to get all possible combinations of name and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, it is the field Negotiator that will not pull from QA_Twist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see that attached sample data on an above comment to see my data format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 17:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456871#M611681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T17:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456872#M611682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Schyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the sample data and here's what I would do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;t_QA:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;crosstable ("Full Date", Data_QA, 1) load &lt;SPAN style="font-size: 10pt;"&gt;*&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;FROM [lib://Downloads/Sample Data.xlsx]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is QA);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;QA:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;noconcatenate load&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiator &amp;amp;''&amp;amp; "Full Date" as %Link_key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data_QA&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;resident &lt;SPAN style="font-size: 10pt;"&gt;t_QA;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LinkTable:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;noconcatenate load distinct&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiator &amp;amp;''&amp;amp; "Full Date" as %Link_key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiator,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Full Date"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;resident t_QA;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;drop table t_QA ;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;EM&gt;You should get something like this:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188638_Capture.PNG" style="height: auto;" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the same for the "MA_Table", but use &lt;STRONG&gt;&lt;EM&gt;Concatenate&lt;/EM&gt;&lt;/STRONG&gt; or &lt;STRONG&gt;&lt;EM&gt;Join&lt;/EM&gt;&lt;/STRONG&gt; to add the records from MA table to the LinkTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;concatenate (LinkTable) load distinct&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiator &amp;amp;''&amp;amp; "Full Date" as %Link_key,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Negotiator,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Full Date"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;resident &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;t_MA;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically how to construct a LinkTable data structure. But, I'm not that sure if you really need it. I think that you could just concatenate the QA and MA tables (after you did the intitial CrossTable load) into one fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Radovan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 07:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456872#M611682</guid>
      <dc:creator>RadovanOresky</dc:creator>
      <dc:date>2018-01-03T07:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create a field (&amp; populate it) using a field from a crosstable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456873#M611683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So simple once its all together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 21:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-create-a-field-populate-it-using-a-field-from-a/m-p/1456873#M611683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-04T21:18:56Z</dc:date>
    </item>
  </channel>
</rss>

