Calculate field

Hey everyone,

can we have a conditional loop in a calculated field based on a list field ?
i want to calculate an amount based on the selected list field and an integer field

Something like that :

first extrafield :
List field (text):
1,stringA
2,StringB
3,StringC

2nd extrafield :
Integervalue

3rd extrafield :
Commission :
IF listfield=stringA (integervalue50%)
ELSEIF listfield=stringB OR listfield=stringC (integervalue
10%)

thanks in advance for your help

HI,
for the 3rd extra field set the type to Price.
Press the help key next to the “Computed Filed” label, the help text that appears may help you set up the calculation you need.

did you solve your problem? im intersted in doing something similar