Omit cancelled orders from sales order summary.
Posted: 25 Feb 2015, 16:23
Hi, my boss likes to run the 'SO_LIST' report of the months sales orders by product, and he wants me to remove any cancelled orders so that they don't show up on the report to head office. We already zero the cancelled orders, so that the balance doesn't count, but he'd like them not to show at all.
I'm trying to do this by applying a filter to omit any orders with 'cancel' in the allocated column of the SO list.
I'm using 'Report - Filters - include rows where.....
NOT Contains(SALES_ORDER.ALLOCATED_STATUS, "CANCEL")
but this doesn't work.
I've also looked at using ALLOCATED_STATUS_CODE but this seems to be looking for a numeric value. I assume 0 means unallocated, 1 allocated, blahblah, but I can't find any info on which code means what.
Any ideas?
Cheers
Love the site, possibly the best Sage resource I've come across.
EDIT - I've just noticed that when I try to apply a regular filter to the SO list using
Join---------- Field-------------------------------Condition-------------Value
Where--------Order Allocated Status-----------Is Equal to------------XXX
The value field is a dropdown, thus pointing to it being a selection box (perhaps Part, Full, Cancel would be expected) but is filled with only blank lines.
Looks like a fault in Sage, perhaps?
Oh, Sage v21, by the way, all latest updates applied.
I'm trying to do this by applying a filter to omit any orders with 'cancel' in the allocated column of the SO list.
I'm using 'Report - Filters - include rows where.....
NOT Contains(SALES_ORDER.ALLOCATED_STATUS, "CANCEL")
but this doesn't work.
I've also looked at using ALLOCATED_STATUS_CODE but this seems to be looking for a numeric value. I assume 0 means unallocated, 1 allocated, blahblah, but I can't find any info on which code means what.
Any ideas?
Cheers
Love the site, possibly the best Sage resource I've come across.
EDIT - I've just noticed that when I try to apply a regular filter to the SO list using
Join---------- Field-------------------------------Condition-------------Value
Where--------Order Allocated Status-----------Is Equal to------------XXX
The value field is a dropdown, thus pointing to it being a selection box (perhaps Part, Full, Cancel would be expected) but is filled with only blank lines.
Looks like a fault in Sage, perhaps?
Oh, Sage v21, by the way, all latest updates applied.