<?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: Previous Value of the Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884523#M308443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share QVW file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 09:25:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-09T09:25:33Z</dc:date>
    <item>
      <title>Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884519#M308439</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;Suppose I have a straight table with three dimensions and one expression, and the expression has nested If statement along with Fractile() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Straight_Table_1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83160_Straight_Table_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;When I select second row i.e. Test1, the value in the Metric is changing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our requirement is the Metric value should not change even if user selects any row in the straight table. Is there is any way, that I can get the previous value of the expression. I have tried Previous() and Only() function, but as the expression has nested If statements, the application hangs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884519#M308439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884520#M308440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly the expression looks like? Would you be able to share that, because without looking at the expression, it would be hard to give any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884520#M308440</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884521#M308441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you select a row in a chart\table, you select corresponding values in the dimension(s). If you want this to have no effect on your calculations you need set analysis (see help). In this case that would be something like (example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Name,B,C&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This disregards the selections in Name,B and C fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884521#M308441</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-09T09:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884522#M308442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression looks somewhat like -&lt;/P&gt;&lt;P&gt;=if(($(v1)+ $(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.1), 10,&lt;/P&gt;&lt;P&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.2), 12, &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.3), 14, &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.4), 16,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.5), 18,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.6), 20,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.7), 22,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.8), 24, &lt;/P&gt;&lt;P&gt; if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 0.9), 26,&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P&gt;),dimenaion1), 1.0),28, 8 ))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, when I select only one row, by default the value becomes 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884522#M308442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884523#M308443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share QVW file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884523#M308443</guid>
      <dc:creator />
      <dc:date>2015-04-09T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884524#M308444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The expression looks somewhat like -&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(($(v1)+ $(v2)) &amp;lt;= fractile({&amp;lt;Name = , B = , C =&amp;gt;}TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.1), 10,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.2), 12,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.3), 14,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.4), 16, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.5), 18, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.6), 20, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.7), 22, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.8), 24,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 0.9), 26, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(($(v1)+$(v2)) &amp;lt;= fractile(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;Name = , B = , C =&amp;gt;}&lt;/SPAN&gt;TOTAL aggr(($(v1)+$(v2)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),dimenaion1), 1.0),28, 8 ))))))))))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884524#M308444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884525#M308445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with your expression, but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Metric is depending on the Name dimension, in that case, I cant ignore that as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884525#M308445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884526#M308446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried this way, as well, no luck. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884526#M308446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884527#M308447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not ignoring the Dimension, it's ignoring selections in the dimensions. See also Sunny's answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884527#M308447</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-09T09:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884528#M308448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then probably whatever is in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(v1)+$(v2) is also affected by the selection, use the same set analysis in these as well. Otherwise share your qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884528#M308448</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-09T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884529#M308449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for the replies, please find attached the sample qvw for same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884529#M308449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884530#M308450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA th qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884530#M308450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884531#M308451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;PFA th qvw file&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884531#M308451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884532#M308452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u share ur file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884532#M308452</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-04-09T09:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884533#M308453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Test1=&amp;gt;}Metric)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884533#M308453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884534#M308454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.1), 10,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.2), 12, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.3), 14, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.4), 16,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.5), 18,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.6), 20,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.7), 22,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.8), 24, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 0.9), 26,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; if((C+B) &amp;lt;= fractile({&amp;lt;Name = , B = , C = &amp;gt;}TOTAL aggr((Only({&amp;lt;Name = , B = , C = &amp;gt;}C)+Only({&amp;lt;Name = , B = , C = &amp;gt;}B)),Name), 1.0), 28, 8))))))))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 09:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884534#M308454</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T09:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884535#M308455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((Only({&amp;lt;Name,B,C&amp;gt;}C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.1), 10,&lt;/P&gt;&lt;P&gt;if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.2), 12, &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.3), 14, &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.4), 16,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.5), 18,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.6), 20,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.7), 22,&amp;nbsp; &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.8), 24, &lt;/P&gt;&lt;P&gt; if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 0.9), 26,&amp;nbsp; &lt;/P&gt;&lt;P&gt;if((Only({&amp;lt;Name,B,C&amp;gt;} C+B)) &amp;lt;= fractile({&amp;lt;Name,B,C&amp;gt;}TOTAL aggr((Only({&amp;lt;Name,B,C&amp;gt;} C+B)&lt;/P&gt;&lt;P&gt;),Name), 1.0),28,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 ))))))))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 10:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884535#M308455</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-04-09T10:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884536#M308456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 10:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884536#M308456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-09T10:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Value of the Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884537#M308457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem bud, we are glad we were able to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, right &lt;A _jive_internal="true" href="https://community.qlik.com/people/Stigchel"&gt;Piet Hein van der Stigchel&lt;/A&gt;‌?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 10:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Value-of-the-Expression/m-p/884537#M308457</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T10:11:23Z</dc:date>
    </item>
  </channel>
</rss>

