<?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: help in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923693#M319813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;user selects 2004&lt;/P&gt;&lt;P&gt;in 2004 the difference is 22&lt;/P&gt;&lt;P&gt;plus 6 of 2003 then the result should be 28 and not 22&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 08:48:43 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2015-07-31T08:48:43Z</dc:date>
    <item>
      <title>help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923686#M319806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello got the following combo chart&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94642" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94642_Untitled.png" style="height: 429px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;the blue bar is the count of versions created and the red one is the number of versions deactivated&lt;/P&gt;&lt;P&gt;the line is the difference between the 2 accumulated&lt;/P&gt;&lt;P&gt;now what I want is the following :&lt;/P&gt;&lt;P&gt;if the user selects 2004 then the line should display 28 currently I'm getting the following:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94644" alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/94644_Untitled.png" style="height: 429px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;how can I get the previous six and show 28 instead of 22?&lt;/P&gt;&lt;P&gt;Please advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ali Hijazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923686#M319806</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-07-31T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923687#M319807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please elaborate on your question&amp;nbsp; '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;previous six and show 28 instead of 22?'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923687#M319807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-31T08:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923688#M319808</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;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923688#M319808</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-31T08:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923689#M319809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are using the accumulation check box then there is nothing to accummulate as you only have 1 year selected&lt;/P&gt;&lt;P&gt;if you are accumulating by yourself you should check your formula&lt;/P&gt;&lt;P&gt;for the line it should look like&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Youryearfield={'&amp;lt;=$(=Youryearfield)'}&amp;gt;}created-inactive)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923689#M319809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-31T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923690#M319810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing&amp;nbsp; your cat chewed on that expression. You'll have to replace it with a cat-proof expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the amount of information you've given this guess of mine is as good as most other guesses posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923690#M319810</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-31T08:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923691#M319811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is cat-proof expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923691#M319811</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-07-31T08:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923692#M319812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One that proofs that your cat can't chew it.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about you tell us what expression you're using now for that line? Or better, post a qlikview document that demonstrates the problem. I'd expected you'd know to give that sort of information by now.... after four years of asking questions here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923692#M319812</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-31T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923693#M319813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;user selects 2004&lt;/P&gt;&lt;P&gt;in 2004 the difference is 22&lt;/P&gt;&lt;P&gt;plus 6 of 2003 then the result should be 28 and not 22&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923693#M319813</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-07-31T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923694#M319814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try expression like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #800000;"&gt;Year&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;Max&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Year&lt;/SPAN&gt;),&lt;SPAN style="color: #0000ff;"&gt;RangeSum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Above&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Year&lt;/SPAN&gt;=&amp;gt;} &lt;SPAN style="color: #800000;"&gt;a&lt;/SPAN&gt;)-&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Year&lt;/SPAN&gt;=&amp;gt;} &lt;SPAN style="color: #800000;"&gt;b&lt;/SPAN&gt;),0,&lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;()))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923694#M319814</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-07-31T08:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: help in expression</title>
      <link>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923695#M319815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check Attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 08:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-in-expression/m-p/923695#M319815</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-07-31T08:55:41Z</dc:date>
    </item>
  </channel>
</rss>

