<?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: Fetching Not entered values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358651#M839556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data model is truly a pivot table as presented use the &lt;SPAN style="font-size: 13.3333px;"&gt;CrossTable &lt;/SPAN&gt;function. It will flatten the table out to what Peter suggested above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;CrossTable(Day,Name,2)&lt;/P&gt;&lt;P&gt;Load * Inline [EmpId, Name, Mon, Tue, Wed, Thu, Fri&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,A,y,,y,y,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,B,,y,,,y&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,C,y,y,y,y,y&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,D,,,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5,E,,,y,y,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 May 2017 15:01:40 GMT</pubDate>
    <dc:creator>johnca</dc:creator>
    <dc:date>2017-05-03T15:01:40Z</dc:date>
    <item>
      <title>Fetching Not entered values</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358649#M839552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data like below table: with the master calendars&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_46.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162049_Screenshot_46.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;If I select the &lt;/P&gt;&lt;P&gt;Monday --&amp;gt; EmpId 1 and 3 will be get.&lt;/P&gt;&lt;P&gt;Tuesday --&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;EmpId&amp;nbsp; 2 and 3 will be get and so on.............&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But&amp;nbsp; I need &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On selecting &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Monday --&amp;gt; Entered EmpId count=2 and not entered EmpId count=3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tuesday --&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;Entered EmpId count=2 and not entered EmpId count=3&amp;nbsp; and so on...............&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any one can help me in this.......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I cannot attach the sample file along with it. Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Yoganantha Prakash G P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358649#M839552</guid>
      <dc:creator>yoganantha321</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Not entered values</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358650#M839554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This depends your datamodel,&lt;/P&gt;&lt;P&gt;see the attached with correct calculation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 14:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358650#M839554</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-03T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Not entered values</title>
      <link>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358651#M839556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your data model is truly a pivot table as presented use the &lt;SPAN style="font-size: 13.3333px;"&gt;CrossTable &lt;/SPAN&gt;function. It will flatten the table out to what Peter suggested above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;CrossTable(Day,Name,2)&lt;/P&gt;&lt;P&gt;Load * Inline [EmpId, Name, Mon, Tue, Wed, Thu, Fri&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,A,y,,y,y,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,B,,y,,,y&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,C,y,y,y,y,y&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,D,,,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 5,E,,,y,y,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 May 2017 15:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetching-Not-entered-values/m-p/1358651#M839556</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2017-05-03T15:01:40Z</dc:date>
    </item>
  </channel>
</rss>

