<?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: overwrite value of the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706858#M537268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give an example?&lt;/P&gt;&lt;P&gt;You lost me at the point where a single row table has previous rows ?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 00:03:29 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-10-28T00:03:29Z</dc:date>
    <item>
      <title>overwrite value of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706857#M537267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with one dimension and one row. I want to overwrite the value of expression in one row with the value of the previous.&lt;/P&gt;&lt;P&gt;How that can be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 23:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706857#M537267</guid>
      <dc:creator />
      <dc:date>2014-10-27T23:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: overwrite value of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706858#M537268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give an example?&lt;/P&gt;&lt;P&gt;You lost me at the point where a single row table has previous rows ?!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706858#M537268</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-10-28T00:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: overwrite value of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706859#M537269</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;I have attached spreadsheet coming out from the table in Qlikview with the red number in one of the rows. This is where I want to have a negative value from the previous row. In the spreadsheet I added a line of code how I am trying to achieve it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olivera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 00:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706859#M537269</guid>
      <dc:creator />
      <dc:date>2014-10-28T00:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: overwrite value of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706860#M537270</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Status Current] = '3. Total Active Unallocated', Above([Unallocated to Allocated]), "Actual Expression")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: In above expression replace "Actual Expression" with your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 03:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706860#M537270</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-28T03:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: overwrite value of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706861#M537271</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;thank you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above function worked here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olivera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 00:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706861#M537271</guid>
      <dc:creator />
      <dc:date>2014-10-29T00:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: overwrite value of the expression</title>
      <link>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706862#M537272</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;Please close this thread if you got the answer by giving correct and helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 01:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/overwrite-value-of-the-expression/m-p/706862#M537272</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-29T01:49:11Z</dc:date>
    </item>
  </channel>
</rss>

