Hello - I would like to ask for some assistance or examples of similar queries to get started on a stored procedure that I need to create.
I have developed an application for a repair floor that tracks each technician's training on each product line. As part of the application I have a report page that displays the training that a tech has received by percentage of a total. The percentage is calculated by (No. repair processes trained overall * number of products where process(s) have been applied) divided by Total Number of processes * Total Number of products.
Currently we have 11 repair processes and 9 product lines = 99 training units.
In the database there is a training table where training records are stored, a products table and a process table.
Any assistance in getting started on this would be appreciated.
Thanks,
Rick
rd