Okay Question two of the day, heh...
I have a field that has results of tests which are printed as numbers.
But the field itself is a String.
I'm trying to figure out how in CRXI to convert the Str to an Interger.
Reason for this is i need to sort my report by results <5 and results >5.
and since they data is stored as Str, it's bringing up a value that's say, 11 or so as <5 since the sort in the field has the string 11 between value's 1 and 2.