I'm assuming some sort of formula but how would you do it with the picklist?
Any help or even hints would be appreciated.
Roger
4 个回答
+1 Geoffrey, You could also use a CASE Function
CASE(SalesTaxRate_Picklist Field__c,
"10%",0.1,
"20%", 0.2,
"30%", 0.3,
0
)