Hello.
I am on v 9 and have created the following formula:
If {st_wbs99.description} = "Extra Small" then
50000
Else If {st_wbs99.description} = "Small" then
100000
Else If {st_wbs99.description} = "Medium" then
250000
Else If {st_wbs99.description} = "Large" then
500000
Else if {st_wbs99.description} = "Extra Large" then
1000000
Else 0
I do not get an error when creating the formula. The problem is that I do not get a zero (last part of formula) on the records which do not conform to the other if statements. Meaning, my else statement does not seem to be working. The result is a null for those records without the Extra Small, Small, Medium, Large, or Extra Large designations.
Any ideas on why my last Else statement does not work??
Thanks!
Skystar
I am on v 9 and have created the following formula:
If {st_wbs99.description} = "Extra Small" then
50000
Else If {st_wbs99.description} = "Small" then
100000
Else If {st_wbs99.description} = "Medium" then
250000
Else If {st_wbs99.description} = "Large" then
500000
Else if {st_wbs99.description} = "Extra Large" then
1000000
Else 0
I do not get an error when creating the formula. The problem is that I do not get a zero (last part of formula) on the records which do not conform to the other if statements. Meaning, my else statement does not seem to be working. The result is a null for those records without the Extra Small, Small, Medium, Large, or Extra Large designations.
Any ideas on why my last Else statement does not work??
Thanks!
Skystar