Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
What should be set expression to achieve below result :
Source :
output1
I tried this expression , which didn't work - Aggr(max(TOTAL <target,proft> date_of_sale),Client) for d1
I tried populating max of date from each client . Hence i tried ignoring dimension target,profit to get max of date aggregated over client .
Output2
Thank you All