index="all_eqt" Plant=15 ProcessCode=T DefectCode="*" MachineNumber<26 | stats sum(TotalSquareYards) as "Total Square Yards" by StyleName | sortStyleName
I'm trying to limit the data shown on the chart to the top 5 styles with the highest TotalSquareYards
↧