Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have some Master Item measurement, witch I use for bar chart and KPI.
The measurement is SUM(.....). But this sum could be brake down by dimension machine. This I use in bar chart, where I use machine as dimension and same measurement.
My question is, if I want to have another KPI, that portray the Min() value of this measurement by machine. (So the machine with lowest measurement)
If I only do min(measurement,..) it will return the same value as previous KPI, because for him it is only one value, so min of one value is the same value.
Any suggestions?
Marko Zadravec
Min( AGGR ( YourExpression , DimensionToAggregateBy ) )
Min( AGGR ( YourExpression , DimensionToAggregateBy ) )
If dimension was a cycle group and we want to have aggr for each part of group how wee could get this?