How do I get data from a table for a certain criteria?
eg: i created a table that stores userid, grades. one userid can have multiple grades.
on login of a specific user, i want to display all the grades of the logged in user. I created a list service for the table and had userid in request parameter but that approach is not working.