I have created an application to analyze LoadRunner test results from LRR or LRA analysis files using Analysis API. I am able to retrieve data from available graphs, filter it process it based on granularity interval.
I'd like to retrieve raw transactional data (transaction name, start time, duration) and calculate (90th) percentile. Is it possible to get this data usin LR Analysis API? How can the transactional data be retrieved from MS Access or SQL server database files?