<?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: Creating a new field in the script using massive calculations from several fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361721#M134424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Payment Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P&gt;FROM....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,LastValue([Payment Date])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,LastValue(Amount)&lt;/P&gt;&lt;P&gt;RESIDENT temp&lt;/P&gt;&lt;P&gt;WHERE [Payment Date] &amp;lt;= Today()&lt;/P&gt;&lt;P&gt;GROUP BY ID ORDER BY [Payment Date];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 22:45:01 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-06-20T22:45:01Z</dc:date>
    <item>
      <title>Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361710#M134413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following table that shows a schedule of payements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Payement Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;Most Recent payement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/1/2012&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;&amp;nbsp;&amp;nbsp; 800&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5/1/2012&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;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000 &lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2012&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;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/1/2012&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;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000 &lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2010&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2012&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/1/2012&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/1/2011&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5/1/2012&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/1/2012&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;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate a new field to show the most recent payement.(The red field ).&lt;/P&gt;&lt;P&gt;the calculation should look at today's date and compare it to the the date field(Month/Year) and then put the amount of that row in a new field next to the ID.&lt;/P&gt;&lt;P&gt;I Am not sure how to do it..and i have' been thinking about it all day.&lt;/P&gt;&lt;P&gt;I appreciate any help..&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 18:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361710#M134413</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T18:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361711#M134414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In other words,&lt;/P&gt;&lt;P&gt;I don't mind having a table with &lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Most recent Payement&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2012&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5/1/2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 18:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361711#M134414</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T18:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361712#M134415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the answer need to be based on current selections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 19:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361712#M134415</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361713#M134416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not necessarily.&lt;/P&gt;&lt;P&gt;If i could get it without current selection then it is fine.&lt;/P&gt;&lt;P&gt;I also have a field that i would like to filter by.&lt;/P&gt;&lt;P&gt;The filter field name is xyz and the value that i am looking to filter by is A.&lt;/P&gt;&lt;P&gt;Thanks so much for your help,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 19:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361713#M134416</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T19:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361714#M134417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that filter is user-applied then you can't do it in the script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using FirstSortedValue()? I think you'll need to use Aggr() in the second parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 19:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361714#M134417</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T19:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361715#M134418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The filter is not user- applied.&lt;/P&gt;&lt;P&gt;Not sure how to do that.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 19:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361715#M134418</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T19:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361716#M134419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LastValue(Payment) AS LastPayment&lt;/P&gt;&lt;P&gt;Resident PreviousTable&lt;/P&gt;&lt;P&gt;GROUP BY ID,Date&lt;/P&gt;&lt;P&gt;ORDER BY ID, Date;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 20:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361716#M134419</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T20:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361717#M134420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I think that's slightly wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LastValue(Date) AS Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LastValue(Payment) AS LastPayment&lt;/P&gt;&lt;P&gt;Resident PreviousTable&lt;/P&gt;&lt;P&gt;GROUP BY ID&lt;/P&gt;&lt;P&gt;ORDER BY ID, Date;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 20:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361717#M134420</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T20:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361718#M134421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Last value will bring the last date value which is 10/1/2012 in ID 1&lt;/P&gt;&lt;P&gt;I am looking for the most recent which should bring 6/1/2012.&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 20:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361718#M134421</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T20:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361719#M134422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ORDER BY ID, Date DESC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 21:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361719#M134422</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T21:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361720#M134423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error "field not found"&lt;/P&gt;&lt;P&gt;not sure what's causing the error &lt;/P&gt;&lt;P&gt;but on the main load i have:&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;ID as IHS ID&lt;/P&gt;&lt;P&gt;Payment Date AS Due Date&lt;/P&gt;&lt;P&gt;Amount As Due Amount&lt;/P&gt;&lt;P&gt;&amp;nbsp; and i have tried to do it the same as you sent me.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 21:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361720#M134423</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T21:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361721#M134424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Payment Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/P&gt;&lt;P&gt;FROM....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,LastValue([Payment Date])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,LastValue(Amount)&lt;/P&gt;&lt;P&gt;RESIDENT temp&lt;/P&gt;&lt;P&gt;WHERE [Payment Date] &amp;lt;= Today()&lt;/P&gt;&lt;P&gt;GROUP BY ID ORDER BY [Payment Date];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 22:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361721#M134424</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-20T22:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361722#M134425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thxs man.&lt;/P&gt;&lt;P&gt;it worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 19:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361722#M134425</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-21T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361723#M134426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I still have an issue and wish you can help me with.&lt;/P&gt;&lt;P&gt; on the script that you sent me I am trying to add more fields and i am getting an error...&lt;/P&gt;&lt;P&gt;I am trying to add a calculated field of (AnnualAccurancy) *(Most recent Amount)..&lt;/P&gt;&lt;P&gt;the first field (Annual Accurancy ) is available in the first table and the second one is the lastvalue(MostRecentAmount) from the second table..&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 17:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361723#M134426</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-22T17:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new field in the script using massive calculations from several fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361724#M134427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you most likely need to join the tables together first. This is probably best as a new post. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 18:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-field-in-the-script-using-massive-calculations/m-p/361724#M134427</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-06-22T18:39:38Z</dc:date>
    </item>
  </channel>
</rss>

