Hello all,
i have the following scenario:
Two Sharepoint lists used for storage:
1. one stores classes with a class id and no of seats fields.
2. and the other stores registrations by storing class id fom the first list and student id who is registering to this class.
in the form, i shall display to the user all classes he can register to, which means: classes which he didnt register to, and classes which still have seats (based on the no of seats available from the first list and the number of registered students from the second list)
i tried to add the classes list to the list view, then try to filter them, but i cannot use a smartobject (the registration smartobject) in the filter process.
do you have an idea how this can be done?
Regards
Luay