<?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: How to do cross-table calculations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893769#M1014783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a solution to the problem. It works fine now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 06:03:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-13T06:03:50Z</dc:date>
    <item>
      <title>How to do cross-table calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893766#M1014777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm rather new to Qlikview and I am encountering a problem which I can't solve. So hopefully someone can shed a light on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three different tables which may not be joined together&amp;nbsp; (that would generate a lot of $Syn.. tables)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make calculations with items which are stored in different tables in script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(pramount, 0) /rangemax(PRCurrExRate,0)&amp;nbsp; as PR_USD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(poamount, 0) /rangemax(POCurrExRate,0)&amp;nbsp; as PO_USD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(npoamount, 0)/rangemax(NPOCurrExRate,0) as NPO_USD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; PO_USD+NPO_USD as po_npo_USD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (rangemax(PO_USD, 0)+rangemax(NPO_USD, 0)-rangemax(PR_USD, 0))/PR_USD*100 as DP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rangemax(PO_USD, 0)+rangemax(NPO_USD, 0)-rangemax(PR_USD, 0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enclosed the table layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I could only store my question in this place&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 10:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893766#M1014777</guid>
      <dc:creator />
      <dc:date>2015-04-23T10:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cross-table calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893767#M1014779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not see why some (if not all) the tables could not be joined together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you describe what the calculation is you are trying to do (without trying to put functions already in there)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do calculations that require values from different tables. Usually be extracting the value and related key into a helper table (mapping table) and using a mapping to temporary get it to the other table (just for the calculation).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 11:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893767#M1014779</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-04-23T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cross-table calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893768#M1014781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The three different money values (pramount, poamount and npoamount) can all have different currency units and exchange rates. For that reason I have created three different stand-alone currency exchange tables (MAP_PR_Currency, MAP_PO_Currency and MAP_NPO_Currency) to convert the amounts to USD.&lt;/P&gt;&lt;P&gt;With all the amounts in USD I will be able to do the necessary calculations in order to produce the graphs we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more information, please ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893768#M1014781</guid>
      <dc:creator />
      <dc:date>2015-04-23T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cross-table calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893769#M1014783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a solution to the problem. It works fine now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 06:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893769#M1014783</guid>
      <dc:creator />
      <dc:date>2015-10-13T06:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cross-table calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893770#M1014784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you willing to share that solution so the topic can be flagged answered?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 07:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893770#M1014784</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-10-13T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to do cross-table calculations</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893771#M1014785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;Here is the solution I found to convert currencies amounts to USD amounts where there is the freedom that in one order you can work with different currencies and even with different exchange rates from the same currencies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;In our currency exchange rate table a new currency exchange rate is only written when it has has changed, not standard every month for example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style=": ; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style=": ; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;Step 1:&amp;nbsp;&amp;nbsp;&amp;nbsp; Create all the necessary currency MAP tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Currency exchange table&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpCurrencyExchange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;[Currency Code]&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;CurrencyCode&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;[Starting Date]&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;StartingDate&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;[Adjustment Exch_ Rate Amount]&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;AdjExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;EM style=": ; color: red; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;[..\..\..\0.SharedFolders\2.QVD\Currency Exchange Rate.qvd]&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;CurrencyExchange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style=": ; color: blue; font-size: 7.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 7.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;IsNull&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 7.0pt; font-family: 'Courier New';"&gt;StartingDate&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt; &lt;STRONG style=": ; color: blue; font-size: 7.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;day&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 7.0pt; font-family: 'Courier New';"&gt;StartingDate&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: maroon;"&gt;'31'&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 7.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;Null&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;(),&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 7.0pt; font-family: 'Courier New';"&gt;CurrencyCode&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: maroon;"&gt;'_'&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 7.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 7.0pt; font-family: 'Courier New';"&gt;StartingDate&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: maroon;"&gt;'YYYY_MM'&lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 7.0pt; font-family: 'Courier New';"&gt;Curr_Key&lt;/STRONG&gt;&lt;SPAN style="font-size: 7.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpCurrencyExchange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create currency mapping tables&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Map_PR_Currency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;Curr_Key&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_CurrKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;AdjExRateAmnt&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_ExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;CurrencyExchange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Map_PO_Currency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;Curr_Key&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_CurrKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;AdjExRateAmnt&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_ExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;CurrencyExchange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Map_NPO_Currency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;Curr_Key&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPO_CurrKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;AdjExRateAmnt&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPO_ExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;CurrencyExchange&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style=": ; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;Step 2:&amp;nbsp;&amp;nbsp;&amp;nbsp; Join the data tables with the corresponding MAP table&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load data tables&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpPR&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;el.id_element_root&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;DataKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;prcurr&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;not&lt;/SPAN&gt; &lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;IsNull&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;rangemax&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pramount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;EM style="color: maroon; font-size: 9.0pt; font-family: 'Courier New';"&gt;0&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)),&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;rangemax&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pramount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;EM style="color: maroon; font-size: 9.0pt; font-family: 'Courier New';"&gt;0&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;EM style="color: maroon; font-size: 9.0pt; font-family: 'Courier New';"&gt;0&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pr_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;pick&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;match&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;prcurr&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt; 'AED'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AFA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AON'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AUD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CDF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CFH'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'chf'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'DKK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ETB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EURO'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'Euro'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'euro'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'gbp'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'HTG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IDR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IQD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IRR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JOD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JPY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'KES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MGA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MYR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'MZN'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NOK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NZD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PHP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SEK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SGD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLL'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SOS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SSP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SYP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'THB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'UGX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'usd'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'XAF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZAR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZWD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AED'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AFA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AON'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AUD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CDF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'DKK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ETB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'HTG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IDR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IQD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IRR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JOD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JPY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'KES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MGA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MYR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MZN'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NOK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NZD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PHP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SEK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SGD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLL'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SOS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SSP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SYP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-indent: 1.0cm;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&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; 'THB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'UGX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'XAF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZAR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZWD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;EM style=": ; color: red; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;[..\..\..\0.SharedFolders\2.QVD\Wigii Portfolio\Logistics.Procurement.qvd]&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;el.id_element_root&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;DataKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pocurr&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;pick&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;match&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pocurr&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt; 'AED'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AFA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AON'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AUD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CDF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CFH'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'chf'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'DKK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ETB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EURO'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'Euro'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'euro'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'gbp'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'HTG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IDR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IQD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IRR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JOD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JPY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'KES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MGA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MYR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'MZN'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NOK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NZD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PHP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SEK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SGD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLL'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SOS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SSP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SYP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'THB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'UGX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'usd'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'XAF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZAR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZWD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AED'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AFA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AON'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AUD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CDF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'DKK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ETB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'HTG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IDR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IQD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IRR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JOD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JPY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'KES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MGA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MYR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MZN'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NOK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NZD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PHP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SEK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SGD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLL'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SOS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SSP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SYP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-indent: 1.0cm;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'THB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'UGX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'XAF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZAR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZWD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;EM style=": ; color: red; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;[..\..\..\0.SharedFolders\2.QVD\Wigii Portfolio\Logistics.SubProcurmentPO.qvd]&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpNoPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;el.id_element_root&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;DataKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;npocurr&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;pick&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;match&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;npocurr&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt; 'AED'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AFA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AON'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AUD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CDF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CFH'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'chf'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'DKK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ETB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EURO'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'Euro'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'euro'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'gbp'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'HTG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IDR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IQD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IRR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JOD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JPY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'KES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MGA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MYR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'MZN'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NOK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NZD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PHP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SEK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SGD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLL'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SOS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SSP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SYP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'THB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'UGX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'usd'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'XAF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZAR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZWD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AED'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AFA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AON'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'AUD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CDF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'CHF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'DKK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ETB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'EUR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'GBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'HTG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IDR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'INR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IQD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'IRR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JOD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'JPY'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'KES'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LBP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'LKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MGA'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MYR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 72.0pt; margin-bottom: .0001pt; text-indent: 36.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'MZN'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NAD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NOK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'NZD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PHP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'PKR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SDG'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SEK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SGD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLL'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SLS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SOS'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SSP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'SYP'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-indent: 1.0cm;"&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'THB'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'UGX'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'XAF'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZAR'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZMK'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: maroon;"&gt;'ZWD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 6.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: #77933c;"&gt;N&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: olive;"&gt;PO_Currency&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;EM style=": ; color: red; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;[..\..\..\0.SharedFolders\2.QVD\Wigii Portfolio\Logistics.SubProcurmentNoPO.qvd]&lt;/EM&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Join data tables with corresponding currency MAP&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;SubPR&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;not&lt;/SPAN&gt; &lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;IsNull&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pr_date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'_'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pr_date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'YYYY_MM'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;Null&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_CurrKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpPR&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;left&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&amp;nbsp; &lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Map_PR_Currency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;SubPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;not&lt;/SPAN&gt; &lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;IsNull&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;po_date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'_'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;po_date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'YYYY_MM'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;Null&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_CurrKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;left&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join &lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Map_PO_Currency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;SubNoPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;not&lt;/SPAN&gt; &lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;IsNull&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;npo_date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPO_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'_'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;npo_date&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'YYYY_MM'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;Null&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPO_CurrKey&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpNoPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;left&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join &lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Map_NPO_Currency&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Combine Procurement tables to only one table&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpSub&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;po_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;po_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; /&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PO_ExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;POUSD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;SubPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPO_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;npo_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;npo_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;/&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPO_ExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;NPOUSD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;SubNoPO&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;Procurement_table&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: blue; font-size: 9.0pt; font-family: 'Courier New'; text-decoration: underline;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_Currency&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;'USD'&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pr_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;pr_amount&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;/&lt;/SPAN&gt;&lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PR_ExRateAmnt&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;STRONG style="color: olive; font-size: 9.0pt; font-family: 'Courier New';"&gt;PRUSD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;SubPR&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;resident&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #ff0080; font-size: 9.0pt; font-family: 'Courier New';"&gt;TmpSub&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 09:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-do-cross-table-calculations/m-p/893771#M1014785</guid>
      <dc:creator />
      <dc:date>2015-10-13T09:05:01Z</dc:date>
    </item>
  </channel>
</rss>

