Simpler than...?I figured in a Calc measure I would need to use a series of IfCondition statements that would cover each range of possible numbers. I thought it would be simpler to use regexp in a substitute command.
Code:
[MeasureIndex]Measure=CalcFormula=(Number > 250) ? 5 : ((Number > 139) ? 4 : ((Number > 99) ? 3 : ((Number > 59) ? 2 : 1)))
Statistics: Posted by SilverAzide — Yesterday, 10:30 pm