I need help in how to only show the last record that meets criteria.
I have a transactional table that houses all activity that occurs for our I/S work orders. I am pulling the w.o#, sequence, date/time and person assigned from one table. I only want to see the last record (either by sequence or date) that is associated with a w.o. But I still need to then see that detail for that last occuring record. I have tried grouping, summarizing, writing a formula, and just can't seem to get it right. I used the TOPN sort after summarizing, but I can't get the other fields then that go with that record. HELP!
I have a transactional table that houses all activity that occurs for our I/S work orders. I am pulling the w.o#, sequence, date/time and person assigned from one table. I only want to see the last record (either by sequence or date) that is associated with a w.o. But I still need to then see that detail for that last occuring record. I have tried grouping, summarizing, writing a formula, and just can't seem to get it right. I used the TOPN sort after summarizing, but I can't get the other fields then that go with that record. HELP!