Hi all,
I'm working on a project at work, that looks at the movement of stock in and out of a warehouse. I'd only like to count a Pallet ID if the sum of its movements equals zero, else a zero must be shown. See below for an example:
Pallet No Movement Calculation 14555 -10 0 14555 20 0 14555 20 0 14555 -30 1 14777 10 0 14777 -10 1
Any ideas on how this would be achieved? Any help would be greatly appreciated.
Bookmarks