<?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: two associations between tables different filters by constant type in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1678235#M51576</link>
    <description>&lt;P&gt;Why not create 2 dimension tables&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 for shipping address and 1 for billing address&lt;/P&gt;&lt;P&gt;based on your SQL they can have the same key&lt;/P&gt;</description>
    <pubDate>Sat, 22 Feb 2020 16:12:33 GMT</pubDate>
    <dc:creator>jochem_zw</dc:creator>
    <dc:date>2020-02-22T16:12:33Z</dc:date>
    <item>
      <title>two associations between tables different filters by constant type</title>
      <link>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1678121#M51567</link>
      <description>&lt;P&gt;How to create this association for ShipTo and BillTo address associated to an order header? In T-SQL for Microsoft SQL Server, we use the following SQL for reports.&lt;/P&gt;&lt;P&gt;select h.cust_order_number, BillTo.Name, BillTo.Email, ShipTo.Name, ShipTo.State, ShipTo.Country&lt;/P&gt;&lt;P&gt;from orders h&lt;/P&gt;&lt;P&gt;left outer join addresses ShipTo on h.shipAddressRef = ShipTo.addressID and ShipTo.type = 'SHIP_TO'&lt;/P&gt;&lt;P&gt;left outer join addresses BillTo on h.shipAddressRef = BillTo.addressID and ShipTo.type = 'BILL_TO'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first association is created correctly, when I pick the address table and apply a filter (i.e. type = 'SHIP_TO'). How do I pick the same table and apply a different filter for the BILL_TO? Qlik Sense Data Manager is replacing the first address and association, instead of making the second association as I intend.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1678121#M51567</guid>
      <dc:creator>tgSimplay3</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: two associations between tables different filters by constant type</title>
      <link>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1678235#M51576</link>
      <description>&lt;P&gt;Why not create 2 dimension tables&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 for shipping address and 1 for billing address&lt;/P&gt;&lt;P&gt;based on your SQL they can have the same key&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 16:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1678235#M51576</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-02-22T16:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: two associations between tables different filters by constant type</title>
      <link>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1682888#M51988</link>
      <description>&lt;P&gt;Jochem_zw suggested I create 2 dimension tables. It is exactly what I'm trying to do. But it seems impossible with the Data Manager and the "Auto-generated section" of the Data load editor. Do I need to "Unlock" the script and do something special? If yes, how to load/create 2 different tables from the same SQL data table ... each with its separate where clause. Can you provide an example?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 13:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/two-associations-between-tables-different-filters-by-constant/m-p/1682888#M51988</guid>
      <dc:creator>tgSimplay3</dc:creator>
      <dc:date>2020-03-09T13:03:02Z</dc:date>
    </item>
  </channel>
</rss>

