- 13 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Update Exchange Rates template
- Updated on 13 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Objective
Use the recommendations in this template to update exchange rates and review impact to country price lists.
Example flow
Edit data
- Open the Manage Exchange Rates scenario workbook.
When you created the scenario, this workbook was loaded with data from base and decision support workbooks. - Open the Update Exchange Rates worksheet.
- In the New Rate column, update rate values. Update values manually or upsert data from a CSV file.
- Update values in the Start Date column.
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
- Open the Review Country List Prices worksheet to review the New Country List value, which shows how the new rate affects country list prices.
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
- 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.
- From the Actions menu, select Publish.
The selected records are synchronized with the Exchange Rates waterfall element workbook.