Hi,I just want to create a simple IF statement. I have looked at two
text books and the on-line help but it still does not work.I have two
fields.One is called "IfTest"The other is called "PFValue"If "A" is
entered in field "IfTest" then I want the text message "50:50" to appear
in the "PFValue" field. If "A" is not entered the I want "50:25:25" to
appear.The formula I have entered in field "PFValue" is
:ProFormaInv.Invoice.PFValueB::calculate - (JavaScript, client)if
(IfTest.rawValue == "A") "5...