Is it possible to call a stored procedure for every record?
I have an existing report that has a query with the order number and weight. I need to add criteria, and sometimes return 0 for the weight, based on if the order has already closed in another accounting period. I need to determine this by order number and date, so I was wondering if I could use a stored procedure, passing it the order number and the date range, and then returning the weight?
Also if this is possible, HOW would I do it?
Any help is appreciated...!Thanks.
I have an existing report that has a query with the order number and weight. I need to add criteria, and sometimes return 0 for the weight, based on if the order has already closed in another accounting period. I need to determine this by order number and date, so I was wondering if I could use a stored procedure, passing it the order number and the date range, and then returning the weight?
Also if this is possible, HOW would I do it?
Any help is appreciated...!Thanks.