I have a list that has work orders, the equipment of the work order and the failure code.
I want to know based on a date parameter, what are the top 5 failure codes?
As of now, I have the counts of the work orders based on the failure codes but it does not sort by the calculated field in this case count(workorders); therefore I have to go through the whole document to find out which equipment has the most failure codes. How can I get the program to perform this for me?
How can I do this in ReportNet?
Thanks in advance for any help you can give me.
I want to know based on a date parameter, what are the top 5 failure codes?
As of now, I have the counts of the work orders based on the failure codes but it does not sort by the calculated field in this case count(workorders); therefore I have to go through the whole document to find out which equipment has the most failure codes. How can I get the program to perform this for me?
How can I do this in ReportNet?
Thanks in advance for any help you can give me.