Another calculations query
I have 'Job' which is related to a 'Service' via another resource (not defined as a :through).
I need a calculation that does something like
I've already defined the
or am I not allowed to define an aggregate of an aggregate?
I need a calculation that does something like
I've already defined the
first aggregates, but now I'm getting an error telling me that I need to provide field type for first, so I'm assuming that something along my chain of first aggregates is not working? or am I not allowed to define an aggregate of an aggregate?
