<?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: Getting values to a table from different sources in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982270#M81064</link>
    <description>&lt;P&gt;please post one example of those multiple keys and your expected result in this case. thanks&lt;/P&gt;</description>
    <pubDate>Sun, 18 Sep 2022 17:49:29 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-09-18T17:49:29Z</dc:date>
    <item>
      <title>Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982174#M81050</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;Am trying to get data from 3 different tables and trying to merge everything into a single table, Kindly suggest what should i do&lt;/P&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="64" height="19" class="xl65" style="height: 14.5pt; width: 48pt;"&gt;ColA&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Colb&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Colc&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;44&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;E&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;55&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table2:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="64" height="19" class="xl65" style="height: 14.5pt; width: 48pt;"&gt;ColA&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Colb&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Colc&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;F&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;66&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;G&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;77&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;H&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;88&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;I&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;99&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;J&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;
&lt;P&gt;1010&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;table 3:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="64" height="19" class="xl65" style="height: 14.5pt; width: 48pt;"&gt;A&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-left: none; width: 48pt;"&gt;111&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-left: none; width: 48pt;"&gt;121&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;221&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;333&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;321&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;444&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;421&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;E&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;555&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;521&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;F&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;666&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;621&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;G&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;777&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;721&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;H&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;888&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;821&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;And i need final table be like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;final table:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 240pt;" border="0" width="320" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD width="64" height="19" class="xl65" style="height: 14.5pt; width: 48pt;"&gt;ColA&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Colb&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Colc&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;ColD&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;ColE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;A&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;111&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;121&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;B&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;221&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;C&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;333&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;321&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;D&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;44&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;444&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;421&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;E&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;55&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;555&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;521&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;F&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;66&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;666&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;621&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;G&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;77&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;777&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;721&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.5pt;"&gt;
&lt;TD height="19" class="xl65" style="height: 14.5pt; border-top: none;"&gt;H&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;88&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;888&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;821&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sat, 17 Sep 2022 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982174#M81050</guid>
      <dc:creator>GOKULAKANNAN</dc:creator>
      <dc:date>2022-09-17T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982176#M81051</link>
      <description>&lt;P&gt;Load table1, then concatenate table2 and finally right join table3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 10:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982176#M81051</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-09-17T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982177#M81052</link>
      <description>&lt;P&gt;Hi, that looks like a concatenation of the fist two tables and a join with the last.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FinalTable:
LOAD * from/resident Table1;
Concatenate LOAD * from/resident Table2;

Left/inner/outer Join
LOAD * from/resident Table3;&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 17 Sep 2022 10:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982177#M81052</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-09-17T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982179#M81053</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;
&lt;P&gt;but while joining am getting more records. If am having 100 records in table 1 and 100 records in table 2, and 150 from table 3 , am expecting 150 final records, but here am getting more records, like 500&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 10:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982179#M81053</guid>
      <dc:creator>GOKULAKANNAN</dc:creator>
      <dc:date>2022-09-17T10:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982213#M81058</link>
      <description>&lt;P&gt;Loading your sample data like this does not show additional records.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1663448542089.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89292iF0F471752DFCE128/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1663448542089.png" alt="MarcoWedel_0-1663448542089.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tabFinal:
LOAD ColA, 
     Colb, 
     Colc
FROM [https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982179] (html, codepage is 1252, embedded labels, table is @1);

Concatenate (tabFinal)
LOAD ColA, 
     Colb, 
     Colc
FROM [https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982179] (html, codepage is 1252, embedded labels, table is @2);


Right Join (tabFinal)
LOAD @1 as ColA, 
     @2 as ColD, 
     @3 as ColE
FROM [https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982179] (html, codepage is 1252, no labels, table is @3);

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you post an example that shows this behaviour? Maybe there are multiple rows for the same key in your data thus getting multiplied while joining.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Marco&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 21:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982213#M81058</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-09-17T21:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982219#M81060</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the reply,&lt;/P&gt;
&lt;P&gt;Yes we do have a multiple records for the same key, but it has different values in some other column, in that case what should i do.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Gokul&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 04:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982219#M81060</guid>
      <dc:creator>GOKULAKANNAN</dc:creator>
      <dc:date>2022-09-18T04:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting values to a table from different sources</title>
      <link>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982270#M81064</link>
      <description>&lt;P&gt;please post one example of those multiple keys and your expected result in this case. thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 17:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Getting-values-to-a-table-from-different-sources/m-p/1982270#M81064</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-09-18T17:49:29Z</dc:date>
    </item>
  </channel>
</rss>

