<?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: Join Against master table - Data manipulation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662573#M49770</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Put in the necessary connections to your filename and [Master File]&lt;/P&gt;&lt;P&gt;vInStoreDate = Date(Mid(filename,3,10),"MM-DD-YYYY")&lt;/P&gt;&lt;P&gt;LOAD Store, Cartons,&amp;nbsp; $(vInstoreDate) as InStoreDt&lt;/P&gt;&lt;P&gt;FROM filename;&lt;/P&gt;&lt;P&gt;LOAD [Master fie],0, $(vInstoreDate)&lt;/P&gt;&lt;P&gt;FROM [Master File]&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHERE NOT Exists(Store,Store);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jan 2020 20:05:00 GMT</pubDate>
    <dc:creator>dwforest</dc:creator>
    <dc:date>2020-01-03T20:05:00Z</dc:date>
    <item>
      <title>Join Against master table - Data manipulation</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662563#M49765</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am new to the Qliksense data modeling part.&amp;nbsp; I am looking for help in regards to Joining multiple files to the master file.&lt;/P&gt;&lt;P&gt;File 1: ( We would receive these files daily)&lt;/P&gt;&lt;P&gt;I have a file received daily with FilenameDate (eg.ACT12-12-2019, ACT12-13-2019)&amp;nbsp;&lt;/P&gt;&lt;P&gt;It has the following columns:&lt;/P&gt;&lt;P&gt;Store&lt;/P&gt;&lt;P&gt;IN Store Dt and Time&lt;/P&gt;&lt;P&gt;Sum of Shipped Cartons&lt;/P&gt;&lt;P&gt;Key ( Concat of Instoredt and Store)&lt;/P&gt;&lt;P&gt;File2 ( Master File)&lt;/P&gt;&lt;P&gt;Store No&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cartons ( Manually kept as 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now consider that I have 500 stores of which the vity report has 230 stores with estimated cartons. I want to Join this data of file one to file 2 so that remaining stores 270 could be added to the file with DC shipped cartons as 0 . also need to have the Instore date.&lt;/P&gt;&lt;P&gt;Please consider that activity chart could have 2 lines of same-store with different cartons shipped&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662563#M49765</guid>
      <dc:creator>sanket94</dc:creator>
      <dc:date>2024-11-16T03:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Join Against master table - Data manipulation</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662573#M49770</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Put in the necessary connections to your filename and [Master File]&lt;/P&gt;&lt;P&gt;vInStoreDate = Date(Mid(filename,3,10),"MM-DD-YYYY")&lt;/P&gt;&lt;P&gt;LOAD Store, Cartons,&amp;nbsp; $(vInstoreDate) as InStoreDt&lt;/P&gt;&lt;P&gt;FROM filename;&lt;/P&gt;&lt;P&gt;LOAD [Master fie],0, $(vInstoreDate)&lt;/P&gt;&lt;P&gt;FROM [Master File]&amp;nbsp;&lt;/P&gt;&lt;P&gt;WHERE NOT Exists(Store,Store);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662573#M49770</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2020-01-03T20:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Join Against master table - Data manipulation</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662577#M49773</link>
      <description>&lt;P&gt;I tried working with the above code but did not work for me. I have attached the files.&lt;/P&gt;&lt;P&gt;Please note it would be great we could bounce each activity file to the master file so that we could have 0 cartons for those respective stores. and save each file with an original filename as of activity file&lt;/P&gt;&lt;P&gt;Please find the attached file&amp;nbsp;&lt;/P&gt;&lt;P&gt;The activity file is daily received files and store0 is Masterfile.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662577#M49773</guid>
      <dc:creator>sanket94</dc:creator>
      <dc:date>2020-01-03T20:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Join Against master table - Data manipulation</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662578#M49774</link>
      <description>&lt;P&gt;I am not sure why you want to join master file with individual activity file. You can simply lookup master file with all activity file once and update the field like below&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Map:
mapping Load  Store,
      [DC Shipped]
FROM MasterFile;

Activity:
Load *,
     applymap('Map',Store,[DC Shipped]) as [DC Shipped Final]
FROM ActivityInquiry_*.qvd;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662578#M49774</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-03T20:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Join Against master table - Data manipulation</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662580#M49775</link>
      <description>&lt;P&gt;Basically I am trying to compare estimated vs actual cartons received based on daily files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;So I want to add 0 cartons estimated to daily file and then when I receive delivery on that day. we could know there is a discrepancy. Example.&amp;nbsp; expected cartons could be 0 but received 10 or vice versa&lt;/P&gt;&lt;P&gt;I am trying to add cartons as&amp;nbsp; 0 as an activity file would only have instances of store when they are expecting any delivery&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 21:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662580#M49775</guid>
      <dc:creator>sanket94</dc:creator>
      <dc:date>2020-01-03T21:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Join Against master table - Data manipulation</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662585#M49779</link>
      <description>&lt;P&gt;I think what I suggested should work if not please provide example with the sample provided&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 21:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Against-master-table-Data-manipulation/m-p/1662585#M49779</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-01-03T21:35:18Z</dc:date>
    </item>
  </channel>
</rss>

