Hi team,
PFB attachment.
Each customer having number of products. but my requirement is need to display on recent purchased product of the customer in the grid view.
can any on help me in this.
Hi,
is this what you need?
Calculation1:
IF [Order Date] = {FIXED [Customer Name]: MAX([Order Date])} THEN "Show"
ELSE "Hide"
END
I was using LOD to determine what is the latest date for the customer.