Avatar

Correct answer by
Level 10

you don't need to do such a work around, all what you didn't notice is that NumericField is not a string is always a numeric (Number)

so You cannot use substring on a integer or decimal... unless it's a string.. so use the toString() after the .rawValue like this

This should be working.

View solution in original post