<?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: Re: Conditional Summation against a Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580649#M215740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the file I have attached.&amp;nbsp; It should give you what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 20:19:55 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-01-28T20:19:55Z</dc:date>
    <item>
      <title>Conditional Summation against a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580645#M215736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table were I want the summation to only work when a records Month is in range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My example below I hope illustrates my goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;STRONG&gt; Closed&lt;/STRONG&gt; date column should only show a value for Dec 2013 since the opportunity was &lt;STRONG&gt;closed&lt;/STRONG&gt; that month.&lt;/P&gt;&lt;P&gt;But instead it shows the value for each month.&amp;nbsp; The &lt;STRONG&gt;Active&lt;/STRONG&gt; column is the inverse were it should show For Oct-Nov.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="52248" alt="2014-01-28_140954.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52248_2014-01-28_140954.png" /&gt;&lt;/P&gt;&lt;P&gt;Active&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Status_CRM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;nbsp; &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;dol_PV_YR1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Closed:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( {&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Stage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = {'&amp;gt;=8&amp;lt;=11'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;dol_PV_YR1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;proposed: lost on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;STRONG&gt;CloseDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;CloseDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; , &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( {&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Stage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = {'&amp;gt;=8&amp;lt;=11'} ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Stage_Gate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Status_CRM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;dol_PV_YR1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)/1000 ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 19:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580645#M215736</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2014-01-28T19:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Summation against a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580646#M215737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a .qvw&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 19:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580646#M215737</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-28T19:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Summation against a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580647#M215738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;upload QVW file &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 19:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580647#M215738</guid>
      <dc:creator />
      <dc:date>2014-01-28T19:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Summation against a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580648#M215739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I uploaded a QVW. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580648#M215739</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2014-01-28T20:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional Summation against a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580649#M215740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the file I have attached.&amp;nbsp; It should give you what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580649#M215740</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-28T20:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Summation against a Date</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580650#M215741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicole!&amp;nbsp; This is what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Summation-against-a-Date/m-p/580650#M215741</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2014-01-28T20:31:52Z</dc:date>
    </item>
  </channel>
</rss>

