07-07-21 07:49 PM
07-07-21 09:15 PM
1981 offering name 0000-PID GA 2019
2062 Order Error- Withdrawn (JPN)
2278 Mood Marbles
to the clipboard and use a split text to make it look like this:1981 offering name 0000-PID GA 2019
__________________________________
2062 Order Error- Withdrawn (JPN)
__________________________________
2278 Mood Marbles
__________________________________
Then you use action append field(text) and add the column "Number"
Run a loop over this collection with a multcalc in the middle with the following expressions:
Left([Coll.Title]; 4) saving to Coll.Number and the second expression is the Replace([Coll.Title];Left([Coll.Title]; 4);"") to remove the first few characters from the string and that should solve your problem.
13-07-21 12:49 AM
13-07-21 01:19 PM