I have two fields that hold scores. I need to use those scores in calculations, however, they are designed as strings. I tried to use a formula to convert them using "tonumber" but when I actually use them in a formula, I keep getting "the string is non-numeric". eg
{grade} - {score_1} where score_1 is the formula "tonumber({score})".
I hope this helps clarify what I am doing.