I need to be able to filter records based on a user profile item stored in the user_meta table. My SQL skills are at best very rusty but I have a reasonable grasp of reading sample code.
So, a user would log in and based on a profile item, I need to pull all submissions where the submitter has a matching profile item (in this case, it would be a school name -- school owner is pulling report for own students).
My assumption is that is not possible with the plugin alone, but I should be able to level the plugin's SQL for gathering all submissions to create this query. Ideas?