Hello all,
(This is similar to a previous request for help except for the summary part)
So I have complete access to the database, so I could grab the data in a stored procedure or create a view to pull it from.
The report itself needs to display cars, garages, and multiple test results for a given time period.
Basically I want to display multiple sets of results for a specific car at a specific garage.
I saw the following link which looks similar but not exact and wondered if you could point me in a more specific direction. (the link: http://scn.sap.com/thread/3407344)
What I need is more :
garage1 garage2(etc...)
car1 12/13/15 23
car2 34/13/2 33/4/44
car3 (etc...)
Basically car1 had 3 diagnostic test done at garage 1 and 1 done at garage 2 during the time period and these are the direct results.
I need to be able to display the multiple results with out displaying cars multiple times. Not to mention garages may be added or deleted at any time as well as cars. So both the garages Line and the car column need to be dynamic. As well as the data not being summarized.
Thanks for any thoughts. If you could point me in the right direction, I would be grateful.