<?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: Currency conversion helpppppppp!!! in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363734#M23865</link>
    <description>&lt;P&gt;Left join, with your original dataset on the left. If your exchange rate table does not cover all combinations of currency&amp;amp;date, you have to deal with that. Best by expanding the currency table.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2017 09:33:59 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-06-02T09:33:59Z</dc:date>
    <item>
      <title>Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363718#M23858</link>
      <description>&lt;P&gt;i've got the data has different currency&amp;nbsp;&lt;/P&gt;&lt;P&gt;need to calculate the amout of money that has been received for each order in aud&lt;/P&gt;&lt;P&gt;how could i do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9195iF9C70B47FE9F2659/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Screen Shot 2017-06-02 at 6.58.23 PM (2).png" title="Screen Shot 2017-06-02 at 6.58.23 PM (2).png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 08:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363718#M23858</guid>
      <dc:creator>s34831850</dc:creator>
      <dc:date>2017-06-02T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363722#M23859</link>
      <description>&lt;P&gt;You need a second table that contains currency, date and exchange rate. Then you can join on currency and date to retrieve the rate for the calculation.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363722#M23859</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-02T09:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363725#M23860</link>
      <description>&lt;P&gt;you mean this data right?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9197i2919363228342204/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Screen Shot 2017-06-02 at 7.14.15 PM (2).png" title="Screen Shot 2017-06-02 at 7.14.15 PM (2).png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:14:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363725#M23860</guid>
      <dc:creator>s34831850</dc:creator>
      <dc:date>2017-06-02T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363726#M23861</link>
      <description>&lt;P&gt;I don't see different currencies in your post - they are all NZD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you have realy different currencies, you have to look for currency rates per date -&lt;/P&gt;
&lt;P&gt;some external data or web tool.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363726#M23861</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-06-02T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363727#M23862</link>
      <description>&lt;P&gt;You should have dataset for currency conversion .&lt;/P&gt;&lt;P&gt;This should contain currency conversion rate for all currency to AUD. This dataset should have rate on every day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Currency Conversion&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DATE &amp;nbsp; &amp;nbsp;CURRENCY &amp;nbsp; &amp;nbsp;RATE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you should join your Transaction table to Currency Conversion based on Date and Currency find the value in AUD.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363727#M23862</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2017-06-02T09:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363729#M23863</link>
      <description>&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9198iB869874C5782E13D/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Screen Shot 2017-06-02 at 7.14.15 PM (2).png" title="Screen Shot 2017-06-02 at 7.14.15 PM (2).png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this one right?&lt;/P&gt;&lt;P&gt;using left join?&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then using rate*the amount&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:18:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363729#M23863</guid>
      <dc:creator>s34831850</dc:creator>
      <dc:date>2017-06-02T09:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363734#M23865</link>
      <description>&lt;P&gt;Left join, with your original dataset on the left. If your exchange rate table does not cover all combinations of currency&amp;amp;date, you have to deal with that. Best by expanding the currency table.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363734#M23865</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-02T09:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363735#M23866</link>
      <description>got it!!! thxs</description>
      <pubDate>Fri, 02 Jun 2017 09:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363735#M23866</guid>
      <dc:creator>s34831850</dc:creator>
      <dc:date>2017-06-02T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363737#M23867</link>
      <description>what if i want to run a two sample t-test to compare money received for the two groups?</description>
      <pubDate>Fri, 02 Jun 2017 09:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363737#M23867</guid>
      <dc:creator>s34831850</dc:creator>
      <dc:date>2017-06-02T09:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion helpppppppp!!!</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363743#M23868</link>
      <description>&lt;P&gt;Can you be more illustrative about two sample t-test?&lt;/P&gt;&lt;P&gt;Which are the two groups on you want to run t-test?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 09:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Currency-conversion-helpppppppp/m-p/363743#M23868</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2017-06-02T09:52:57Z</dc:date>
    </item>
  </channel>
</rss>

