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 (integervalue10%)
thanks in advance for your help