Update Exchange Rates template
  • 13 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Update Exchange Rates template

  • Dark
    Light

Article summary

Objective

Use the recommendations in this template to update exchange rates and review impact to country price lists.

Example flow

Update Exchange Rates example flow

Edit data

  1. Open the Manage Exchange Rates scenario workbook.
    When you created the scenario, this workbook was loaded with data from base and decision support workbooks.
  2. Open the Update Exchange Rates worksheet.
  3. In the New Rate column, update rate values. Update values manually or upsert data from a CSV file.
  4. Update values in the Start Date column.
Tip

Use information from the Rate Change column for additional decision support. Values shown in this column are calculated as follows:

CASE 
    WHEN COALESCE ({New Rate}, 0) = 0 THEN NULL 
    ELSE ({New Rate} - {Current Rate) / {Current Rate} 
END
  1. Open the Review Country List Prices worksheet to review the New Country List value, which shows how the new rate affects country list prices.
Note

By default, the Review Country List Prices worksheet is filtered to show only records with rate changes.


The following information shows how other columns, column groups, and KPI cards in this worksheet are calculated. Use this information for additional decision support.

New Country List

{List Price} * {New Rate}

Price Change

CASE 
    WHEN COALESCE ({Country List}, 0) = 0 THEN NULL 
    ELSE ({New Country List} - {Country List}) / {Country List} 
END

Publish data

  1. In the Update Exchange Rates worksheet, select the Publish checkbox for records that represent updated and final data. This information will be published back to the base and master data workbooks.
  2. From the Actions menu, select Publish.

The selected records are synchronized with the Exchange Rates waterfall element workbook.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.