PSP function Avg({Row}.{Shipments}, 'Cost')
Hello - What is the Shipments in ({Row}.{Shipments}) in below example? Is "Row" a property Set? Is Shipments child property of "Row" ?
The bookshelf is really confusing me.
Avg({Row}.{Shipments}, 'Cost')
https://docs.oracle.com/cd/B40099_02/books/OrderMgtInfra/OrderMgtInfraPSP13.html
I thought one could use only Row Set. e.g. Max({Row Set}, 'Score') OR Min({Row Set}, 'Score')