Hi Guys.
I have a CUSTOMERS table and a REPORTS table.
REPORTS references CUSTOMERS so I can see all the related reports per customer in the customer view.
Now I want to create a virtual column in my CUSTOMERS table which reflects the latest [Date] field between all the REPORTS entries for that Customer.
I suspect you first need use an expression to find the array of REPORTs that have the specific CUSTOMER as a field and then plug another expression in that extracts the latest date from that array.
I’ve been trying these kinds of expressions for some time but have basically resolved to leaving it to the experts. Please give a man some help.
Regards
Gerhard