<?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: Display all records in a chart (full outer join?) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455301#M169905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method 1 seems not working...&lt;/P&gt;&lt;P&gt;my case is in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 tables with similar structures for budget &amp;amp; actual sales, grouped by year/month/product/sales district&lt;/P&gt;&lt;P&gt;i use a joint key year-month-product-salesdistrict to avoid synthetic key&lt;/P&gt;&lt;P&gt;i create chart to compare budget/actual sales by year/month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if in 2012 Jan, no product1 is sold in district1, the joining key 2012-Jan-Product1-District1 will be absent from actual table&lt;/P&gt;&lt;P&gt;as i am using year/month from [actual table] as dimensions for chart, the corresponding budget will then be filtered out&lt;/P&gt;&lt;P&gt;and hence in total row, the total budget will be wrong (smaller)&lt;/P&gt;&lt;P&gt;sometimes budget may be absent for certain district while sometimes there is no sales for certain period (that means either side may have data absence)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a better way for me to solve problem like this? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2013 08:33:21 GMT</pubDate>
    <dc:creator>laujerry</dc:creator>
    <dc:date>2013-06-13T08:33:21Z</dc:date>
    <item>
      <title>Display all records in a chart (full outer join?)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455298#M169902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot chart where I want to display all records including the zero/null values.&amp;nbsp; In the attached example, my pivot chart is displaying 49 supermarket stores that have bought at least 1 of my products (based on my filter selection).&amp;nbsp; There are a total of 122 supermarkets based on the selection (49 buying stores and 73 non buying stores).&amp;nbsp; I want the pivot chart to display all 122 supermarkets and not just the 49 that have data.&amp;nbsp; The 73 stores that are not currently displayed will just show up as new records on the pivot chart at the bottom of the report with zeros across the rows.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="31947" class="jive-image-thumbnail jive-image" height="652" onclick="" alt="all accounts visible.jpg" src="/legacyfs/online/31947_all accounts visible.jpg" width="915" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 16:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455298#M169902</guid>
      <dc:creator />
      <dc:date>2013-01-24T16:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display all records in a chart (full outer join?)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455299#M169903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry to put this to the top again&lt;/P&gt;&lt;P&gt;i also have similar request that if it is possible to perform full join in chart table&lt;/P&gt;&lt;P&gt;can anyone help thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 06:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455299#M169903</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2013-06-13T06:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display all records in a chart (full outer join?)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455300#M169904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't call this a "full outer join", even though that often is the SQL equivalent. To me it's more "showing dimensional values excluded by the selection". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are however a couple of ways to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 1:&lt;/P&gt;&lt;P&gt;Properties &amp;gt; Dimensions &amp;gt; Show all Values: Should be checked.&lt;/P&gt;&lt;P&gt;Properties &amp;gt; Presentation &amp;gt; Suppress Zero Values: Should be unchecked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 2:&lt;/P&gt;&lt;P&gt;Create a dummy expression that always returns a number, e.g.&lt;/P&gt;&lt;P&gt;Count(distinct {1} [Store Number])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 07:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455300#M169904</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-06-13T07:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display all records in a chart (full outer join?)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455301#M169905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method 1 seems not working...&lt;/P&gt;&lt;P&gt;my case is in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 tables with similar structures for budget &amp;amp; actual sales, grouped by year/month/product/sales district&lt;/P&gt;&lt;P&gt;i use a joint key year-month-product-salesdistrict to avoid synthetic key&lt;/P&gt;&lt;P&gt;i create chart to compare budget/actual sales by year/month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if in 2012 Jan, no product1 is sold in district1, the joining key 2012-Jan-Product1-District1 will be absent from actual table&lt;/P&gt;&lt;P&gt;as i am using year/month from [actual table] as dimensions for chart, the corresponding budget will then be filtered out&lt;/P&gt;&lt;P&gt;and hence in total row, the total budget will be wrong (smaller)&lt;/P&gt;&lt;P&gt;sometimes budget may be absent for certain district while sometimes there is no sales for certain period (that means either side may have data absence)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a better way for me to solve problem like this? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455301#M169905</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2013-06-13T08:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display all records in a chart (full outer join?)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455302#M169906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would not keep the actual numbers and the budget numbers in different tables. I would use a common fact table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Se more on &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity"&gt;Fact Table with Mixed Granularity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 08:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455302#M169906</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-06-13T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display all records in a chart (full outer join?)</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455303#M169907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric, I did it&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 02:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-records-in-a-chart-full-outer-join/m-p/455303#M169907</guid>
      <dc:creator>laujerry</dc:creator>
      <dc:date>2013-06-17T02:19:29Z</dc:date>
    </item>
  </channel>
</rss>

