<?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: Reference data in a different table (Load Script) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931793#M322072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the one, thank you! I'll have to make a note of it somewhere for future reference...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is related to another thread I've added here where I'm having optimization and lengthy reloads when trying to do firstsortedvalue in the load script on a large table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is to get the ID that I want the value for; then use the mapping table to filter it. Not sure if that's the best way but going to give it a go!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the thread, I'd greatly receive any assistance you could provide...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/873619"&gt;FirstSortedValue Load Script Optimization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2015 09:54:27 GMT</pubDate>
    <dc:creator>Dayna</dc:creator>
    <dc:date>2015-09-24T09:54:27Z</dc:date>
    <item>
      <title>Reference data in a different table (Load Script)</title>
      <link>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931790#M322069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the past I've used some QlikView functionality where you're able to reference data in a different table within the load script.. For the life of me I can't remember what it's called though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function worked where you would load data into a table as normal, then in another table you could reference that data, i.e. by bringing in a field where data matched. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that makes sense, and I hope you can help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931790#M322069</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2015-09-24T09:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reference data in a different table (Load Script)</title>
      <link>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931791#M322070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dayna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its mapping table where you can lookup for the references. This table should have a maximum of 2 columns, one is primarily the column you are looking and the second one is obviously the value you want to bring in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know your scenario,where exactly you need the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy to help&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931791#M322070</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-09-24T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reference data in a different table (Load Script)</title>
      <link>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931792#M322071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you want to lookup LookUp() in the HELP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931792#M322071</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-09-24T09:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reference data in a different table (Load Script)</title>
      <link>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931793#M322072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the one, thank you! I'll have to make a note of it somewhere for future reference...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is related to another thread I've added here where I'm having optimization and lengthy reloads when trying to do firstsortedvalue in the load script on a large table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is to get the ID that I want the value for; then use the mapping table to filter it. Not sure if that's the best way but going to give it a go!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the thread, I'd greatly receive any assistance you could provide...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/873619"&gt;FirstSortedValue Load Script Optimization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reference-data-in-a-different-table-Load-Script/m-p/931793#M322072</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2015-09-24T09:54:27Z</dc:date>
    </item>
  </channel>
</rss>

