Could you change the size of sob_calc_formula? Currently it's limited to 300 characters.
I have to add up many fields, but because the field is too small, the formula is not saved completely.
VARCHAR(1000) or even Text would be perfect.
Code: Select all
ALTER TABLE `zzzzsys_object` CHANGE `sob_calc_formula` `sob_calc_formula` VARCHAR(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;