Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Max(Aggr(SUM({<STOFF_KZ={'L'}>}SALES)/SUM(SALES), COMPANY,MONTH
))I have this expression which returns the maximum quota of leather sales per month and company for my current selected period.
Now I want to have the maximum quota for the whole period although I have selected only one month.
How can I solve this problem?
This expression e.g. returns the maximum date of all dates although I have selected only one month.
Max({$<MONTH>}DATE
)How can I combine this two expressions?
Thanks for your help.
Dieter
Max(Aggr(SUM({$<STOFF_KZ={'L'}>}SALES)/SUM(SALES), COMPANY,MONTH
))
use current selection it will display year and month what u selected
aggr(sum({$<year={"$(=Max(Year))"},month={"$(=max(Month))"},stock={"L"}>}sales)/sum({$<year={"$(=Max(Year))"},month={"$(=max(Month))"}Sales),company,month)
Try: Max(total Aggr(SUM({<STOFF_KZ={'L'}>}SALES)/SUM(SALES), COMPANY,MONTH))
or perhaps Max({1} total Aggr(SUM({<STOFF_KZ={'L'}>}SALES)/SUM(SALES), COMPANY,MONTH))