SmartForms Filter based on a smartobject

  • 6 September 2017
  • 2 replies
  • 0 views

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


2 replies

Hello,


 


I recommend outputting the SmartObject value into a Data Label or Text Box. You can then filter off of this Text Box control.

Thanks for the reply

The values are a list not a single value as you see in the question

So, I am not sure that the solution with text box works

Reply