
I'm creating a formula and have hit a #.Error!.
Bond_V__c ^ Bond_FD__c
Where 'Bond_V__c' and 'Bond_FD__c' is a custom formula calculation field.
It can successfully calculate 'Bond_V__c ^ 2' but not to the power of another formula calculation field.
Is there a way around this? I'm mathematically challenged! Thanks in advance.
Jamie.
3 answers

Have been advised that Salesforce does not support decimal places in exponential calculations. This may have to be calculated via apex coding.