Formula function
YIDA formula can improve form filling efficiency, reduce form filling errors, and customize data processing. In addition, the YIDA formula can also complete some business logic calculations and automated process processing. This topic describes how to use the YIDA formula.
YIDA currently, a total of 96 functions are supported. The flexible application of functions has many effects on data collection:
- Can improve the efficiency of filling in forms
For example, if the score is above 90, the level is A, otherwise, it is B. Then after entering the score, the grade A or B can be automatically judged according to the formula.
- Can reduce errors
For example, the total current inventory quantity = public int count-outbound quantity. After entering public int count and outbound quantity, the current total inventory quantity can be automatically calculated according to the formula to avoid manual calculation errors.