Good Day All,
Im in need of help! This is my problem. I have a field that contains a ticket#, and up to 3 possible count quantities and a sequence number. Im stuck trying to figure a way to grab each set of information with using a hard coded substring as the ticket number & quantities are dynamic. DS doesnt recognize charindex so Im super stuck trying to figure out how to do this any help would be fantiastic!
Example
This is what the variable looks like:
"7011 0 1"
"7011 12 12 2"
"70111 12 48 15 3"
What I would like to do is be able to say give me all chars up until the 1st space, for my 2nd variable start at first space and give me all whats there until the the 2nd space and so on. If you need more explanation please let me know...again any help would be appreciated everything I'm trying is not working.
Thank you,
Tiffany