<?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 I have two sql tables one containing dimension and other expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696414#M251586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How do I merge both table to ensure a smooth association of all my expression to my dimension. These is a key field from both table how do I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Oct 2014 14:47:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-25T14:47:49Z</dc:date>
    <item>
      <title>I have two sql tables one containing dimension and other expression</title>
      <link>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696414#M251586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How do I merge both table to ensure a smooth association of all my expression to my dimension. These is a key field from both table how do I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 14:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696414#M251586</guid>
      <dc:creator />
      <dc:date>2014-10-25T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: I have two sql tables one containing dimension and other expression</title>
      <link>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696415#M251587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you want to associate the tables by ProductKey only&lt;/P&gt;&lt;P&gt;Remove LastModified from the two SQL select in your script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 16:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696415#M251587</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-25T16:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: I have two sql tables one containing dimension and other expression</title>
      <link>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696416#M251588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want the products in dimension table to be associated with all the fields in expression table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 16:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696416#M251588</guid>
      <dc:creator />
      <dc:date>2014-10-25T16:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: I have two sql tables one containing dimension and other expression</title>
      <link>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696417#M251589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Productkey seems like good enough key field between your fact table and dimension table and you dont want to have that "lastmodifed" column disrupting your data, rename them. table.field or however you like it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 16:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696417#M251589</guid>
      <dc:creator />
      <dc:date>2014-10-25T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: I have two sql tables one containing dimension and other expression</title>
      <link>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696418#M251590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello,&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want the products in dimension table to be associated with all the fields in expression table.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rgds&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, they will. one unique key field between two tables is enough. If you think there should be more keys between two tables as per business logic concatenate them into one single key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 17:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-have-two-sql-tables-one-containing-dimension-and-other/m-p/696418#M251590</guid>
      <dc:creator />
      <dc:date>2014-10-25T17:00:20Z</dc:date>
    </item>
  </channel>
</rss>

