开发者

Sharepoint 2007 filter list to show latest update per employee

开发者 https://www.devze.com 2023-01-15 04:14 出处:网络
We have a very simple list with in/out status.Each time an employee clocks in or out it adds a record to the list.How can I filter the list to only show the last update by each employee? It seems we s

We have a very simple list with in/out status. Each time an employee clocks in or out it adds a record to the list. How can I filter the list to only show the last update by each employee? It seems we should be able to do something like a MAX(modified) per user, but how would tha开发者_如何学JAVAt accomplished?


In case anyone else has this issue here is the solution:

Create a new view based on all items. Group by Employee Sort by Modified (Descending) Item Limit = 1 Show all items without folders (in folder settings) Be sure to set it to expand all items.

0

精彩评论

暂无评论...
验证码 换一张
取 消