<?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 Moving a data field between connected tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533702#M38449</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I am not so familiar with the joining feature. My question is about how can I move the column "Product typ in english" from Product Master table to sales_details table. The purpose of this move is because of I need "Product typ in english" field in sales_details table for further calculation. I have tried to use lookup and outerjoin but thats not what I expected&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-01-23 at 5.19.51 PM.png" style="width: 265px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4299i49C2ACB19E825C93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-01-23 at 5.19.51 PM.png" alt="Screen Shot 2019-01-23 at 5.19.51 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:33:15 GMT</pubDate>
    <dc:creator>matthewlau120</dc:creator>
    <dc:date>2024-11-16T21:33:15Z</dc:date>
    <item>
      <title>Moving a data field between connected tables</title>
      <link>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533702#M38449</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I am not so familiar with the joining feature. My question is about how can I move the column "Product typ in english" from Product Master table to sales_details table. The purpose of this move is because of I need "Product typ in english" field in sales_details table for further calculation. I have tried to use lookup and outerjoin but thats not what I expected&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2019-01-23 at 5.19.51 PM.png" style="width: 265px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4299i49C2ACB19E825C93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-01-23 at 5.19.51 PM.png" alt="Screen Shot 2019-01-23 at 5.19.51 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533702#M38449</guid>
      <dc:creator>matthewlau120</dc:creator>
      <dc:date>2024-11-16T21:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a data field between connected tables</title>
      <link>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533723#M38451</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;here we no need to move field to sales details table since, it's already associated with Product master table.&lt;/P&gt;&lt;P&gt;If you want to move , Using Mapping load and Applymap() we can move to fields.&lt;/P&gt;&lt;P&gt;add the below script&lt;/P&gt;&lt;P&gt;Protype:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sales_details_desc2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Product typ in english&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from Product master table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sales detailstable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Applymap('Protype',sales_details_desc2,'n/a') as&amp;nbsp;&amp;nbsp;Product typ in english&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 10:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533723#M38451</guid>
      <dc:creator>Somasundaram</dc:creator>
      <dc:date>2019-01-23T10:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Moving a data field between connected tables</title>
      <link>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533730#M38452</link>
      <description>Hi,&lt;BR /&gt;You can use Join, Applymap().&lt;BR /&gt;Since you have tried Outer join, let us know the expected output with an example.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashutosh</description>
      <pubDate>Wed, 23 Jan 2019 10:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Moving-a-data-field-between-connected-tables/m-p/1533730#M38452</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2019-01-23T10:13:13Z</dc:date>
    </item>
  </channel>
</rss>

