B
brettopp
I think my question is simple, but being from an Excel background, trying to
convert my Excel way of doing things to InfoPath is messing me up. Here is
what I want to do:
I have a text field named "WWAccountVolume". In this field, I would like to
populate a percentage based on data listed in three other fields ("DealType",
"TotalDealValue", and "WWActVolCheckbox" -- this last field is a True/False
checkbox). There are three arguments total that drive the behavior of field
"WWAccountVolume", as listed below.
Argument #1
IF DealType = "Global Invoicing -- Formal" AND TotalDealValue < 2000000 AND
WWActVolCheckbox = "TRUE" THEN WWAccountVolume = "0%"
Argument #2
IF DealType = "Global Invoicing -- Formal" AND TotalDealValue >= 2000000 AND
TotalDealValue <5000000 AND WWActVolCheckbox = "TRUE" THEN WWAccountVolume =
"2%"
Argument #3
IF DealType = "Global Invoicing -- Formal" AND TotalDealValue >5000000 AND
WWActVolCheckbox = "TRUE" THEN WWAccountVolume = "4%"
I know how to do this in Excel very easily, but I am stumped on how to do it
in InfoPath.
convert my Excel way of doing things to InfoPath is messing me up. Here is
what I want to do:
I have a text field named "WWAccountVolume". In this field, I would like to
populate a percentage based on data listed in three other fields ("DealType",
"TotalDealValue", and "WWActVolCheckbox" -- this last field is a True/False
checkbox). There are three arguments total that drive the behavior of field
"WWAccountVolume", as listed below.
Argument #1
IF DealType = "Global Invoicing -- Formal" AND TotalDealValue < 2000000 AND
WWActVolCheckbox = "TRUE" THEN WWAccountVolume = "0%"
Argument #2
IF DealType = "Global Invoicing -- Formal" AND TotalDealValue >= 2000000 AND
TotalDealValue <5000000 AND WWActVolCheckbox = "TRUE" THEN WWAccountVolume =
"2%"
Argument #3
IF DealType = "Global Invoicing -- Formal" AND TotalDealValue >5000000 AND
WWActVolCheckbox = "TRUE" THEN WWAccountVolume = "4%"
I know how to do this in Excel very easily, but I am stumped on how to do it
in InfoPath.