Page 1 of 1

field calculations

Posted: Thu Dec 08, 2005 8:47 am
by Joshua Crooks
Is it possible to add or subtract the standard (dictionary) fields on a Visual Builder form?

Posted: Thu Dec 08, 2005 8:53 am
by COBS Tech Support
Yes, use this syntax in the Formula tab of field objects like so:

Dictionary("X") + Dictionary("Y")

or

Dictionary("X") - Dictionary("Y")

Replace X and Y with the names of the numeric fields you wish to add or subtract (or perform any other type of calculation on).