我正在處理學校系統中的學生數據,並試圖消除重複數據(始終是一個問題)。
目前我有學生編號、課程、優先順序(數字高表示進度)和課程開始日期)
令人擔憂的是,專案沒有結束日期,因此我需要為每個學生找到最近開始、優先順序最高的專案。
資料範例:
student1 LEP Prefuctional 1 02/08/2017
student1 LEP Prefunctional 1 12/14/2017
student1 LEP emerging 2 07/01/2019
student1 LEP beginner 3 02/08/2020 **
student2 LEP Prefuctional 1 02/08/2016
student2 LEP Prefunctional 1 12/14/2017
student2 LEP emerging 2 02/08/2020
student2 LEP beginner 3 02/08/2020 **
我想選擇帶有星星的行。我該怎麼做呢?
答案1
最簡單的方法是對列中的資料使用排序選項。您將在數據面板中找到它。您可以聲明一系列足以滿足您當前需求的級聯規則。請查看 GUI 中顯示的下圖:
https://i.stack.imgur.com/El7rt.png
https://i.stack.imgur.com/GB5gn.jpg
在