ok i get it.
your xpView is refers to Customer. where customer has Order and OrderDetails. you want to get the sum and count for OrderDetails. if it is Order, then it would be something like
Orders.Count, Orders.Sum(?)
but how do you apply this concept to OrderDetails? surely
OrderDetails.Count, OrderDetails.Sum(?)
wont work when you are referencing Customer in XPView.
i dont think you can do this by simply assigning a property eval. but i have a workaround. see the updated attached file.