Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
feel kinda stupid posting this one, its prety much a basic calculation but keeps on failing, cannot find the reason.
I have created a variable that indicate the course USD - EUR looks like this:
SET Dollar_EURO=0,8819;
then the calucation is a field with USD values, I want to return the EUR values so made this one:
Total_Charge * $(Dollar_Euro) as Total_Charge
very simpel, --> value of the field * 0,8819
any idea's of where i made a mistake/ need to add?
thanks.
May be a typo :
Total_Charge * $(Dollar_EURO) as Total_Charge // 'Euro' in capitals
May be a typo :
Total_Charge * $(Dollar_EURO) as Total_Charge // 'Euro' in capitals
hey,
indeed a typo, thanks 🙂