Hello
I am trying create two groups in the Report Builder 2.0 (using Sql Server 2008) for my Line graph.
On my Y Axis I have a calculated avg of measured frametimes for different builds of our application (a computer game).
On my axis I want two groups, first a group of dates (corresponding to what dates these values were recorded on, which is from a date field in our database. The second group is a automaticlly incremented version number (which will have several different versions for each day, corresponding to each change made in the application).
My approch to this has been to add the two values on the x axis as two different categorys, in the preview from the report builder it seems to understand what I want and show me a placeholder timestamp and change number that is correct. When I try to view this report I get an error from reporting services stating: "An internal error occurred on the report server". Looking at the logs file on the reporting server I can only find this: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., RV with runtime scope escalation;
I have tried google for RV with runtime scope escalation but it came up empty. When running with just one of the categorys the report shows up fine. Not sure if it matters, but the graph features four different series (based of the platform the application was running on) and I also have a data series with a predefined constant value (1).
Thanks for reading through this and I hope to be hearing from you.