I have a list of student data . This Data was imported by me from Excel sheet. I need that data to be filtered according to th current user who logged on the system. So if i'm the student with student ID 12345678 I will see only my data.
Note:
1- the student ID = Username
2- The data wasn't created by the user
if that data was created by the user so I can say filter the date when it's created by [ME] but this is not the case.
So any solution for this case?