Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The method for determining the seed data of a field that is dependent on the calculation of two other fields is as follows:

  1. Determine the seed data for the two fields that are used in the calculation.
  2. Perform the calculation using the seed data for the two fields.
  3. Use the result of the calculation as the seed data for the dependent field.

For example, if Field A is dependent on the sum of Fields B and C, the method would be:

  1. Determine the seed data for Fields B and C.
  2. Add the seed data for Fields B and C together to get the result.
  3. Use the result as the seed data for Field A.

It is important to note that the seed data should be selected carefully to ensure accurate and consistent results. Additionally, any changes to the seed data for the two fields used in the calculation will result in a change to the seed data for the dependent field.