<?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: Getting the correct value [Scripting] in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470592#M563399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dona please explain the problem in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 08:37:45 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-02-26T08:37:45Z</dc:date>
    <item>
      <title>Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470591#M563398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to describe my tables below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER TABLE:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 163px; border: 1px solid rgb(0, 0, 0); height: 60px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;currency code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;USD&lt;/TD&gt;&lt;TD&gt;2/23/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;AU&lt;/TD&gt;&lt;TD&gt;2/20/2013&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CURRENCY TABLE: (everyday it updates)&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 364px; border: 1px solid rgb(0, 0, 0); height: 25px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;currency code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;rate&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;starting date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USD&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;2/23/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;AU&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/23/2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USD&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;TD&gt;2/24/2013&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LINES TABLE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 163px; border: 1px solid #000000; height: 60px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;amount&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;270&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem, the chart that I create is the sum of the amount in the LINES TABLE.&lt;/P&gt;&lt;P&gt;I need to output the computed amount not the raw amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Donna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 07:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470591#M563398</guid>
      <dc:creator />
      <dc:date>2013-02-26T07:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470592#M563399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dona please explain the problem in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470592#M563399</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-02-26T08:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470593#M563400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to know what is the rate of the amounts in my LINES table, depending on what is the date in the HEADER table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically the connection goes like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to look up the rate on the CURRENCY table, the link is CURRENCY CODE. but, the rates that i need to look up depends on the date on the HEADER TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: id 1 currency code is USD, the date is&amp;nbsp; 2/23/2013, so the rate that i have to lookup is&amp;nbsp; the starting date in the CURRENCY table that is 2/23/2013 (this is from HEADER table) and get the rate. thus linking and computing the id #1 amount is 1000(from LINES table) *50(the rate) = 50000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you get it. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 08:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470593#M563400</guid>
      <dc:creator />
      <dc:date>2013-02-26T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470594#M563401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 23:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470594#M563401</guid>
      <dc:creator />
      <dc:date>2013-02-26T23:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470595#M563402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 23:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470595#M563402</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-02-26T23:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470596#M563403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Thank you for the reply! Sadly I can't join the HEADER and LINES table because of the actual data that I originally have. HEADER table consists of 500k+ records and its child table is around a million records. If you could provide more idea regarding this. I would glady appreciate it. Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 01:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470596#M563403</guid>
      <dc:creator />
      <dc:date>2013-02-27T01:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470597#M563404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the starting date in CURRENCY_TABLE get updated every day with a new date or just when the rate changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 03:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470597#M563404</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-27T03:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470598#M563405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can change daily or weekly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample of its data is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="background-color: #ffffff; border: 1px solid #000000; margin: 1px 0; padding: 3px; color: #737373; font-family: Arial;"&gt;&lt;TBODY&gt;&lt;TR style="border: 0px;"&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;currency code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;rate&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;starting date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border: 0px;"&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;USD&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;50&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;2/23/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px;"&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;&lt;P&gt;AU&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;40&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/23/2013&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px;"&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;USD&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;55&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;2/24/2013&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can add a starting date of 3/1/2013 for the currency code USD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="background-color: #ffffff; border: 1px solid #000000; margin: 1px 0; padding: 3px; color: #737373; font-family: Arial;"&gt;&lt;TBODY&gt;&lt;TR style="border: 0px;"&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;currency code&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;rate&lt;/SPAN&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;starting date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border: 0px;"&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;USD&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;43&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; margin: 1px; padding: 3px;"&gt;3/1/2013&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a data in the HEADER table and the date is 2/27/13, I have to get the rate of USD in 2/24/13. I have to check if there are equal dates if there is not, I have to find the range between 2 dates depending on the currency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 03:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470598#M563405</guid>
      <dc:creator />
      <dc:date>2013-02-27T03:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470599#M563406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example. I had to make an adjustment to your sample data. You show a currency=AUS transaction on 2/20 but you don't show a rate for AUS until 2/23. I modified the AUS rate to start on 2/19. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The modeling problem you have is well described by the blog post here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/02/05/populating-a-sparsely-populated-field" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/05/populating-a-sparsely-populated-field"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/02/05/populating-a-sparsely-populated-field&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a Qlikview Components subroutine (currently being discussed here) to simplify mapping rates to discrete dates:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/315339#315339" title="http://community.qlik.com/message/315339#315339"&gt;http://community.qlik.com/message/315339#315339&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I used the discussed Qvc.ExplodeRange in the solution. It implements the techniques described in the first blog post. You could certainly code it by hand as detailed in Henric's post. I just used the Subroutine because it was convienent. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ther is no need to join the tables. An association between the Header Table date and teh Currency Rate date is enough to calcuate the value as amount * rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 05:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470599#M563406</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-27T05:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470600#M563407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will definitely check this out. I will come back to you what I have come up. Thanks Rob!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 08:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470600#M563407</guid>
      <dc:creator />
      <dc:date>2013-02-27T08:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470601#M563408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very helpful answer you gave me Rob! I tried using the first one, works like a charm, but my problem now is connecting it to the HEADER table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since I need to consider both the CURRENCY CODE and the POSTING DATE [targeted to Starting Date] If you could give me some points. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 08:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470601#M563408</guid>
      <dc:creator />
      <dc:date>2013-02-27T08:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470602#M563409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470602#M563409</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-27T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470603#M563410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please see attached file. I have already filled up all the dates for the rates in the rate table. Now I need to connect it to the HEADERS table. But if I link it using the currency code, I won't be able to get the appropriate date connected to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get it. Thanks! PSA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 02:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470603#M563410</guid>
      <dc:creator />
      <dc:date>2013-02-28T02:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470604#M563411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you rename the "Posting Date" field to "Date"? That will create a link on Date &amp;amp; Currency Code whilch will link the Header rows to the correct Rate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 04:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470604#M563411</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-28T04:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470605#M563412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright. I will just concatenate the 2 key fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 04:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470605#M563412</guid>
      <dc:creator />
      <dc:date>2013-02-28T04:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the correct value [Scripting]</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470606#M563413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark someting as an answer if it works out for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 05:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-correct-value-Scripting/m-p/470606#M563413</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-28T05:48:28Z</dc:date>
    </item>
  </channel>
</rss>

