<?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: Missing Values, once again... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164850#M892141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which part of the expression isn't available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this? -&amp;gt;&lt;STRONG&gt; Sum([number of expected diagnosis])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 08:41:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-10T08:41:46Z</dc:date>
    <item>
      <title>Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164849#M892140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;may anyone can help me out with this problem:&lt;/P&gt;&lt;P&gt;I got a table that includes diagnosis data for every patient (one patient per line).&lt;/P&gt;&lt;P&gt;Now I wanna do a target-performance-comparsion. (The target data comes form a different table.) The tricky thing is that there is a weighting per month for the target data but not every diagnosis is performed in ever month, so the data gets lost in the accumulation of the weight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what the target formula looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[number of expected diagnosis]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/12*&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '01', 0.7, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '02', 0.8, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '03', 1.1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '04', 1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '05', 0.9, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '06', 1.2, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '07', 0.9, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '08', 0.9, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '09', 0.9, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '10', 1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '11', 1, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= '12', 0.8))))))))))))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;It works as far as there is a value for every month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Maybe you guys got an idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Markus&lt;/SPAN&gt;&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/Missing-Values-once-again/m-p/1164849#M892140</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164850#M892141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which part of the expression isn't available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this? -&amp;gt;&lt;STRONG&gt; Sum([number of expected diagnosis])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164850#M892141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164851#M892142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;The number of expected diagnosis is available, but there is no actual data for month 5. So the formula doesn't include the weight for that month when I look at the results for e.g. the first half-year... Hence the target sum is too low.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 08:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164851#M892142</guid>
      <dc:creator />
      <dc:date>2016-08-10T08:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164852#M892143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it be possible to share a sample to show the issue? I am having hard time picturing what might be going wrong here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 10:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164852#M892143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164853#M892144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, here you go.&lt;/P&gt;&lt;P&gt;There is only one diagnosis (DRG E69E) left in this sample. The expected patients per year is 25. So the formula tells QV to divide 25 into 12 months and multipliy it by the weight of the selected months.&lt;/P&gt;&lt;P&gt;So, when I select month 1, it shows me the target patients for month 1 (2 patients).&lt;/P&gt;&lt;P&gt;When I select month 1 and 2, it accumulates the weights of month 1 and 2 (4 patients).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that for this DRG there is no actual data for month 5. When I select month 1-6, the formula ignores the weight of month 5 and the target gets too low. In this example the number of target patients is 10 when it has to be 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I somehow tell QV to include all selected months for the target patients, even if there weren't any patients in month 5? I tried with TOTAL but failed.... Thank you for your time &amp;amp; effort. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164853#M892144</guid>
      <dc:creator />
      <dc:date>2016-08-10T12:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164854#M892145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using an expression such as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum([Fallzahl (Anzahl der DRG)])/12&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pick(Match(MaxString(EntlMonatOhneJahr), '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0.784, 1.801, 2.908, 3.915, 4.904, 5.918, 6.913, 7.853, 8.842, 9.902, 10.935, 11.999)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 16:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164854#M892145</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-10T16:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164855#M892146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning Sunny,&lt;/P&gt;&lt;P&gt;it works whenever I select a row of successive months starting with month 1. But when I select let's say only month 3 it gives me an accumulated target of 6 instead of 2 (which would be my expected number of patients for month 3). &lt;/P&gt;&lt;P&gt;I know it's knotty but we're already on the right page &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 06:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164855#M892146</guid>
      <dc:creator />
      <dc:date>2016-08-11T06:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164856#M892147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to provide me few expected outputs with and without selections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 09:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164856#M892147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T09:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164857#M892148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here are the different results between old and new formula (no selection):&lt;/P&gt;&lt;P&gt;12.3 is the correct output&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134315_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;selection month 3:&lt;/P&gt;&lt;P&gt;2.3 is correct&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/134316_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;selection month 4:&lt;/P&gt;&lt;P&gt;2.1 is correct&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/134317_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;selection moth 3+4:&lt;/P&gt;&lt;P&gt;4.4 is correct&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/134318_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 11:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164857#M892148</guid>
      <dc:creator />
      <dc:date>2016-08-11T11:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164858#M892149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you missed an important scenario when somebody selects 03 and 04 and 05 and 06. Rest other are easy to configure based on the condition if(GetSelectedCount(EntlMonatOhneJahr) .....), but what I additionally would want to know is how the expected output for 3, 4, 5, 6 will look like&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 12:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164858#M892149</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-11T12:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164859#M892150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. Here's the selection:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134400_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I selcted months 3+4+5+6 but since there are no values for month 5 the output is incomplete. The correct accumulated output for the months 3+4+5+6 is 8.6.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/134401_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 07:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164859#M892150</guid>
      <dc:creator />
      <dc:date>2016-08-12T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164860#M892151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the best solution for you would to add the missing months. I can't think of making this possible. May be someone else can offer a better advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 09:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164860#M892151</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-12T09:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164861#M892152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you add the monthweights to the load script as a field? instead of multiple IF's!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your expression should then be as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[number of expected diagnosis]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)/12* sum(monthweights) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164861#M892152</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-12T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164862#M892153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do a left join of your monthweights to your months field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164862#M892153</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-12T10:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164863#M892154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="patientcount.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134505_patientcount.JPG" style="height: 152px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 11:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164863#M892154</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-13T11:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Values, once again...</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164864#M892155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This pretty much works out!&lt;/P&gt;&lt;P&gt;What a ride &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you both!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 06:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-Values-once-again/m-p/1164864#M892155</guid>
      <dc:creator />
      <dc:date>2016-08-17T06:03:46Z</dc:date>
    </item>
  </channel>
</rss>

