Hi,
I want so sort my table on a julian date that is in the middle of each record's OrderNumber. The secondary sort field will be ModelNumber.
Here is an example of the data:
OrderNumber ModelNumber QtyOrdered QtyFilled
RD031268714 AAA 100 99
RD031268721 AAA 200 50
RD031268714 BBB 100 0
RD031348714 AAA 50 25
----------------------
The report should be a summary containing model totals within date:
03126 AAA 300 149
BBB 100 0
03134 AAA 50 25
----------------------
So I guess my first question is - How can I select and sort
on the middle portion of the OrderNumber - characters 3 thru 7 ?
I'm fairly new to CR, using CR 6.
Thanks, John
I want so sort my table on a julian date that is in the middle of each record's OrderNumber. The secondary sort field will be ModelNumber.
Here is an example of the data:
OrderNumber ModelNumber QtyOrdered QtyFilled
RD031268714 AAA 100 99
RD031268721 AAA 200 50
RD031268714 BBB 100 0
RD031348714 AAA 50 25
----------------------
The report should be a summary containing model totals within date:
03126 AAA 300 149
BBB 100 0
03134 AAA 50 25
----------------------
So I guess my first question is - How can I select and sort
on the middle portion of the OrderNumber - characters 3 thru 7 ?
I'm fairly new to CR, using CR 6.
Thanks, John