<?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: Question on Data modeling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680037#M246636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Both Tables Product and Orders and outre join them like:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load productname,&lt;/P&gt;&lt;P&gt;productid from products;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load orderid,&lt;/P&gt;&lt;P&gt;productid from orders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then after reload you have one field with productid and productname and one with orderid and then use that productname as filter .&lt;/P&gt;&lt;P&gt;you have all the products in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prince Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 11:30:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-08T11:30:09Z</dc:date>
    <item>
      <title>Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680032#M246631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have total 20 products in my products table; however in the order table i have data for 15 products only. In my listbox I want to display all these products even if there are no orders to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried inserting a different table for all the products, but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Nikhil Gandhi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680032#M246631</guid>
      <dc:creator>nikhilgandhi715</dc:creator>
      <dc:date>2014-10-08T08:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680033#M246632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just outer join both tables Products and Orders and all the products will be in Product Field whether It is sold or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prince Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680033#M246632</guid>
      <dc:creator />
      <dc:date>2014-10-08T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680034#M246633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use product table products column in the filter that will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 09:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680034#M246633</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2014-10-08T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680035#M246634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know what Syntax do I need to use, as I am not joining the tables in Oracle?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680035#M246634</guid>
      <dc:creator>nikhilgandhi715</dc:creator>
      <dc:date>2014-10-08T11:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680036#M246635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried doing it, but it takes only those products where I have data in the Fact table while I need to display all the products.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680036#M246635</guid>
      <dc:creator>nikhilgandhi715</dc:creator>
      <dc:date>2014-10-08T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680037#M246636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Both Tables Product and Orders and outre join them like:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load productname,&lt;/P&gt;&lt;P&gt;productid from products;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load orderid,&lt;/P&gt;&lt;P&gt;productid from orders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then after reload you have one field with productid and productname and one with orderid and then use that productname as filter .&lt;/P&gt;&lt;P&gt;you have all the products in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prince Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680037#M246636</guid>
      <dc:creator />
      <dc:date>2014-10-08T11:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Data modeling</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680038#M246637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked just what I was looking for. Thank you very much for the help, really appreciate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 11:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-Data-modeling/m-p/680038#M246637</guid>
      <dc:creator>nikhilgandhi715</dc:creator>
      <dc:date>2014-10-08T11:37:18Z</dc:date>
    </item>
  </channel>
</rss>

