Viewing 15 posts - 16 through 30 (of 30 total)
Is your date field actually a datetime or date field or is it a string that looks alot like a date?
I created a report that connected to a table with...
May 3, 2009 at 9:03 pm
Create a new solution in Folder2.
Right Click, Add Existing Item. Select all the reports from Folder1.
This will create a copy of the items from Folder1 in Folder2 and you...
March 12, 2009 at 7:04 pm
Ian, glad to have been of assistance. Feel free to make sheep jokes, I'm a transplanted Canadian and won't take offence 🙂
Cheers
Michelle
March 10, 2009 at 8:23 pm
I am in NZ, and discovered the same problem when we applied SP2 to our report server. The way to resolve is to manually edit ReportViewer.aspx to force the...
March 8, 2009 at 2:34 pm
i would suggest that the org_name be included in the cube as a dimension. This will make it available to your report.
October 20, 2008 at 9:43 pm
When you create your chart, choose the first chart type (scatter graph). You can then drag and drop your secondary data set for the line graph into the data...
October 20, 2008 at 7:40 pm
OK, got Visual Studio. What you'll need to do is:
1. Open an existing report server project or create a new one.
2. Create the datasource that you need.
3. Add Existing...
October 7, 2008 at 7:28 pm
Hey, an RDL file is just XML. If you open it in Visual Studio or BIDS it might open in code view first. You sould be able to...
October 7, 2008 at 7:02 pm
On the Report Server, you will need access to the Content Manager Role (probably Publisher Role or Report Builder Role might be enough). This is assigned from the Report...
September 24, 2008 at 5:04 pm
Are you in the folder that the report is listed in, or have you run the report? You need to run the report, and then go to properties. ...
September 23, 2008 at 8:36 pm
To get the RDL file, go to the report in Report Manager. Go to the Properties tab. There is an area called Report Definition. If you click...
September 22, 2008 at 7:46 pm
Where DATEADD(HOUR, -5, e.starttime) between DATEADD(mm, - 3, @QTR_EndDate) and @QTR_EndDate)
should work. You had brackets () after the @QTR_EndDate in the DATEADD. Should fix the...
July 27, 2008 at 5:47 pm
When attempting to connect to a WCF web service, ensure that the web service is using basicHttpBinding instead of WSHttpBinding. Reporting Services (at least SSRS 2005) cannot connect to...
June 5, 2008 at 3:41 pm
Leave out the sum() so that the formula is:
=ReportItems!SafetyStockQuantity.Value + ReportItems!WorkingInventory.Value
You are already doing the aggregations in each of those fields, and don't need to sum them up again.
June 4, 2008 at 7:49 pm
Viewing 15 posts - 16 through 30 (of 30 total)