<?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: Linking Fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935417#M13050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add something like this in the beginning of your data load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DeptMap:&lt;/P&gt;&lt;P&gt;mapping LOAD * &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Inline &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;OldValue,NewValue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CAT,Catering&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SMTH,Something Else];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And then before the script that loads Delivery table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Map "Dept" using 'DeptMap';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Nov 2015 11:47:43 GMT</pubDate>
    <dc:creator>alextimofeyev</dc:creator>
    <dc:date>2015-11-19T11:47:43Z</dc:date>
    <item>
      <title>Linking Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935413#M13046</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;have issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have concatenated 1 &amp;amp; 2&amp;nbsp; tables, as they have similar fields , except 1.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 - Orders &lt;/P&gt;&lt;P&gt;Table 2 - Delivery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 - Department - example Catering&lt;/P&gt;&lt;P&gt;Table 2 - Dept - &lt;SPAN style="font-size: 13.3333px;"&gt;example&amp;nbsp; &lt;/SPAN&gt;CAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to link these but having an issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have left join a Table 3- &lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt; DepartmentLink&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Department - &lt;SPAN style="font-size: 13.3333px;"&gt;example Catering&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;DeptCode as Dept &lt;SPAN style="font-size: 13.3333px;"&gt;- &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;example&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CAT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;is there a way of if CAT is found rename as Catering so a link is made?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please help&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935413#M13046</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-18T19:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935414#M13047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you want to change the value of a field when the value is CAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes&lt;/P&gt;&lt;P&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;&amp;nbsp; ......,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(originalfield='CAT', 'Catering', originalfield) as originalfield&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935414#M13047</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-18T19:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935415#M13048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach a sample file so that it would be easy to figure the issue and solve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 20:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935415#M13048</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-11-18T20:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935416#M13049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have seen something about "ApplyMap" - perhaps this would be helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afraid I haven't used it before though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 08:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935416#M13049</guid>
      <dc:creator />
      <dc:date>2015-11-19T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935417#M13050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add something like this in the beginning of your data load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DeptMap:&lt;/P&gt;&lt;P&gt;mapping LOAD * &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Inline &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;OldValue,NewValue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CAT,Catering&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SMTH,Something Else];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And then before the script that loads Delivery table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Map "Dept" using 'DeptMap';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935417#M13050</guid>
      <dc:creator>alextimofeyev</dc:creator>
      <dc:date>2015-11-19T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935418#M13051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;This worked brill but had to make small amendment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dept='CAT', 'Catering', Dept) as Department&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Linking-Fields/m-p/935418#M13051</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-11-19T15:30:35Z</dc:date>
    </item>
  </channel>
</rss>

