<?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: Re: Linear interpolation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501219#M187291</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 find attached my qvw application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ll give examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For year=2012, month=2 and Elapse = -5&lt;/P&gt;&lt;P&gt;i have to see :&lt;/P&gt;&lt;P&gt;year&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&amp;nbsp; Elapse&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;2011&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 78000/1000&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67000/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For year=2013, month=3 and Elapse = -1&lt;/P&gt;&lt;P&gt;i have to see :&lt;/P&gt;&lt;P&gt;year&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&amp;nbsp; Elapse&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;2012&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 65000/1000&lt;/P&gt;&lt;P&gt;2011&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 65000/1000&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76000/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help me to find the first value for my linear interpolation expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 15:09:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-13T15:09:12Z</dc:date>
    <item>
      <title>Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501217#M187289</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 need your help to fix this expression that i am using to get the value of a known point x :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Due Year] ={"&amp;gt;=$(=(max([Due Year])-($(V_YearBack))))&amp;nbsp; &amp;lt;=$(=(max([Due Year]) ))"}, &lt;/P&gt;&lt;P&gt;Elapse ={"=$(=(Min({1} Aggr(Min({$&amp;lt;[Due Year] ={"&amp;gt;=$(=(max([Due Year])-($(V_YearBack))))&amp;nbsp; &amp;lt;=$(=(max([Due Year]) ))"}, &lt;/P&gt;&lt;P&gt;Elapse ={"&amp;gt;=$(=(max(Elapse)))"}&amp;gt;} Elapse),[Due Month],[Due Year]))))"}&amp;gt;}Sales_$(V_Currency))/1000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression shows an error but i cannot see where is it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My known point x i get it with this expession :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Min({1} Aggr(Min({$&amp;lt;[Due Year] ={"&amp;gt;=$(=(max([Due Year])-($(V_YearBack))))&amp;nbsp; &amp;lt;=$(=(max([Due Year]) ))"}, &lt;/P&gt;&lt;P&gt;Elapse ={"&amp;gt;=$(=(max(Elapse)))"}&amp;gt;} Elapse),[Due Month],[Due Year]))&lt;/P&gt;&lt;P&gt;Can you please help to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501217#M187289</guid>
      <dc:creator />
      <dc:date>2014-01-13T12:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501218#M187290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems correct.&amp;nbsp; I recomend to you to try to separate the expression and make one at a time or post a qvw to see what is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501218#M187290</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-01-13T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501219#M187291</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 find attached my qvw application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ll give examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For year=2012, month=2 and Elapse = -5&lt;/P&gt;&lt;P&gt;i have to see :&lt;/P&gt;&lt;P&gt;year&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&amp;nbsp; Elapse&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;2011&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 78000/1000&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67000/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For year=2013, month=3 and Elapse = -1&lt;/P&gt;&lt;P&gt;i have to see :&lt;/P&gt;&lt;P&gt;year&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&amp;nbsp;&amp;nbsp;&amp;nbsp; Elapse&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;2012&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 65000/1000&lt;/P&gt;&lt;P&gt;2011&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 65000/1000&lt;/P&gt;&lt;P&gt;2010&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 76000/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help me to find the first value for my linear interpolation expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 15:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501219#M187291</guid>
      <dc:creator />
      <dc:date>2014-01-13T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501220#M187292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are trying to do can't be done with set analysis using sum. Set analysis does not evaluate on a row by row basis. In other words, your Elapse value you want the sum for will change depending on the row. Therefore you'll have to use other formulas. Using firstsortedvalue and some set analysis accomplished that. I used the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=firstsortedValue({&amp;lt;[Due Year] ={"&amp;gt;=$(=(max([Due Year])-$(V_YearBack)))&amp;nbsp; &amp;lt;$(=(max([Due Year]) ))"}, Elapse= {"&amp;gt;=$(=max(Elapse))"}&amp;gt;}Sales_EUR, Elapse)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 20:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501220#M187292</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-13T20:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501221#M187293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer ... i tested your solution but it seems like it doesn't resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can now get the value of the X but still have issue to define the value of the Y:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Min({1} Aggr(Min({$&amp;lt;[Due Year] ={"&amp;gt;=$(=(max([Due Year])-($(V_YearBack))))&amp;nbsp; &amp;lt;=$(=(max([Due Year]) ))"},&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Elapse ={"&amp;gt;=$(=(max(Elapse)))"}&amp;gt;} Elapse),[Due Month],[Due Year]))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is there any other suggestion please ?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501221#M187293</guid>
      <dc:creator />
      <dc:date>2014-01-15T11:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501222#M187294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are looking for then. I used your example tables above to guide what values I expected. If the qvw does not accomplish what you're looking for, can you explain a little more and provide more insight as to the values you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 14:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501222#M187294</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-15T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501223#M187295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example that you sent this function works fine ... but when i trued to use it in my dev application it doens't return me the expected result (i am using more filters in this application and {1} doens't resolve the problem).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, this function work fine in one way (Xa) but when i try to use it to define the values of my Yb (and i have my Xb), this dosn't work at all (empty).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you any idea about this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 10:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501223#M187295</guid>
      <dc:creator />
      <dc:date>2014-01-16T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501224#M187296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't say why it won't work in your application. Could be a number of things like a different data model, selections, etc. Also i am not sure what you mean when you are saying Yb and Xb. Do you mean another equation or are you trying to use a different field for the value of Xb other than Elapse? If you could post an example qvw that mimicks what your dev application is, just with scrambled/mock data, then I could help you further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can try debugging yourself. If the equation I provided doesn't help you, it might just need some extra tweaks for it to work in your dev application depending on your data model/selections. Experimenting with different variations might help you get to where you need to go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501224#M187296</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-16T14:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501225#M187297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows null values ... and the qvw was posted in my previous message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 17:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501225#M187297</guid>
      <dc:creator />
      <dc:date>2014-01-16T17:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501226#M187298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok ... i have to define the value of sales in a selected date (X) in my graphic. For that i need to use the linear interpolation formula which consists in defining the value of sales before and after the selected date so:&lt;/P&gt;&lt;P&gt;My date is X and my Sales is Y .... The Xa is the previous date (i have the expression to define it) the Xb is the next date (i defined it too). And the Linear interpolation expresion is : (((Yb-Ya)/(Xb-Xa) ) * (X-Xa)) + Ya = Y (Volume of sales in that date).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 17:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501226#M187298</guid>
      <dc:creator />
      <dc:date>2014-01-16T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linear interpolation</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501227#M187299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi imen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please hepl me on interpolation formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plesae explain your expr, with all values in that, i mean used column names variables. I am new to this one.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 14:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-interpolation/m-p/501227#M187299</guid>
      <dc:creator />
      <dc:date>2016-05-31T14:19:30Z</dc:date>
    </item>
  </channel>
</rss>

