<?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: How to Link 2 Sheets that have the same fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684093#M52106</link>
    <description>&lt;P&gt;Thanks Aditya, do I just add that in each section (data load editor) after the select query?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;QUALIFY *;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;w:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNQUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;we_date &amp;amp;&amp;nbsp;product &amp;amp;&amp;nbsp;manager &amp;amp;&amp;nbsp;patch as link_key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 10:57:20 GMT</pubDate>
    <dc:creator>aftabn10</dc:creator>
    <dc:date>2020-03-12T10:57:20Z</dc:date>
    <item>
      <title>How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684080#M52104</link>
      <description>&lt;P&gt;Hi, I am looking for some help with trying to link 2 sheets that have a number of Filters that I have setup but are both sitting in separate tables. The reason this is because I have a number of aggregated columns that are different for the 2 tables and want to keep this separately as I will be building more sheets as I go along.&lt;/P&gt;&lt;P&gt;The filters that are the same within the 2 sheets are the following:&lt;/P&gt;&lt;P&gt;we_date&lt;BR /&gt;product&lt;BR /&gt;manager&lt;BR /&gt;patch&lt;BR /&gt;&lt;BR /&gt;Through the data manager I managed to create an association between the 2 tables for we_date but from reading on this site and other searches on Google I can't make any associations between these tables and this is where I am stuck.&lt;/P&gt;&lt;P&gt;The 2 sheets will now allow me to filter using the we_date, but if I use the filters for product, manager or patch then nothing happens on my 2nd sheet as they are not linked.&lt;BR /&gt;&lt;BR /&gt;Currently in my data load editor I have 2 sections of select queries like the following:&lt;/P&gt;&lt;P&gt;Table1&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;BR /&gt;w:&lt;BR /&gt;SELECT&lt;BR /&gt;*&lt;BR /&gt;FROM&lt;BR /&gt;table1&lt;BR /&gt;;&lt;BR /&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;Table2&lt;BR /&gt;&lt;BR /&gt;QUALIFY *;&lt;BR /&gt;w_c:&lt;BR /&gt;SELECT&lt;BR /&gt;*&lt;BR /&gt;FROM&lt;BR /&gt;table2&lt;BR /&gt;;&lt;BR /&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;I would really appreciate if somebody could advise a fix on the issue I am having.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684080#M52104</guid>
      <dc:creator>aftabn10</dc:creator>
      <dc:date>2021-12-20T21:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684091#M52105</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you just need to create a key by combining the common fields from both the tables and link the two tables using the key.&lt;/P&gt;&lt;P&gt;eg. w:&lt;/P&gt;&lt;P&gt;we_date &amp;amp;&amp;nbsp;&lt;SPAN&gt;product &amp;amp;&amp;nbsp;manager &amp;amp;&amp;nbsp;patch as link_key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;w_c:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;w_c_we_date &amp;amp;&amp;nbsp;w_c_product &amp;amp;&amp;nbsp;w_c_manager &amp;amp;&amp;nbsp;w_c_patch as link_key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Aditya Chitale&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684091#M52105</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2020-03-12T10:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684093#M52106</link>
      <description>&lt;P&gt;Thanks Aditya, do I just add that in each section (data load editor) after the select query?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;QUALIFY *;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;w:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNQUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;we_date &amp;amp;&amp;nbsp;product &amp;amp;&amp;nbsp;manager &amp;amp;&amp;nbsp;patch as link_key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684093#M52106</guid>
      <dc:creator>aftabn10</dc:creator>
      <dc:date>2020-03-12T10:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684095#M52107</link>
      <description>&lt;P&gt;Hi Aftab,&lt;/P&gt;&lt;P&gt;you need to create the key in both the tables&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Aditya Chitale&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 10:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684095#M52107</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2020-03-12T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684109#M52108</link>
      <description>&lt;P&gt;Thanks Aditya, will work out how to do it as first time I will have used it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 11:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684109#M52108</guid>
      <dc:creator>aftabn10</dc:creator>
      <dc:date>2020-03-12T11:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684543#M52144</link>
      <description>&lt;P&gt;Aditya, apologies once again for the silly question.&lt;/P&gt;&lt;P&gt;I wrote the load as shown below in the 2 sections but the filters still don't work, feel as though I have missed something out or not doing it right.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;QUALIFY *;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;w:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNQUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;BR /&gt;we_date &amp;amp;&amp;nbsp;product &amp;amp;&amp;nbsp;manager &amp;amp;&amp;nbsp;patch as link_key;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;QUALIFY *;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;w_c:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;UNQUALIFY *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LOAD&lt;BR /&gt;w_c.we_date &amp;amp; w_c.product &amp;amp; w_c.manager &amp;amp; w_c.patch as link_key;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 15:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684543#M52144</guid>
      <dc:creator>aftabn10</dc:creator>
      <dc:date>2020-03-13T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Link 2 Sheets that have the same fields</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684662#M52150</link>
      <description>&lt;P&gt;Hi Aftab,&lt;/P&gt;&lt;P&gt;Can you please share the data so that we can look into it in detail&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Chitale&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2020 06:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Link-2-Sheets-that-have-the-same-fields/m-p/1684662#M52150</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2020-03-14T06:32:38Z</dc:date>
    </item>
  </channel>
</rss>

