<?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 How Do I Populate Values For Related Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548463#M440065</link>
    <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I have a straight table with related rows, but which only some rows have the needed data.&amp;nbsp; For example, see attachment, I have Order ID 5930161 that has a Trend Date of 03/26/2019 and a TRENDING START BILLING MONTH of 05-2019 with ORDER_LINE_ID 1002165.&amp;nbsp; I need ORDER_LINE_ID's 1002164 and 1002166 to also reflect the same Trend Date and TRENDING START BILLING MONTH.&amp;nbsp; Any ideas on how to accomplish this?&amp;nbsp; As always, thanks in advance for any and all help.&lt;/P&gt;&lt;P&gt;Some additional notes are that the data is gathered via an Oracle DB and via an Excel spreadsheet, tied together by Order ID.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:21:37 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2024-11-16T04:21:37Z</dc:date>
    <item>
      <title>How Do I Populate Values For Related Rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548463#M440065</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I have a straight table with related rows, but which only some rows have the needed data.&amp;nbsp; For example, see attachment, I have Order ID 5930161 that has a Trend Date of 03/26/2019 and a TRENDING START BILLING MONTH of 05-2019 with ORDER_LINE_ID 1002165.&amp;nbsp; I need ORDER_LINE_ID's 1002164 and 1002166 to also reflect the same Trend Date and TRENDING START BILLING MONTH.&amp;nbsp; Any ideas on how to accomplish this?&amp;nbsp; As always, thanks in advance for any and all help.&lt;/P&gt;&lt;P&gt;Some additional notes are that the data is gathered via an Oracle DB and via an Excel spreadsheet, tied together by Order ID.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548463#M440065</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2024-11-16T04:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Populate Values For Related Rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548516#M440070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check the attached&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 06:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548516#M440070</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-25T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Populate Values For Related Rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548913#M440097</link>
      <description>&lt;P&gt;Hello Anushree:&lt;/P&gt;&lt;P&gt;My fault.&amp;nbsp; TRENDING START BILLING MONTH does not exist until I create it in the Load script.&amp;nbsp; I probably should have attached my load script which I have now done.&amp;nbsp; I'm not sure how to update it with what you've provided, so how should I update the attached load script in order to get this to work?&amp;nbsp;&amp;nbsp;Any help would be greatly appreciated.&amp;nbsp; I'm pretty confident the code you provided will work and it's just a matter of getting the load done in the right sequence.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1548913#M440097</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-10-11T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Populate Values For Related Rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1549032#M440102</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I am unsure of your requirements and data in hand so all i can suggest is the find the stage at which you need to add the missing fields , then order by the column basis which the values need to be copied from to populate the missing fields and then have the peek function written.&lt;/P&gt;&lt;P&gt;So order by first and then perform a peek function I have used a preceeding load methodology you can use resident load to avoid confusion.&lt;/P&gt;&lt;P&gt;Script which uses resident load is attached for your ease of understanding.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 08:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1549032#M440102</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-02-26T08:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I Populate Values For Related Rows</title>
      <link>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1551266#M440311</link>
      <description>&lt;P&gt;Hello Anushree:&lt;/P&gt;&lt;P&gt;My apologies for the delay in responding as I got pulled off of this and onto another fire drill.&amp;nbsp; Anyway, I've been able to work on this again and your solution (big thanks for the example) does indeed work.&amp;nbsp; I will work your solution as the correct one.&lt;/P&gt;&lt;P&gt;Thanks you very much for your help.&amp;nbsp; I appreciate it.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 21:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-Do-I-Populate-Values-For-Related-Rows/m-p/1551266#M440311</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2019-03-01T21:15:54Z</dc:date>
    </item>
  </channel>
</rss>

