Only Text Appears When Accessing the Report Manager Site from Some Machines
I've got a SQL Server 2008 R2 site. The site looks great from the machine hosting it. It looks great for machines on it's sub net, but it looks like garbage from other machines.Looking good (as seen...
View Articlehow to get first and last day (as datetimes) from a datetime value?
Hey,In T-SQL I do this:declare @date datetimeset @date = getdate()--get first day of month select dateadd(m, datediff(m, 0, @date), 0)--get last day of month select dateadd(m, datediff(m, 0, dateadd(m,...
View ArticleParameter not feeding to sub report
HiI have a report that has a sub report.The report has a multi select parameter called 'Location', which linked with the sub report.If I select just one option in the multi select, this is ok.However,...
View ArticleHow to upgrade the custom Render from SQL2005 to SQL2008
there is a CSV Render that writen by SSRS 2005, when i upgrade it with SSRS2008, i found there are lots of changes for SSRS 2008.like SSRS 2008 doesn't support CheckBox and the namespace for TextBox is...
View ArticleSSRS 2012 and Sharepoint 2010
I've installed SSRS 2012 on a SharePoint farm, after first trying it in test. When I run the reports while being a site collection admin or site owner everything works fine, but if I want to run a...
View Articlewhere should i install ssrs when in sharepoint integrated mode?
hi ebEssuming SSRS 2012 is in sharepoint integrated mode for MOSS 2013,I understand SSRS could be installed on a separate server then MOSSbut there is some kind of minimal MOSS installation that should...
View ArticleReport heading off centered when exporting to Excel
I am using SSRS 2008 and Excel 2010. I have a letter sized report, with zero margins, that has centered titles in the main area of the report, above the tablix. The report expands dynamically...
View ArticleCross tab report/Matrix
Hi Guys,I have a requirements to make report that look like a cross tab using the dateandtime as column header andshould be by month. please see my sample.I tried this in Matrix but not success. any...
View ArticleReportViewer displays blank report on Chrome and Safari
Hi All, I am facing really strange issue with ReportViewer. I have developed a report using SSRS 2008, it renders perfect with IE and Firefox but its display BLANK on Chrome and Safari browser. I...
View ArticleLast Day of The Previous Month
Hi friends,suppose my current Date is 01/11/2008. so in this case how to get previous month Last day and Previous month first Day ?Pls provide me suggestions.Thanks.
View ArticleStored procedures for Aggregated values
Hi all,Okay, I know that I have been avoiding this topic for a while now...not that its difficult or something but for some reasons I felt that if a query can be handled in the front end (SSRS) then...
View ArticleSQL 2012 SP1 Reporting Services for SharePoint (2013) - Install-SPRSService...
So, at this point, I've blown away an otherwise functional SP2013 + SQL2012SP1 multi-server farm trying to get this to work, only to end up with the same results. Irrespective of whether I install...
View ArticleExecution time changes when report is downloaded
Well, I noticed something very strange today.I am calculating the dashboard execution time using the following logic="Execution Time: " +...
View ArticleTwo SSRS servers, one always asks for user credentials...
I have two nearly identical SSRS2008 servers, which are behaving differently when users attempt to access SSRS using HTTPS. On the first (QA) users can access reports without needing to enter...
View ArticleHow the ssrs expressions works for DateDiff?
I'm working on SSRS reports there is on column i.e Holding period where we actually calculate for how many days the company is hold in our database (we compare with buy date) and ssrs expression...
View ArticleHaving trouble with an "IF" expression
This should be a simple issue, but it is kicking my arse. I want to say if last name is NOT blank, print last name, else print organization name. When last name is blank and there is an organization...
View Articlehow to sum Previous values in SSRS ?
Hi I need to create a new report which should bring the sum(Previous(Fields!quantity.Value)). I have write a expression but it brings the previous value only not the sum. do i need to do any further...
View Articlegroup by is getting displayed in CSV export
Hi All, I was trying to export the report as CSV,after exporting to CSV , the CSV displays the Group by columns are displayed in CSVSample CSV...
View ArticleSSRS R2: Underline formatting issue
Recently we upgraded to SSRS-2008 R2 from SSRS-2008 (enterprise edition) and noticed that all the underlines for hyper-links in all reports are missing. Also the font color has reset back to default...
View ArticleSSRS 2008 returns the following error: The Value expression for the textrun...
Hello, I have the following IIF statement in a TextBox in one of my reports:=IIF(Mid(Fields!AccountPwdLastChanged.Value, 1, 8) = "1/1/1900","",Fields!AccountPwdLastChanged.Value)Doing a Preview works...
View Article