I've taken a field with text, and numeric values together and parsed them. The numeric values are currently a string and represent a scores.. (site1 3.5 4.5 5.8) I've parsed this and created capability_field and then score1, score2, and score3.
I've appended this from another table (company), converted score to a numeric value to build a crosstab.... my challenge is getting the scores to populate the crosstab correctly.. My value are repeating across my columns... any thoughts?
