I would like to multiply the "amount" field with "...
# general
d
I would like to multiply the "amount" field with "multibook bla bla exchange rate" field but I'm not sure what the exact formula should be since {amount}*{exchange rate} returns Invalid Expression. Any ideas?
r
Remove the space between exchange and rate and I think you should be good. No NS field references will have spaces.
Also if you want to pull the FX rate from the Multibook join, you'll need to go get the joined field via pulling the ... fields at the bottom of the field list. So your formula will look something like {amount}*{accountingbook.exchangerate}. Note that's probably not right. You'll have to get the proper accounting book join. that was off the top of my head.