<?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 Create missing records in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984489#M973060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me with this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;StudentID,&lt;/P&gt;&lt;P&gt;[Course Name], &lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status is a field that I have calculated based on the Couse Name. The values in that field are 1 and 0. Basically what I have done to calculate this is search if a course has completed Phase 1, put 1 then 0. If a student has completed Phase 2, put 1 then 0. Same for phase 3 and phase 4. &lt;/P&gt;&lt;P&gt;-Phase 1&lt;/P&gt;&lt;P&gt;-Phase 2&lt;/P&gt;&lt;P&gt;- Phase 3&lt;/P&gt;&lt;P&gt;- Phase 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will always have those 4 states that I have created. In my design I want to create a pivot table that looks like this. I want to replace those 1 and 0s by coloring the cell of the table. The objective of this presentation is to let the user know who are the 0s (the ones missing training)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 384px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;StudentId&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Course&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 3&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I have is that when I select a student that does not have 1s in all their phases, the dimension is gone. For example, if I select StudentI=1 and Course=A, I lose Phase 3 and Phase 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;StudentId&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Course&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a matter of populating z,eros. It is because for that specific record Phase 3 and Phase 4 status do not exist in the data, how do I achieve to see the records when data is missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to achieve this from the script and really trying to avoid any calculated dimensions. &lt;/P&gt;&lt;P&gt;Any advice is much appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Paula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 05:13:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-07T05:13:45Z</dc:date>
    <item>
      <title>Create missing records in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984489#M973060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me with this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;StudentID,&lt;/P&gt;&lt;P&gt;[Course Name], &lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status is a field that I have calculated based on the Couse Name. The values in that field are 1 and 0. Basically what I have done to calculate this is search if a course has completed Phase 1, put 1 then 0. If a student has completed Phase 2, put 1 then 0. Same for phase 3 and phase 4. &lt;/P&gt;&lt;P&gt;-Phase 1&lt;/P&gt;&lt;P&gt;-Phase 2&lt;/P&gt;&lt;P&gt;- Phase 3&lt;/P&gt;&lt;P&gt;- Phase 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will always have those 4 states that I have created. In my design I want to create a pivot table that looks like this. I want to replace those 1 and 0s by coloring the cell of the table. The objective of this presentation is to let the user know who are the 0s (the ones missing training)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 384px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;StudentId&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Course&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 3&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem that I have is that when I select a student that does not have 1s in all their phases, the dimension is gone. For example, if I select StudentI=1 and Course=A, I lose Phase 3 and Phase 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;StudentId&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Course&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Phase 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a matter of populating z,eros. It is because for that specific record Phase 3 and Phase 4 status do not exist in the data, how do I achieve to see the records when data is missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to achieve this from the script and really trying to avoid any calculated dimensions. &lt;/P&gt;&lt;P&gt;Any advice is much appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Paula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 05:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984489#M973060</guid>
      <dc:creator />
      <dc:date>2015-09-07T05:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create missing records in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984490#M973061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3786"&gt;Generating Missing Data In QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 12:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984490#M973061</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-09-08T12:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create missing records in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984491#M973062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2928"&gt;How to populate a sparsely populated field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 12:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984491#M973062</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-09-08T12:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create missing records in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984492#M973063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried&amp;nbsp; unchecked "suppress zero values" in presentation tab of Pivot table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 13:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-missing-records-in-QlikView/m-p/984492#M973063</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-09-08T13:05:11Z</dc:date>
    </item>
  </channel>
</rss>

