<?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: Filling Missing Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437372#M1225554</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29731"&gt;@MK_QSL&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt; The attached document couldn't be accessed, could you please share the solution again.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 12:26:33 GMT</pubDate>
    <dc:creator>Kwame</dc:creator>
    <dc:date>2024-04-03T12:26:33Z</dc:date>
    <item>
      <title>Filling Missing Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/696735#M251688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a good document on the subjected TOPIC by HC (&lt;A href="https://community.qlik.com/docs/DOC-3786"&gt;Generating Missing Data In QlikView&lt;/A&gt;) but I want to have below requirements need to be achieved by Front End... Script side solution I already know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that I have below Data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *, Customer&amp;amp;Product as Key Inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Customer, Product, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; A, P1, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; A, P2, 120&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; A, P4, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B, P2, 140&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B, P3, 210&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; B, P4, 165&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;I want below output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Total Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;935 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;100&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;120&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;A&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;200&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;0&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;140&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;210&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;B&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;P4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;165&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that, only by unticking Suppress Zero Values on Presentation Tab is not going to give the expected result.&lt;/P&gt;&lt;P&gt;Here Customer A is not having Sales for Product P3 and Customer B is not having Sales for product P1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, need to show All Products for All customers even though there is no Sales Data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 13:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/696735#M251688</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-25T13:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filling Missing Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/696736#M251689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check attachment, maybe you can work on better performance but hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 13:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/696736#M251689</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-25T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filling Missing Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437372#M1225554</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29731"&gt;@MK_QSL&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt; The attached document couldn't be accessed, could you please share the solution again.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437372#M1225554</guid>
      <dc:creator>Kwame</dc:creator>
      <dc:date>2024-04-03T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filling Missing Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437380#M1225555</link>
      <description>&lt;P&gt;Hi, I can open the document, maybe you don't have a QlikView license.&lt;/P&gt;
&lt;P&gt;The document only has this script:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sales:

Load *, Customer&amp;amp;Product as Key Inline

[
  Customer, Product, Sales
  A, P1, 100
  A, P2, 120
  A, P4, 200
  B, P2, 140
  B, P3, 210
  B, P4, 165
];&lt;/LI-CODE&gt;
&lt;P&gt;And a table with 2 dimensions:&lt;/P&gt;
&lt;P&gt;=Aggr(Only({1} Customer), Customer)&lt;/P&gt;
&lt;P&gt;=ValueList($(=Chr(39) &amp;amp; concat( Product, Chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; Chr(39)))&lt;/P&gt;
&lt;P&gt;And one expression:&lt;/P&gt;
&lt;P&gt;Sum(If(Product=ValueList($(=Chr(39) &amp;amp; concat( Product, Chr(39) &amp;amp; ',' &amp;amp; chr(39)) &amp;amp; Chr(39))), Sales))&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437380#M1225555</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2024-04-03T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filling Missing Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437467#M1225556</link>
      <description>&lt;P&gt;Much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 15:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filling-Missing-Data/m-p/2437467#M1225556</guid>
      <dc:creator>Kwame</dc:creator>
      <dc:date>2024-04-03T15:05:30Z</dc:date>
    </item>
  </channel>
</rss>

