Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

sob_calc_formula: Increase size

Questions related to using nuBuilder Forte.
Post Reply
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

sob_calc_formula: Increase size

Unread post 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;
kev1n
nuBuilder Team
Posts: 4307
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 448 times
Contact:

Re: sob_calc_formula: Increase size

Unread post by kev1n »

Thanks for increasing the limit!
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: sob_calc_formula: Increase size

Unread post by admin »

Guys,

The changes are now on Sourceforge.


Steven
Post Reply