<?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: Total Count of Weeks That Include Blank Weeks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803831#M283803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagan.&amp;nbsp; The only change I needed to make was to use the ColumnNo() function instead of the RowNo().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2014 23:29:23 GMT</pubDate>
    <dc:creator>asmithids</dc:creator>
    <dc:date>2014-11-24T23:29:23Z</dc:date>
    <item>
      <title>Total Count of Weeks That Include Blank Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803828#M283800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having an issue counting the total number of weeks in the Total Utilization column.&amp;nbsp; The count function is only counting the weeks that have data and is ignoring the weeks that do not have data which is reducing my denominator.&amp;nbsp; I need to count the total number of weeks as displayed in the pivot table as part of my denominator.&amp;nbsp; The utilization calculation works per week, but as mentioned the Total Utilization is ignoring the blank weeks.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a spreadsheet that shows the Total Utilization as calculated by QlikView and the correct utilization side by side.&amp;nbsp; I also attached the app.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any assistance with this issue.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Alec &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2014 21:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803828#M283800</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2014-11-23T21:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count of Weeks That Include Blank Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803829#M283801</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;Try this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(RowNo() = 0, &lt;/P&gt;&lt;P&gt;Sum(PlanHours)/(Count(TOTAL DISTINCT WeekEnd)*40),&lt;/P&gt;&lt;P&gt;Sum(PlanHours)/(Count(DISTINCT WeekEnd)*40))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 06:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803829#M283801</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-24T06:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count of Weeks That Include Blank Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803830#M283802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You need to handle the null in your document before loading . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below : &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikcommunity.com/docs/DOC-7409" title="http://www.qlikcommunity.com/docs/DOC-7409"&gt;Null Value Handling using 3 Value Logic | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 06:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803830#M283802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T06:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count of Weeks That Include Blank Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803831#M283803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagan.&amp;nbsp; The only change I needed to make was to use the ColumnNo() function instead of the RowNo().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 23:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803831#M283803</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2014-11-24T23:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Total Count of Weeks That Include Blank Weeks</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803832#M283804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alec,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good catch, I tried this in Straight table, but in Pivot table you have to use ColumnNo().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 01:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Count-of-Weeks-That-Include-Blank-Weeks/m-p/803832#M283804</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-25T01:54:43Z</dc:date>
    </item>
  </channel>
</rss>

