I'm using Report Builder v3.0 and currently have a report displaying SQL Server backup times on a per server and per day basis. Works great. I'd like to expand this to display per server & multiple days with their corresponding backup times.
So it would look like:
ServerName Job Name Date BackupTime
Date BackupTime
Date BackupTime
etc.
My sql code in the dataset pulls back all the required information but getting it to do what I want it to do is my problem. Right now it just displays the most recent record in each return.