Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to show the average weekly sales in a textbox.
I think about a formular like this but it didn't work:
sum(
aggr(
{ $<
Year = {$(=year(today()))}
>
}
sum(Sales), Week) / count(STORE_NO)
) / max(total Week)
Do you have a hint for me?
regards
Bastian Trompetter
I would put the set analysis (the whole {}-thing) into the second sum between "(" and "sales"...
I would put the set analysis (the whole {}-thing) into the second sum between "(" and "sales"...