The issue is related to incorrect currency conversion in module 205.
I encountered the same problem as Eduardo in this thread:
Even the incorrect numbers I have are EXACTLY the same as Eduardo's.
What I noticed is that the incorrect numbers are multipled by 1.88 comparing to expected, correct results.
My guess is, that the problem occurs during the currency conversion stage.
There is a step in the procedure where the numbers in local currency (GBP) are multiplied by the exchange rate. It is done by multiplying the TEMP - ACT - DR - Sales LC matrix by currency conversion matrix (UTIL - FX Rates)
This step is expressed in the training materials as:
For some reason while multiplying those two matrices, instead of selecting only one currency (and multiplying by 1 in UK case), both numbers are taken, and as effect it is multiplied by 1 (GBP) + 0.88 (EUR) = 1.88.
I've reviewed training materials multiple times and compared with my config. But couldn't find the place where there is limitation applied to use only one currency while currency conversion calculation.
Any ideas?
Kind regards,
Jacek