Max in a flowfield

deepblue
deepblue Member Posts: 152
Hello,

In the Item Card, i'm trying to have a field that contain the posting date of the last entry in the Item Ledger Entry.

In the CalcFormula of the Flowfield I wrote
Max("Item Ledger Entry"."Posting Date" WHERE (Item No.=FIELD(No.),Posting Date=FIELD(Date Filter)))

The problem is the result is not the last date but the date in the last entry.
:-k

Can you help me?

Comments