Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Comunity,
I am Sebastián. I have a little problem whit a expresion.
for example:
I have the sales of each stores with yours date of sales.
I need a expression to get the last sale (according the date) to each Store.
I tried with sum( {< Date sale= {"$(=date(max(Date sale)))"} >} Sales , but its not working.
sum(if([Date Sale] = aggr(Max([Date Sale]),Customer,Store),Sales))