I'm trying to get a numeric field to return a certain numeric value
depending on the user's answer to a checkbox. Here's my code:if
(CheckBox1[0].rawValue == 1) then $.rawValue == 969.00 else $.rawValue
== "" endifWhen the form displays, the numeric field's value displays as
$1.00 and if I check the box it changes to $0.00 - but I want it to
return $969.00 when checked and be blank when not checked.Can anyone
help me figure this out?