How do I add a computed Custom Field?

Create a fields that calculate a commission rate or the age of a person. 

Here are step-by-step instructions on how to create a calculated custom field.

You can use any number of other fields as inputs into your computation. 

 

1.) Tap on More (...) in the lower right of your screen on mobile (iOS/Android) and lower left on cloze.com.

 

2.) Tap on Settings

 

3.) Scroll down to the Customizations section and tap on Custom Fields to expand the section. 

5.) Along the top of the screen tap on the Add button and then select Field. 

 

6.) Then name your field and select and select the Data Type from the dropdown.

In this example we are creating a new currency custom field called "Commission" that is calculated by multiplying the price field and the commission rate field to calculate the commission amount. 

 

 

7.) Set the Value to Computed.

 

8.) Select the calculation Input Fields. 

 

9.) Enter your computation.

Cloze uses JavaScript for computed fields to give you a wide variety of options and flexibility. 

JavaScript uses arithmetic operators ( + - * / ) to compute values.

In this examples the computation is: value * commission_rate

 

10.) Tap on Save when you are done. 

 

 

 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.