Page 1 of 1

sob_calc_formula: Increase size

Posted: Thu Oct 31, 2019 9:10 am
by kev1n
Hi Steven,

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;

Re: sob_calc_formula: Increase size

Posted: Fri Nov 01, 2019 5:23 am
by kev1n
Thanks for increasing the limit!

Re: sob_calc_formula: Increase size

Posted: Fri Nov 01, 2019 6:11 am
by admin
Guys,

The changes are now on Sourceforge.


Steven