I would like to be able to extract shipment data from ICSTAT for periods of Lastweek lasttwoweeks etc for shipments to add to a market list so that there is some sort of a history for each product.
Another thing, look at IC Setup Options, Processing.
At the bottom there is Item Statitics, look at the Accumulate By and Period Type options.
You are basically screwed in terms of history, but moving forward you could have your stats by week.
tuba2007
ICHIST is detailed (list every transaction) while ICSTATI summarizes the transactions.
ettienne
Yes I am using crystal report, that IC option is set to fiscal year by period, when I changed it gives me a prompt saying that this option should only be changed at year end, otherwise the statistics will have to be manually edited.
Got it working using the following formula in select expert:
pwFormatDate ({ICSHIPH.TRANSDATE}) <= {?ToDate} and
pwFormatDate ({ICSHIPH.TRANSDATE}) >= {?FromDate}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.