Aggregate component third prefix seems to be ignored?
TableAggregate component like this: When I run the query:
I want the sum of
remainingAmount for a student: - across all academic years up until now,
- but only including bills where
startDate has already passed. The issue is: it looks like the third prefix (
bill.startDate) is being ignored in the bounds comparison. bill.startDate is actually respected?