August 2, 200817 yr Hi, I'm trying to the last payment date from a line item file. I can get the Last(PaymentAmount) but not the date of the last payment. GetAsNumber ( Last (PaymentAmount ) ) works...
August 3, 200817 yr I would sort the relationship Date Descending, and take the payment and date from the first record listed. Stephen--your approach could concievably return values from different records, if for some reason the last record in the result set (from which OP took payment info) did not have the Max(Date). David
Create an account or sign in to comment