Hello,
Is it possible to do a sum + group by formula in a generated column?
Hello,
Is it possible to do a sum + group by formula in a generated column?
Hello @Michel_Loriaux,
no, it is not. If you do not want to use aggregation functions in a code, you can use view and define columns as sum and etc.