November 16, 200619 yr Hi - I have a field called max(Trans_Date) which returns the most recent transaction posted, but I also want to return the amount associated with that record. I have tried (and failed) a few different ways. If the related table has only one record I get the right amount via if(max(trans_date),trans_amt), but if I have multilple records I always get the oldest amt, or presumably the first found in the table. What am I doing wrong? Thanks
November 16, 200619 yr Try making a calc field with a concat of Trans_Date & Trans_Amt; do your last or max on that and then parse.
Create an account or sign in to comment