<?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: Add missing value to Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2040574#M1222696</link>
    <description>&lt;P&gt;are you saying you have 80 dimension values and since only 10 of them have data points associated, then the other 70 are not represented? it would depend on what your expression is.&amp;nbsp; for example if you are doing a simple count or sum, any dimension that have no measure associated will result in 0.&amp;nbsp; however, if you have a set analysis modifier that excludes the 70 other values then yes they will not be included.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;pls post your expression as that will help figure out your problem&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2023 19:02:03 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2023-02-21T19:02:03Z</dc:date>
    <item>
      <title>Add missing value to Table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2036051#M1222536</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a field called "Productcode" which has 80 possible values. I want to show them all, however some data points do not use all productcodes and thus do not show all product codes in the table. How do I add the missing product codes to the table for all data points?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Douwe_KB_0-1675955077542.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100088iDA1404C4FF7B1585/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Douwe_KB_0-1675955077542.png" alt="Douwe_KB_0-1675955077542.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Groepcode is the label for CProductgroep field. Here it only shows 10 of the 80 possible values, they all range from 0-999. I want to find a way to represent all these values in the CProductgroep for all data points however I can't think of a way to do this. Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 15:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2036051#M1222536</guid>
      <dc:creator>Douwe_KB</dc:creator>
      <dc:date>2023-02-09T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add missing value to Table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2040574#M1222696</link>
      <description>&lt;P&gt;are you saying you have 80 dimension values and since only 10 of them have data points associated, then the other 70 are not represented? it would depend on what your expression is.&amp;nbsp; for example if you are doing a simple count or sum, any dimension that have no measure associated will result in 0.&amp;nbsp; however, if you have a set analysis modifier that excludes the 70 other values then yes they will not be included.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;pls post your expression as that will help figure out your problem&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2040574#M1222696</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-21T19:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add missing value to Table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2040583#M1222697</link>
      <description>&lt;P&gt;here is an example as this is very similar to this one:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Generating-data-in-Bar-chart-or-backend/td-p/2037930" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Generating-data-in-Bar-chart-or-backend/td-p/2037930&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this is the data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_0-1677006362598.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101042iFE78EAC634D1F94E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_0-1677006362598.png" alt="edwin_0-1677006362598.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;there are only 2 data points but there are a number of Dates.&lt;/P&gt;
&lt;P&gt;if you use simple sum:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_1-1677006445320.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101043i1C61DC4D029FC984/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_1-1677006445320.png" alt="edwin_1-1677006445320.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dimensions with no associated data points = 0&lt;/P&gt;
&lt;P&gt;however, if you use set analysis:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_2-1677006543962.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101044i02B6168B5F06D30C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_2-1677006543962.png" alt="edwin_2-1677006543962.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the other dimension values are not included as they dont satisfy the set analysis modifier condition.&lt;BR /&gt;&lt;BR /&gt;now if you add the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_3-1677006703132.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101045i43E89C6525CAE007/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_3-1677006703132.png" alt="edwin_3-1677006703132.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so you can combine them (and the final expression will depend on what is required, this is just an example)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_4-1677006783660.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101046i0ED52D21088A1B04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_4-1677006783660.png" alt="edwin_4-1677006783660.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-missing-value-to-Table/m-p/2040583#M1222697</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2023-02-21T19:14:20Z</dc:date>
    </item>
  </channel>
</rss>

