<?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 distinct string values from one field to load the same values in a different table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-distinct-string-values-from-one-field-to-load-the-same/m-p/2144479#M93118</link>
    <description>&lt;P&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;My aim is to load distinct values in field 'id' (character data type) of table 'plants_table' that match values existing in field 'id' (character data type) of the loaded table 'request_list_table' inside the data load editor.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;If I were to do this manually:
SET vRequestIDs = 'id_1', 'id_2'

[plants_table]:
load *

where match(request_id, $(vRequestIDs))

from table

;
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" /&gt;However, I haven't successfully created this variable using the field 'request_id'.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;My attempts have not produced the right output:&lt;/P&gt;
&lt;P&gt;LET vRequestIDs = concat(chr(39)&amp;amp;request_id&amp;amp;chr(39),',');&lt;/P&gt;
&lt;P&gt;LET vRequestIDs = peek('request_id',0,'request');&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2023 17:03:24 GMT</pubDate>
    <dc:creator>prayner</dc:creator>
    <dc:date>2023-12-05T17:03:24Z</dc:date>
    <item>
      <title>Load distinct string values from one field to load the same values in a different table.</title>
      <link>https://community.qlik.com/t5/App-Development/Load-distinct-string-values-from-one-field-to-load-the-same/m-p/2144479#M93118</link>
      <description>&lt;P&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;My aim is to load distinct values in field 'id' (character data type) of table 'plants_table' that match values existing in field 'id' (character data type) of the loaded table 'request_list_table' inside the data load editor.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;If I were to do this manually:
SET vRequestIDs = 'id_1', 'id_2'

[plants_table]:
load *

where match(request_id, $(vRequestIDs))

from table

;
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" /&gt;However, I haven't successfully created this variable using the field 'request_id'.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;My attempts have not produced the right output:&lt;/P&gt;
&lt;P&gt;LET vRequestIDs = concat(chr(39)&amp;amp;request_id&amp;amp;chr(39),',');&lt;/P&gt;
&lt;P&gt;LET vRequestIDs = peek('request_id',0,'request');&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 17:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-distinct-string-values-from-one-field-to-load-the-same/m-p/2144479#M93118</guid>
      <dc:creator>prayner</dc:creator>
      <dc:date>2023-12-05T17:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load distinct string values from one field to load the same values in a different table.</title>
      <link>https://community.qlik.com/t5/App-Development/Load-distinct-string-values-from-one-field-to-load-the-same/m-p/2144564#M93123</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;request_list_table:&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;request_id&lt;BR /&gt;id_1&lt;BR /&gt;id_2&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;[plants table]:&lt;BR /&gt;Load *&lt;BR /&gt;from ...&lt;BR /&gt;where exists(request_id)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 22:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-distinct-string-values-from-one-field-to-load-the-same/m-p/2144564#M93123</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-12-05T22:14:09Z</dc:date>
    </item>
  </channel>
</rss>

