I can use the Next() and Prev() functions on date fields. I'd like to use them on number fields, and maybe even strings.
Some example use cases:
([Sum of Cost], Next([Product Code])) should re...
Also, please throw an error when I try to use Next or Prev on an invalid data type. Returning sometimes-right, sometimes-wrong data is confusing people.