<?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 Load script - replace values if matches another row same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749726#M1313660</link>
    <description>&lt;P&gt;Hi QV Community,&lt;/P&gt;&lt;P&gt;I have a table that not every row has a value, and I need to fill in the value if it matches a criteria.&lt;/P&gt;&lt;P&gt;Rows with Category "A" will always have a date value but rows with category "B" are always empty from the data source, I need to copy the date value from category "A" to the rows with category "B" - with the condition that unique "PartNumber" value matches only.&lt;/P&gt;&lt;P&gt;The screenshot below is a example of the data, the rows with category "B" the date value is always empty but if you notice the Part number matches for a few rows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForecastDate.png" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41738i3BF2BB688D5F01A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="ForecastDate.png" alt="ForecastDate.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The end result should look like this;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForecastDate02.png" style="width: 263px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41739i0DA65A087A107E7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ForecastDate02.png" alt="ForecastDate02.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the rows with category "B" if the part number matches from row with category "A" the date value gets updated on those rows&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried copy from above QlikView function but in the QlikView front end app and table the sorting is not always on the above row, the only unique identifier is the "PartNumber" value&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/above.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/above.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>bisaack55</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749726#M1313660</link>
      <description>&lt;P&gt;Hi QV Community,&lt;/P&gt;&lt;P&gt;I have a table that not every row has a value, and I need to fill in the value if it matches a criteria.&lt;/P&gt;&lt;P&gt;Rows with Category "A" will always have a date value but rows with category "B" are always empty from the data source, I need to copy the date value from category "A" to the rows with category "B" - with the condition that unique "PartNumber" value matches only.&lt;/P&gt;&lt;P&gt;The screenshot below is a example of the data, the rows with category "B" the date value is always empty but if you notice the Part number matches for a few rows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForecastDate.png" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41738i3BF2BB688D5F01A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="ForecastDate.png" alt="ForecastDate.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The end result should look like this;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForecastDate02.png" style="width: 263px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41739i0DA65A087A107E7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ForecastDate02.png" alt="ForecastDate02.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the rows with category "B" if the part number matches from row with category "A" the date value gets updated on those rows&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried copy from above QlikView function but in the QlikView front end app and table the sorting is not always on the above row, the only unique identifier is the "PartNumber" value&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/above.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/above.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749726#M1313660</guid>
      <dc:creator>bisaack55</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749741#M1313662</link>
      <description>&lt;P&gt;You can do this using different methods.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;Category,&lt;BR /&gt;PartNumber,&lt;BR /&gt;IF(Peek('Category')='B', Peek('Date'),Date) as Date&amp;nbsp;&lt;BR /&gt;RESIDENT DATA&lt;BR /&gt;ORDER BY PartNumber, Category;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;Load PartNumber, Date&lt;BR /&gt;Resident Data&lt;BR /&gt;Where Category ='A';&lt;/P&gt;&lt;P&gt;LEFT JOIN (Final)&lt;BR /&gt;LOAD Category, PartNumber&lt;BR /&gt;Resident Data;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Method 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Map_date:&lt;BR /&gt;Mapping Load&lt;BR /&gt;&amp;nbsp; PartNumber,&lt;BR /&gt;&amp;nbsp; Date&lt;BR /&gt;Resident Data&lt;BR /&gt;Where Category ='A';&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;LOAD Category, PartNumber, Applymap('Map_date', PartNumber, Date) as Date&lt;BR /&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope one of these suggestions would fit your situation.&lt;/P&gt;&lt;P&gt;BR&lt;BR /&gt;Vegar&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 20:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749741#M1313662</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-05T20:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749766#M1313666</link>
      <description>&lt;P&gt;Thank Vegar for quick your response, I tried the 1st method but i was getting the same date value on the row Category ="A" but not in the rows where the category = "B"&lt;/P&gt;&lt;P&gt;The other 2 options i could not use because it is a large table and there are more than 2 categories approx. 20 different type of categories for the same PartNumber in other word the row with Category "A" part number "12345" there is a date value, there could be Category B, C, D, E, F etc... all these rows do not have a DATE value i have to copy the DATE value from row with category "A" to all the same rows that match the same part number, this could be 20 rows or more of the same partNumber&lt;/P&gt;&lt;P&gt;Maybe the original [DateField] can keep the raw values from the database and there could be a calculated field [NewDateField] that will have the date value from category ="A" and PartNumber matches the same row regardless if that row is category B, C, D, E, F etc...&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;F1, F2, F3&lt;BR /&gt;Category, PartNumber, DateField&lt;BR /&gt;A, 12345, 10/5/2020&lt;BR /&gt;B, 12345,&lt;BR /&gt;B, 12345,&lt;BR /&gt;B, 12345,&lt;BR /&gt;A, 67890, 10/6/2020&lt;BR /&gt;B, 67890,&lt;BR /&gt;B, 67890,&lt;BR /&gt;B, 67890,&lt;BR /&gt;B, 67890,&lt;BR /&gt;A, 98765, 10/7/2020&lt;BR /&gt;B, 98765,&lt;BR /&gt;B, 98765,&lt;BR /&gt;B, 98765,&lt;BR /&gt;B, 98765,&lt;BR /&gt;C, 98765,&lt;BR /&gt;D, 98765,&lt;BR /&gt;F, 98765,&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ForecastDate03.png" style="width: 390px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41746i3B2874C9DFEEE9BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="ForecastDate03.png" alt="ForecastDate03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 22:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749766#M1313666</guid>
      <dc:creator>bisaack55</dc:creator>
      <dc:date>2020-10-05T22:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749770#M1313669</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127179"&gt;@bisaack55&lt;/a&gt;&amp;nbsp; just bit modification of what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp; suggested&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Final:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NoConcatenate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Category,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PartNumber,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IF(len(trim(Date))=0,Peek('Date'),Date) as Date&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RESIDENT DATA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORDER BY PartNumber, Category;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 22:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749770#M1313669</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-05T22:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749783#M1313671</link>
      <description>&lt;P&gt;Hi Kush, I tried that but i get null values on the rows the category is not "A"&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Category, PartNumber, DateField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A, 12345, 10/5/2020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 12345,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 12345,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 12345,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A, 67890, 10/6/2020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A, 98765, 10/7/2020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;F, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Final:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;Category,&lt;BR /&gt;PartNumber,&lt;BR /&gt;IF(len(trim(DateField))=0,Peek('DateField'),DateField) as NewDateField&lt;BR /&gt;RESIDENT DATA&lt;BR /&gt;ORDER BY PartNumber, Category;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The rows with Category = "A" i get a DateField values, but if i filter for Caterigy B, C, D, E, F etc... these rows are null to begin&amp;nbsp;with and the i also can not&amp;nbsp;ORDER BY PartNumber, Category; because this is a large table and on the front end charts get wrong data now after i added that to the load script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 23:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749783#M1313671</guid>
      <dc:creator>bisaack55</dc:creator>
      <dc:date>2020-10-05T23:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749790#M1313673</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127179"&gt;@bisaack55&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Category, PartNumber, DateField&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A, 12345, 10/5/2020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 12345,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 12345,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 12345,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A, 67890, 10/6/2020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 67890,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A, 98765, 10/7/2020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;F, 98765,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Final:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;LOAD&lt;BR /&gt;Category,&lt;BR /&gt;PartNumber,&lt;BR /&gt;IF(len(trim(&lt;STRONG&gt;DateField&lt;/STRONG&gt;))=0,Peek('&lt;STRONG&gt;DateField&lt;/STRONG&gt;'),&lt;STRONG&gt;DateField&lt;/STRONG&gt;) as &lt;STRONG&gt;DateField&lt;/STRONG&gt;&lt;BR /&gt;RESIDENT DATA&lt;BR /&gt;ORDER BY PartNumber, Category;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 00:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749790#M1313673</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-06T00:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749794#M1313675</link>
      <description>&lt;P&gt;If you can't order by then just add the Kush expression in the load statement and try&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF(len(trim(&lt;/SPAN&gt;&lt;STRONG&gt;DateField&lt;/STRONG&gt;&lt;SPAN&gt;))=0,Peek('&lt;/SPAN&gt;&lt;STRONG&gt;DateField&lt;/STRONG&gt;&lt;SPAN&gt;'),&lt;/SPAN&gt;&lt;STRONG&gt;DateField&lt;/STRONG&gt;&lt;SPAN&gt;) as&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;DateField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this will work&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 00:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1749794#M1313675</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2020-10-06T00:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load script - replace values if matches another row same table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1750153#M1313676</link>
      <description>&lt;P&gt;Hi Vegar, and everyone who replied.&lt;/P&gt;&lt;P&gt;After trying multiple options suggested by you guys i got it to work with a little different approach&lt;/P&gt;&lt;P&gt;////////////////////////////////////&lt;/P&gt;&lt;P&gt;Original_Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;Category,&lt;/P&gt;&lt;P&gt;PartNumber,&lt;/P&gt;&lt;P&gt;DateField&lt;/P&gt;&lt;P&gt;From [\\serverpath\data.qvd] (qvd):&lt;/P&gt;&lt;P&gt;///////////// mapping table///////&lt;/P&gt;&lt;P&gt;Date_Mappling:&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;PartNumber,&lt;/P&gt;&lt;P&gt;DateField&lt;/P&gt;&lt;P&gt;Resident&amp;nbsp;Original_Data&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;Category = 'A'&lt;/P&gt;&lt;P&gt;Final_Data:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;IF(WildMatch(Category,'B','C','D','E','etc'&amp;nbsp; &amp;nbsp;////include all other categories&lt;/P&gt;&lt;P&gt;// AND len([DateField])=0&amp;nbsp; &amp;nbsp; &amp;nbsp;//// i found out i dont need to check if the date is null since it is always 100% null from the data source&amp;nbsp;&lt;/P&gt;&lt;P&gt;ApplyMap('Date_Mapping',[PartNumber],null()), [DateField]) as [DateField]&amp;nbsp; ///PartNumber is the key field from the mapping table&lt;/P&gt;&lt;P&gt;Resident Original_Data;&lt;/P&gt;&lt;P&gt;Drop Table Original_Data:&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 00:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-replace-values-if-matches-another-row-same-table/m-p/1750153#M1313676</guid>
      <dc:creator>bisaack55</dc:creator>
      <dc:date>2020-10-07T00:00:25Z</dc:date>
    </item>
  </channel>
</rss>

