<?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 show excluded rows in load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148905#M375671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, for the purpose of my question i have made some tables with static data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am starting from the &lt;STRONG&gt;Sales&lt;/STRONG&gt; table without any problem, next i am linking &lt;STRONG&gt;Budget&lt;/STRONG&gt; to &lt;STRONG&gt;Sales&lt;/STRONG&gt; via &lt;SPAN style="text-decoration: underline;"&gt;BudgetKey&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem i am facing is that the &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;VPA2&lt;/SPAN&gt; record from &lt;STRONG&gt;Budget&lt;/STRONG&gt; is not shown in my report. So i thought to solve this via OUTER JOIN but for some strange reason this just doesn't work... the &lt;SPAN style="color: #575757;"&gt;VPA2&lt;/SPAN&gt; line is still not shown in my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do this (in combination with a Date Island) via&lt;/P&gt;&lt;P&gt;=sum(if(Budget.boekjaar = DI_Financial_Year and &lt;SPAN style="font-size: 13.3333px;"&gt;Budget&lt;/SPAN&gt;.boekjaar_periode = DI_Financial_Month_Num, aggr(Budget.lmvh_budget, BudgetKey)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;LOAD * inline [&lt;/P&gt;
&lt;P&gt;VtgwBedrKey, BudgetKey, lmvh, lvol, Article, Client, Client_Type, Company, Country_Of_Destination, Customer_Group,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Financial_date, Warehouse, lprmargomz, dag, maand, jaar, Article_Type, Region, orbedrijf, Invoice_Number, Article_Type_Description&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|PELL', etc...........................&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|PELL', etc...........................&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|PELL',&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; etc...........................&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|VPA1',&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; etc...........................&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|VPA3',&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; etc...........................&lt;/SPAN&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;QUALIFY *;&lt;/P&gt;
&lt;P&gt;UNQUALIFY BudgetKey;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Budget&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;OUTER JOIN(&lt;STRONG&gt;Sales&lt;/STRONG&gt;) //this line was added extra because VPA2 was not shown with normal linking&lt;/P&gt;
&lt;P&gt;LOAD * inline [&lt;/P&gt;
&lt;P&gt;BudgetKey, klantengroep, boekjaar, boekjaar_periode, vtgwcode, bedrijf, artsoort, lmvh_budget&lt;/P&gt;
&lt;P&gt;'Agroup|FY2017|1|999|PPD|PELL', 'Agroup', 'FY2017', 1, 999, 'PPD', 'PELL', 1&lt;/P&gt;
&lt;P&gt;'Agroup|FY2017|1|999|PPD|VPA1', 'Agroup', 'FY2017', 1, 999, 'PPD', 'VPA1', 1&lt;/P&gt;
&lt;P&gt;'Agroup|FY2017|1|999|PPD|VPA2', 'Agroup', 'FY2017', 1, 999, 'PPD', 'VPA2', 1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;UNQUALIFY *;&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2016 15:10:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-13T15:10:40Z</dc:date>
    <item>
      <title>show excluded rows in load</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148905#M375671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, for the purpose of my question i have made some tables with static data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am starting from the &lt;STRONG&gt;Sales&lt;/STRONG&gt; table without any problem, next i am linking &lt;STRONG&gt;Budget&lt;/STRONG&gt; to &lt;STRONG&gt;Sales&lt;/STRONG&gt; via &lt;SPAN style="text-decoration: underline;"&gt;BudgetKey&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem i am facing is that the &lt;SPAN style="color: #575757; text-decoration: underline;"&gt;VPA2&lt;/SPAN&gt; record from &lt;STRONG&gt;Budget&lt;/STRONG&gt; is not shown in my report. So i thought to solve this via OUTER JOIN but for some strange reason this just doesn't work... the &lt;SPAN style="color: #575757;"&gt;VPA2&lt;/SPAN&gt; line is still not shown in my report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do this (in combination with a Date Island) via&lt;/P&gt;&lt;P&gt;=sum(if(Budget.boekjaar = DI_Financial_Year and &lt;SPAN style="font-size: 13.3333px;"&gt;Budget&lt;/SPAN&gt;.boekjaar_periode = DI_Financial_Month_Num, aggr(Budget.lmvh_budget, BudgetKey)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;LOAD * inline [&lt;/P&gt;
&lt;P&gt;VtgwBedrKey, BudgetKey, lmvh, lvol, Article, Client, Client_Type, Company, Country_Of_Destination, Customer_Group,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Financial_date, Warehouse, lprmargomz, dag, maand, jaar, Article_Type, Region, orbedrijf, Invoice_Number, Article_Type_Description&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|PELL', etc...........................&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|PELL', etc...........................&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|PELL',&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; etc...........................&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|VPA1',&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; etc...........................&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;'PPD|999', 'Agroup|FY2017|1|999|PPD|VPA3',&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; etc...........................&lt;/SPAN&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;QUALIFY *;&lt;/P&gt;
&lt;P&gt;UNQUALIFY BudgetKey;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Budget&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;OUTER JOIN(&lt;STRONG&gt;Sales&lt;/STRONG&gt;) //this line was added extra because VPA2 was not shown with normal linking&lt;/P&gt;
&lt;P&gt;LOAD * inline [&lt;/P&gt;
&lt;P&gt;BudgetKey, klantengroep, boekjaar, boekjaar_periode, vtgwcode, bedrijf, artsoort, lmvh_budget&lt;/P&gt;
&lt;P&gt;'Agroup|FY2017|1|999|PPD|PELL', 'Agroup', 'FY2017', 1, 999, 'PPD', 'PELL', 1&lt;/P&gt;
&lt;P&gt;'Agroup|FY2017|1|999|PPD|VPA1', 'Agroup', 'FY2017', 1, 999, 'PPD', 'VPA1', 1&lt;/P&gt;
&lt;P&gt;'Agroup|FY2017|1|999|PPD|VPA2', 'Agroup', 'FY2017', 1, 999, 'PPD', 'VPA2', 1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;UNQUALIFY *;&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 15:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148905#M375671</guid>
      <dc:creator />
      <dc:date>2016-07-13T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded rows in load</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148906#M375672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a &lt;EM&gt;small&lt;/EM&gt; qlikview document that demonstrates the problem? Fake data is fine as long as it makes the problem clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148906#M375672</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-14T11:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded rows in load</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148907#M375673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The outer join probably loads the record, but t&lt;/SPAN&gt;he VPA2 record is not associated with any record in the first table. If you use any of the first table fields as dimensions in a chart or table, the VPA2 record will not show up, as its not associated to any of the dimension values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can verify this by creating a list box for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;lmvh_budget.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 12:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148907#M375673</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-07-14T12:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: show excluded rows in load</title>
      <link>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148908#M375674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers but i eventually solved it at SQL level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-excluded-rows-in-load/m-p/1148908#M375674</guid>
      <dc:creator />
      <dc:date>2016-07-14T13:08:40Z</dc:date>
    </item>
  </channel>
</rss>

