I've got a report function in our local training system, where we enter the manager ID of a group, then the course code. This will pull who in that managers group has completed that course code and who has not.
I'm trying to find a way to replace putting a (or multiple) specific course code (or codes) with a "begins with" logic that will pull all course codes beginning with a certain term.
However, I've messed around a bit with wildcards (like * and %), but either the wildcards don't work, or my syntax is wrong.
An example of an actual report url for a specific manager and a specific course is as follows:
http: //OurTrainingSite/reports/mgr_drill_multi.php?mgrid=IDgoesHere&QS_crse_codes =ExactCourseCode
What I want is a way to do something similar, but with "QS_crse_codes"
begins with "CodePrefix."
Any ideas of syntax to try?
If I can't get it to work this way, I'll just ask our DEV team to create a new report type with this logic, but my hope is that I can leverage existing functionality without the need for a production change request. My skills are limited, and this may not even be possible, but I figured it could not hurt to ask.
Any and all ideas are welcome. Cheers.
