How can I aggregate a rollup field over a related table field of a related table?
Instead of a many-to-many relation, I chose to use a "Junction" table in between my Order table and Machine table. The Junction table has a lookup to each of the other two tables. The Machine table contains a Price column of type currency. How can I aggregate my rollup column named Total Price (also of type currency) over the Price column in the Machine table?
When editing the rollup field and aggregating the Junction table, it seems I can only acces the lookup field to the Machine table, but I can't go further to acces the columns of the Machine table. Dot notation doesn't work.

