Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I need to create report with sales data by customers related to the latest sales date for each.
Yellow lines in the table below are what i need to extract.
I use an expression: aggr(max(Date),[Customer]) and get right date for every Customer.
Then i try to use this expression for sales data: sum({$<Date={"=aggr(max(Date),[Customer])"}>}Sales)
and get a wrong result.
Thanks in advance.
try with
SubField( concat( Sales, '@', -Date), '@', 1)