So any suggestions for the following:
Sometimes I may have multiple results per test, but not always.
So taking the example from above:
var f:= Car1|Garage1|test1|2.00/test1/2.50/test2|0.05@123456
So I'd want a split at test 2 for the 2nd summary field, while maintaining the split at the @ for the next column.Is it just a matter of adding another symbol to split on??