Forum Discussion
misiek5510
Helper III
2 years agoCalculating number for a specific string length
I have a table with a column SSCC. I need to calculate potential pallet numbers which could be 10 up to 13 digits long as well as could be seperated by a comma or space. Ideally the calculation woul...
misiek5510
Helper III
2 years agoSure here is the issue.
A table we use has column names SSCC which stands for a pallet number. A single row might have multiple pallet numbers separated by comma or by space, and pallet numbers could be from 10 to 13 digits long.
The below example show product 1 and 2. We can see that product 1 is made up of 3 pallets and product 2 is made of 5 pallets. What is worth nothing is that the pallets are in one cell are sometimes separated by comma and sometimes by space and are 10-13 digits long.
The output I'd like to get is to put column products in a table and the calculated column with the count of pallets.
| Product | SSCC (Pallet numbers) |
| 1 | 2539683712843, 5454365765 6546456457457 |
| 2 | 6542454364656 6436565465465, 656546456456 6436346436363, 6363656546456 |