Range Description Display Mapping Fails on Boundary Values
STEPS TO REPRODUCE:
Expected Result: A value of 60 should show "On Track" (green), same as any other value between 1 and 60.
Actual Result: Rows where the value exactly equals a range's upper "To" boundary (10, 20, 30, 60, 80 etc.) display the number instead.
16.4.2
DE209701
Fixed in 16.5.0
Workaround:
Due to DE209701, the highest value (upper bound) in a range is excluded. To ensure boundary values are captured, overlap the ranges so the upper bound of one matches the lower bound of the next. When ranges overlap, the lowest margin is used to pick the range.
Fails (gaps on 60, 80, 120): 1 – 60 | 61 – 80 | 81 – 120
Works (60, 80, 120 are captured): 1 – 60 | 60 – 80 | 80 – 120 (e.g., 60 is captured by 60 – 80)