Show property in section from penultimate item in Page List
I need show property in section from penultimate item in Page List. For example I have Page List .PaymentSchedule and it contains items with PaymentAmountMajor property
I've already tried something like:
.PaymentSchedule(<LAST> - 1).PaymentAmountMajor
and
.PaymentSchedule(@SizeOfPropertyList(.PaymentSchedule) - 1).PaymentAmountMajor
And nothing works, section just don't want save:
.PaymentSchedule(@SizeOfPropertyList(.PaymentSchedule)).PaymentAmountMajor doesn't exist or is not a valid entry for this ruleset and its prerequisites
How should I do that? Without custom controls or temporary properties