I have an inventory report that shows on hand quantities for items with transactional activity. The transaction qtys are grouped and subtotaled by year. The user wants to know the percentage of the yearly transaction subtotal to the qty on hand- i.e. does the qty on hand = 300% of what was used last year? I need to be able to make the percentage and the year parameters, the user wants to be able to change those. So the user wants to complete this phrase "The qty on hand equals ___% of what was used in year ____."
I can't figure out how to set up the formula so that I can base the record selection off of it.
So far I know that I need QOH/sum of transactions by year to get the percentage, but how do I include the parameters and selection criteria?
I hope this question makes sense.
Thanks in advance,
Sunny
Crystal 8.5, SQL db
I can't figure out how to set up the formula so that I can base the record selection off of it.
So far I know that I need QOH/sum of transactions by year to get the percentage, but how do I include the parameters and selection criteria?
I hope this question makes sense.
Thanks in advance,
Sunny
Crystal 8.5, SQL db