Hello guys,
I have a matrix with some measure columns that creates some conditions. That´s the Delta_classification.
Delta_classification = if([DL_TPH_Delta]>0,5;"CRITICAL";if([DL_TPH_Delta]>0,3;"BAD";if([DL_TPH_Delta]>0,2;"REGULAR";if([DL_TPH_Delta]>0,1;"ACCEPTABLE";if([DL_TPH_Delta]>0,05;"GOOD";"EXCELLENT")))))
Now I want to summarize it by category CRITICAL, BAD, REGULAR, ACCEPTABLE, GOOD, EXCELLENT but as this is a measure I"m having trouble to do it. Could you kindly help me on this?!
BR
I have a matrix with some measure columns that creates some conditions. That´s the Delta_classification.
Delta_classification = if([DL_TPH_Delta]>0,5;"CRITICAL";if([DL_TPH_Delta]>0,3;"BAD";if([DL_TPH_Delta]>0,2;"REGULAR";if([DL_TPH_Delta]>0,1;"ACCEPTABLE";if([DL_TPH_Delta]>0,05;"GOOD";"EXCELLENT")))))
Now I want to summarize it by category CRITICAL, BAD, REGULAR, ACCEPTABLE, GOOD, EXCELLENT but as this is a measure I"m having trouble to do it. Could you kindly help me on this?!
BR