I would now like to group and chart off the formula below which creates a category bucket based off the max value of a series.
Can this be done? I'm not seeing the formula in the group expert.
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 9.99 to 29.99) then "10 - 30% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 30.00 to 49.99) then "30 - 50% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 50.00 to 69.99) then "50 - 70% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 70.00 to 89.99) then "70 - 90% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 90.00 to 100.00) then "90 - 100% Max" else
"0 - 10% Max"
Can this be done? I'm not seeing the formula in the group expert.
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 9.99 to 29.99) then "10 - 30% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 30.00 to 49.99) then "30 - 50% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 50.00 to 69.99) then "50 - 70% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 70.00 to 89.99) then "70 - 90% Max" else
if (Maximum ({TIV_AGG.W_PCENTPROCTIME}, {TIV_AGG.SERVER}) in 90.00 to 100.00) then "90 - 100% Max" else
"0 - 10% Max"