<?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: Logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433223#M801789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Hirish..&lt;/P&gt;&lt;P&gt;Please find the atachment of my qvw ..&lt;/P&gt;&lt;P&gt;Here if you see none of the runing total is going in negative..&lt;/P&gt;&lt;P&gt;as per your suggestion the first two expressiona are working properly..the runing total shows negative..which should&amp;nbsp; not show the negative values....&lt;/P&gt;&lt;P&gt;Can you please help me with this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2017 13:46:42 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2017-11-21T13:46:42Z</dc:date>
    <item>
      <title>Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433202#M801764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALl,&lt;/P&gt;&lt;P&gt;Please find the attachment of the qvw file .&lt;/P&gt;&lt;P&gt;Here i have bar chart which has the dimesnion&amp;nbsp; defectsummaryreportperiod&amp;nbsp; this is statring form NOV ..&lt;/P&gt;&lt;P&gt;The requirement is like it should show the 13 months from the selected date from Orderdate and the date format is MM-DD-YYYY.&lt;/P&gt;&lt;P&gt;say for example now i have selcted 11-11-2017.....that means and if you look at the bar chart it is showing 13 months charts...starting from NOV 2016 to NOV 2017..&lt;/P&gt;&lt;P&gt;but if i select October it will show 12 months... the starting will still be NOv..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this ...If i slect in future Dec from Orderdate then the bar chart should start from Dec... so that it will be 13 months ..&lt;/P&gt;&lt;P&gt;How can ia chive this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &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/Logic/m-p/1433202#M801764</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433203#M801765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently the data is available only from Nov-2016 and ends by Oct-2017.&lt;/P&gt;&lt;P&gt;I would suggest to create a variable to identify the start range for the rolling 13-month and use that variable in all the expressions in set analysis to limit the data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433203#M801765</guid>
      <dc:creator>amarnath_krishn</dc:creator>
      <dc:date>2017-11-21T10:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433204#M801768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Amarnath..&lt;/P&gt;&lt;P&gt;Can you please help me with this ..&lt;/P&gt;&lt;P&gt;It will be really great..&lt;/P&gt;&lt;P&gt;Say for example consider it for 6 months ......&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433204#M801768</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T10:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433205#M801769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try to add these set analysis into Your Expressions or simular:&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; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSLoadDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=date(addmonths(DSLoadDate,-13),'MMM-YYYY'))&amp;lt;=$(=max(date(addmonths(DSLoadDate,0)),'MMM-YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSCreateCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433205#M801769</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-21T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433206#M801771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;In Expresssions: &lt;/SPAN&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; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DefectSummaryReportPeriod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;$(vChartRangeStart) &amp;lt;=$(&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vChartRangeEnd)&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSCreateCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;where variable - &lt;SPAN style="color: #800000;"&gt;vChartRangeStart&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSLoadDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,-6),'MMM-YYYY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000;"&gt;vChartRangeEnd&lt;/SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSLoadDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0),'MMM-YYYY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433206#M801771</guid>
      <dc:creator>amarnath_krishn</dc:creator>
      <dc:date>2017-11-21T10:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433207#M801773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Amarnath this is not working ..&lt;/P&gt;&lt;P&gt;I followed the steps you suggested ..&lt;/P&gt;&lt;P&gt;I dont know where i am going wrong ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433207#M801773</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433208#M801774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffon thanks for the reply &lt;/P&gt;&lt;P&gt;this is not working ..i followed what you suggested ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433208#M801774</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T11:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433209#M801775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share the updated qvw; let me have a look. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433209#M801775</guid>
      <dc:creator>amarnath_krishn</dc:creator>
      <dc:date>2017-11-21T11:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433210#M801776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, than you have to find out what not is working, because it Works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433210#M801776</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-21T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433211#M801777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amarnath .&lt;/P&gt;&lt;P&gt;Please find the attachment of the qvw file where i have uodated the variable as per your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433211#M801777</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T11:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433212#M801778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffan ..&lt;/P&gt;&lt;P&gt;How is is working for you ? r u using my file the one i attached as test2 ? &lt;/P&gt;&lt;P&gt;if yes then can you please send it to me &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433212#M801778</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T11:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433213#M801779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433213#M801779</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-21T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433214#M801780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="test.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183988_test.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433214#M801780</guid>
      <dc:creator>amarnath_krishn</dc:creator>
      <dc:date>2017-11-21T11:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433215#M801781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just made the below corrections on your version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. add an equal sign before the variable definition&lt;/P&gt;&lt;P&gt;2. Date format is 'MMM-YYYY' for the variables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433215#M801781</guid>
      <dc:creator>amarnath_krishn</dc:creator>
      <dc:date>2017-11-21T11:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433216#M801782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Staffon..&lt;/P&gt;&lt;P&gt;If i tried to test the same thing for 8 months or 6 months it doesnot work ...&lt;/P&gt;&lt;P&gt;can you please help me with this ?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433216#M801782</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433217#M801783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check out, using this expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15112651232292984" jivemacro_uid="_15112651232292984"&gt;
&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DefectSummaryReportPeriod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(MonthStart(Max(DSLoadDate), -12),'MMM-YYYY'))&amp;lt;=$(=Date(Max(DSLoadDate),'MMM-YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSCreateCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433217#M801783</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2017-11-21T11:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433218#M801784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amarnath..&lt;/P&gt;&lt;P&gt;This is changing the values..&lt;/P&gt;&lt;P&gt;I am getting all wron figures..&lt;/P&gt;&lt;P&gt;this is giving me the output ..but including this in an variable the values are something very wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is wrong for PROGRESS which is a runing total ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that the open and close are showing correct values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 11:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433218#M801784</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433219#M801785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harish..&lt;/P&gt;&lt;P&gt;Thanks for the response..&lt;/P&gt;&lt;P&gt;If you see the this is giving wrong out for the 3rd expression which is a running total ..&lt;/P&gt;&lt;P&gt;other than this other is working ..&lt;/P&gt;&lt;P&gt;How do i handle this with the third expression which is a running total that is Progress &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433219#M801785</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T12:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433220#M801786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aha, change here, add &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;DefectSummaryReportPeriod&lt;/STRONG&gt;&lt;/SPAN&gt; instead of DSLoadDate&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; ({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;DefectSummaryReportPeriod&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=date(addmonths(DSLoadDate,-6),'MMM-YYYY'))&amp;lt;=$(=max(date(addmonths(DSLoadDate,0)),'MMM-YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DSCreateCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433220#M801786</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-21T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Logic</title>
      <link>https://community.qlik.com/t5/QlikView/Logic/m-p/1433221#M801787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi staffan &lt;/P&gt;&lt;P&gt;Thanks third expression is giving wrong values which is a running total...&lt;/P&gt;&lt;P&gt;The other two are correct ..&lt;/P&gt;&lt;P&gt;How to deal with the running total expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic/m-p/1433221#M801787</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2017-11-21T12:48:35Z</dc:date>
    </item>
  </channel>
</rss>

