<?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: Function to find one value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800018#M472109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that it isn't the row before but the most recent value I have for that value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 09:51:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-02T09:51:34Z</dc:date>
    <item>
      <title>Function to find one value</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800015#M472106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="76748" alt="Table expression.bmp" class="image-1 jive-image" src="/legacyfs/online/76748_Table expression.bmp" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thi is my chart on Qliview. However, now I want to add a new value but to do that I need to use another value. So this is my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G. Lets look to 1/4/2015 to volume $AUDIT: for this row I want to find the value FREE of the volume $AUDIT on the previous day. In others words, I want a function which can retrieve the value FREE where the ID of this value will be the Value from the previous day. In others words, for the row $Audit on 1/4/2015 I am looking for the value FREE of the row $Audit and 1/3/2015 which is 42972.08. Which function can I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On excel I was using VLOOKUP, but in Qlikview I have no idea how to perform this task. Does anyone have any suggestion how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i could get all the dates. I can get the more recent date and then take the number FREE for the row of the specific volume. I think this problem is harder than I can handle at least on my current level (I am new yo Qlikview). Any help will be helpful (from what I search I dont think I can get the results I want using the above function).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800015#M472106</guid>
      <dc:creator />
      <dc:date>2015-01-30T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Function to find one value</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800016#M472107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are values on daily basis, you could use the above() function to retrieve the value of a previous row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 16:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800016#M472107</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-30T16:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function to find one value</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800017#M472108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually there is. But if there isn't it will be a problem and I would want to prevent from that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2015 17:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800017#M472108</guid>
      <dc:creator />
      <dc:date>2015-01-30T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function to find one value</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800018#M472109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that it isn't the row before but the most recent value I have for that value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 09:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800018#M472109</guid>
      <dc:creator />
      <dc:date>2015-02-02T09:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function to find one value</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800019#M472110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try LOADing the data with group by 'VOLUME FIELD' first and followed by other fields . Once you loaded the data&amp;nbsp; as such use &lt;STRONG&gt;Above(field)&lt;/STRONG&gt; in the chart.you will get the required results. If it is not clear please send me sample data , I will attach the sample application with results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 13:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-find-one-value/m-p/800019#M472110</guid>
      <dc:creator />
      <dc:date>2016-09-28T13:03:15Z</dc:date>
    </item>
  </channel>
</rss>

