Hey Everyone,
This feels like something that should be simple, but I'm not having any luck approaching it.
Data:
ID Available Warehouse 001 5 000 001 4 001 001 3 002
I'd like to take this information, and wind up with...
001 12
I've done things like CONCATENATING this data, which this forum actually helped me out with, but it seems like this shouldn't be so complicated?
Thanks!