If you are familiar with Flexifields and Computed Fields, you will know how powerful they are. By combining the two, a form can become a full fledged Time Card or calculated table. However, Computed Fields does not play nice with Flexifields.
Any computed fields inside or outside a flexifield (outside is calling values inside a flexifield) do not work.
For example:
Example 1. CONTENTFORM= FlexifieldA---->field_1a=23,field_2a=35,computedfield_a(adds 1a and 2a)
Does not print/compute field in created form that holds flexifield (obviously it prints in the form that is the flexifield)
Example 2. CONTENTFORM= FlexifieldA---->field_1a=23,field_2a=35 Fieldb---->computedfield_a(adds 1a and 2a)
Does not print/compute field in created form (that holds flexifield)