Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all,
I have an aggregation function and I want to exclude the month-filter (Mois) but it dosn't work.
(Sum(distinct{<Mois=,[travaux]={muniserie},[Nom prenom Responsable ]-={'Alex'}>} [CA Global HT]), Id_stock))
If anyone can help me solve this problem, I'd be very grateful.
Your expression-code doesn't look complete. I assume a leading sum(aggr or similar is missing. If so you may need to apply the condition to the outer aggregation, too - maybe like:
sum({ condition } aggr(sum({ condition } Field), Dim))
Your expression-code doesn't look complete. I assume a leading sum(aggr or similar is missing. If so you may need to apply the condition to the outer aggregation, too - maybe like:
sum({ condition } aggr(sum({ condition } Field), Dim))
It works, thank you.