Listing of Sales and Qty Purchased by a Customer
The following is a command that you can type in that will output the part sales history for a particular customer and quantity purchased. You need to follow the following instructions exactly. All the text that is in Bold type will be the commands you are typing.
>SELECT_ORDER_WITH_DATE.ENT_>_”9/30/98”_AND_WITH_ DATE.ENT_<_”11/1/98”<Enter>
>SORT_ORDER_BY_DATE.ENT_BY_PARTNO_BREAK-ON_DATE.ENT _TOTAL_QTY.SHIP_PARTNO_UM_TOTAL_EXT.PRICE_(P (This report will output the information by the date and the by the part.
Hint: In TCL when you type in a command the command is recorded in a memory that can be recalled again. If you type in <Ctrl> “D” it will bring back the last command that you typed in. If it has been some time since you last typed in the command you can type in the first word in the command string and then hit a <Ctrl> “A” and it will bring up the last command typed in using that first word. By continuing to hit either <Ctrl> “D” or “A” you will keep bringing up the commands as they were typed in.