Forum Discussion

Jstevens64's avatar
Jstevens64
Copper Contributor
Dec 13, 2019
Solved

searching groups of items and returning the one with the highest value in each group

how do I search groups of work orders and return the work order number that took the longest to complete.  The attached example shows 3 groups of work orders (each group is circled in red). The contr...
  • JKPieterse's avatar
    Dec 13, 2019
    Insert a pivottable using this table as its source.
    Drag Unit to the row area
    Drag WO# to the row area
    Drag Calculated Hours to the bottom-right area
    Right-click the Unit column (anywhere within the column), choose Filter, Top 10 items.
    In the dialog select top 1 and have it use the calculated hours as the item to do the top 1 on.