Summarize in a custom column
Hi guys, how can I summarize this value as a total of a custom column?
I got an error that my table does not find the available_amount column because I know that it's generated.
1 Reply
Hi,
I had the same problem.
I solved it by loading the original column and than changed the state with the calculation
In below column "amount" is the total minutes (colum in database). and with state i show the "hours" witch is in my modal. For summarize i sum all the minutes and than format it to hours.