Yes, in Analysis, you can go to reports and export raw data for each user. Or, you can open up the database directly created by Analysis and go to the [Metadata] and [Event Meter] Tables. The Event Meter table contains all of the transactional (timing record) data for every user, including the status of pass, fail, stop, think time, wasted time, host, script, virtual user, etc... The metadata table provides information on the links from the event meter table to the other related tables.
Using the information in the metadata table and the event meter tables as guides, construct your own SQL query leveraging your core skills in database systems and SQL, to pull out just what you need for your additional reporting.
James Pulley