Formula calculations | Zoho Creator Help

Formula calculations

FormUtil

This util lets you manage the different functionalities in a form.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.

Formula Executions in Java

executeOnUserInputForFormula(ZCField zcField)

This executes the calculations for the formula field within a form and returns the result.

Parameters:

zcFieldAn object which holds the details of the field.

 

executeSubFormFieldOnUserInputForFormula(ZCForm subForm, ZCField onUserInputField)

This executes the calculations for the formula field within a subform and returns the result.

Parameters:

subFormAn object which holds the details of the subform.
OnUserInputFieldAn object which holds the details of the field.