Page 1 of 1

calculated field

Posted: 2017-02-02 19:48
by stefdefrance
Hello from France,

it could be very interesting to have the possibility when we create a field to do basics calculation on this field. Like calculation between two or three fields and the result in the field we're working on.

Re: calculated field

Posted: 2018-01-30 04:20
by Leving Tinoco
maybe this can help, VIRTUAL GENERATED https://dev.mysql.com/doc/refman/5.7/en ... lumns.html

I am currently applying it in my project, Once the appgini generates the column, I delete it and define it as VIRTUAL GENERATED with the same name. and work just fine