Summing TextColumn on nested relationship
I have a GroupOrderResource that has many UserOrder, with the relationship
Then I want my TextColumn to show all ProductSku quantities for each Group Order, and my attempt was to do this:
But I get this error:
Is this an issue with attempting to sum a number from a nested relationship, or am I doing something else wrong?
userOrders, then my UserOrder model has this relationship with ProductSku:Then I want my TextColumn to show all ProductSku quantities for each Group Order, and my attempt was to do this:
But I get this error:
Is this an issue with attempting to sum a number from a nested relationship, or am I doing something else wrong?
