Id like to get ALL the numbers picked up from a string.
Using REGEXP I can get the first number with "extractRegex({Detail/Wash_SOLD},[1-9])" but it only returns the first number... there are several in the whole string somtimes. the string is populated from a multiple choice box that allows Multiple choices ;) if that helps.
SM