Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I have a straigh table
I woul like to use a set analysis to get the maximum value per Quarter (= Trimestrein french).
FOr instance in the first quarter the max value is 270 and i would like to display it using a set analysis.
Thanks in advance
Hi !
Did you try using TOTAL qualifier?
Max(TOTAL <Year,Trimester> Value)
Here is the full explanation:
Regards, Fernando
Aggregation might help:
sum(aggr(nodistinct FirstSortedValue(VALUE, -aggr(sum(VALUE), MONTH),1), TRIMESTER))