<?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: Pivot Table - Include values for dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278428#M1187449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for delay. Give me a few moments while I tidy up the model!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 16:54:49 GMT</pubDate>
    <dc:creator>mazacini</dc:creator>
    <dc:date>2011-09-22T16:54:49Z</dc:date>
    <item>
      <title>Pivot Table - Include Table 1 Dimensions for Table 2 aggregation even if not present in Table 2</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278416#M1187437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have ITEMS table with Dimensions CODE and &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;ITEMCODE&lt;/STRONG&gt;&lt;/SPAN&gt;. I have a SALES table with TRANSDATE, TRANSMTH,TRANSREF,&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; ITEMCODE &lt;/STRONG&gt;&lt;/SPAN&gt;and LINEVAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a Pivot Table which shows total LINEVALUE for CODE per TRANMTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I want to show for all CODE, even for CODE where there&lt;EM&gt;&lt;STRONG&gt; is no &lt;/STRONG&gt;&lt;/EM&gt;record in the SALES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently in my Pivot Table, only displays CODE where there &lt;EM&gt;&lt;STRONG&gt;is a&lt;/STRONG&gt;&lt;/EM&gt; record in the SALES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I can tell, I have unchecked the relevant Suppress Zero and Suppres Null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 11:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278416#M1187437</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-21T11:08:02Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278417#M1187438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; uncheck "Suppress zero" is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you unchecked "Suppress null" on both CODE and TRANMTH ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 12:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278417#M1187438</guid>
      <dc:creator />
      <dc:date>2011-09-21T12:52:09Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278418#M1187439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes (on the Dimensions tab?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 12:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278418#M1187439</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-21T12:56:25Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278419#M1187440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( isnull(salefield)=0,salefield,0) in Place of sales field in expression&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( len(salefield)&amp;lt;&amp;gt;0,salefield,0) in Place of sales field in expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 13:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278419#M1187440</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-21T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278420#M1187441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is sum(LINEVAL). So I have replaced "salefield" above with "SUM(LINEVAL)". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Pivot know shows all the CODES!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might be able to help me further though! When I apply filters, the report will exclude the CODES not associated to the filter. Is there a way I can extend your solution to overcome this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, I have a Product Group table that has ITEMCODE and PG. When I filter on a particular PG, it seems to override your solution? Maybe Set Analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I ask&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 14:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278420#M1187441</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-21T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278421#M1187442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i am understand fully but you may reuire linke 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;sum({&amp;lt;Filtername={"Filtervalue"}&amp;gt;} if( isnull(salefield)=0,salefield,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 14:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278421#M1187442</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-21T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278422#M1187443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean to include a specific Filtername and Filtervalue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I get this to work for ANY combinations of different filter names and values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 17:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278422#M1187443</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-21T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278423#M1187444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum( if( isnull(salefield)=0,salefield,0)) this will help u &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 19:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278423#M1187444</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-21T19:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278424#M1187445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your solution will work, as long as I filter using a field in the ITEMS table. (I have other fields in the table which I do not mention above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not work when I filter using other fields outside the ITEMS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggesttions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS -&amp;nbsp; I am using SUM(LINEVAL) in place of "salefield".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278424#M1187445</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T16:13:13Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278425#M1187446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post an image of your data model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278425#M1187446</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-22T16:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278426#M1187447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean from the table viewer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278426#M1187447</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T16:28:02Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278427#M1187448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278427#M1187448</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-22T16:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278428#M1187449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for delay. Give me a few moments while I tidy up the model!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 16:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278428#M1187449</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278429#M1187450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Pivot Table has Dimensions Items2.ITEMCODE&amp;nbsp; and Trans1.TR.MTH. (Different from field names quoted above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have entered a few expressions based on Sunil's advice, but as it stands my expression is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( if( isnull(TR.VALUE)=0,TR.VALUE,0)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to work (ie it shows items even if no transaction on Trans1 table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also works when I apply filter for TargetExists field in Items2 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to be able to do is say, select the ACCCODE (in Trans1 and CUSTS) and say CATCODE (in STOCKCATS and Items 2), and show ALL Items with selected CATCODE, whether they have been sold to selected ACCCODE or Not!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have explained properly?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="7478" alt="export.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/7478_export.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 17:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278429#M1187450</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T17:47:43Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278430#M1187451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is the only connection between ACCCODE and ITEMCODE is via the transaction table. So you want to select an ACCCODE value and it shouldn't have any impact on the pivot table, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( if( isnull(TR.VALUE)=0,SUM({&amp;lt;ACCCODE= &amp;gt;} TR.VALUE),0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;might&lt;/EM&gt;&lt;/SPAN&gt; work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 18:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278430#M1187451</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-22T18:15:07Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include values for dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278431#M1187452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sticking with this. Unfortunatley, when I enter the formula, all cells compute to '-' (null?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you may have hit on the problem in your last posting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'll try another solution, using SET Analsysis. I'm not very good at that, so you might be able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can show all the TR.VALUE per ACCCODE for ITEMCODES filtered on TargetExists and CATCODE per TR.MTH (which is a simple filtered Pivot), I know there is some way using set analysis to show ITEMCODES for the TargetExists and CATCODES filter which DO NOT have a record in Trans1, and therefore DO NOT have a TR.VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for help so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 18:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278431#M1187452</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include Table 1 Dimensions for Table 2 aggregation even if not present in Table 2</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278432#M1187453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To expand on my last posting...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set up my pivot which shows sum of TR.VALUE per month, and to which I can apply filters as normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also set up a straight table showing ITEMCODE and DESC, with SET Analysis to always filter on a particular value of TargetExists (="y"). For comvenience, in order to be able to complete the table, I have a COUNT expresssion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I need to extend the SET Analysis so that it will show the excluded ITEMCODE and DESC, but always for TargetExists = "Y".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don;t worry if you can't give this any more time. If I don't hear back, I'll set up a new discussion, which is probably appropriate anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 19:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278432#M1187453</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T19:22:29Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include Table 1 Dimensions for Table 2 aggregation even if not present in Table 2</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278433#M1187454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your app here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 19:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278433#M1187454</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-22T19:26:46Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include Table 1 Dimensions for Table 2 aggregation even if not present in Table 2</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278434#M1187455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never did that before. Contains client data. I am worried about security?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 19:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278434#M1187455</guid>
      <dc:creator>mazacini</dc:creator>
      <dc:date>2011-09-22T19:33:41Z</dc:date>
    </item>
    <item>
      <title>Pivot Table - Include Table 1 Dimensions for Table 2 aggregation even if not present in Table 2</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278435#M1187456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you muddle it up so it's not recognisable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll have another look at this in the morning (with or without the app) as my brain's gone to sleep now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 19:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-Include-Table-1-Dimensions-for-Table-2-aggregation/m-p/278435#M1187456</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-09-22T19:40:21Z</dc:date>
    </item>
  </channel>
</rss>

