I have an existing database of training classes and I would like to use PHPRunner to generate a report of who took a specific class. However, the field that holds the usernames that I will use to link to the students is like this:
|ahatico|csamperio|cgonzales|cflores|dwhinery|
How can I get PHPRunner to pull the usernames from that format and display all the students bellow the Master Table?
I want the report to show their First Name, Last Name and Birthdate which is already in the database for the student, however, the classes taken uses their username for the link.