I have a report that display journey information.
It is grouped by order number and shows drop numbers.
However, our system thinks that each new order number is a new drop so gives it the next number for a drop.
However the drop may be at the same address just a different order number.
Is there anyway I could get the numbers to look at the previous post code or customer number and then if it is the same then not show the drop number
Example
Orderno CustNo Pcode DropNo
1234 1 LS1 1
1235 1 LS1 2 (take this one out)
1236 1 LS1 3 (take this one out)
0001 2 DF3 4 (either make this 2 or keep 4)
Any ideas please
It is grouped by order number and shows drop numbers.
However, our system thinks that each new order number is a new drop so gives it the next number for a drop.
However the drop may be at the same address just a different order number.
Is there anyway I could get the numbers to look at the previous post code or customer number and then if it is the same then not show the drop number
Example
Orderno CustNo Pcode DropNo
1234 1 LS1 1
1235 1 LS1 2 (take this one out)
1236 1 LS1 3 (take this one out)
0001 2 DF3 4 (either make this 2 or keep 4)
Any ideas please