NumericField3 is the name of the field containing the product of
NumericField1 * NumericField2. I have created a NumericField8 in the
form with the following calculation in
FormCalc:if(Table1.Row.DropDownList1.rawValue == "ADVERTISING")
thensum(Table1.Row[*].NumericField3)end ifThat's not helping. I think I
need to designate variables before the if/then script, yes? Would I need
to use a resolve command, a getfield command, or . . .? Can anyone
help?Thanks, in advance,df