Reporting services throwing Sharepoint error out of the blue? - Sharepoint...
I didn't know if i should post this in reporting services or sharepoint. The error is thrown by reporting services so I am posting it here.Sometime in the last month reporting services on sharepoint...
View ArticleHow do I populate the Year and Previous Year in a SSRS calculated field
I'm calculating the difference between this year and last year sales and using the following equation which is working however, I need to replace the hard coded dates (2012 and 2013) with a formula to...
View ArticleGrouping
How would I be able to group where I have the city, then development then properties, then units underneath one another like this:Miami, FLDevelopment AProperty 1Unit AUnit BDevelopment BProperty 1Unit...
View ArticleLookup
HiI am using SQL2008 and am new to Report writingI have 2 datasets:DataSet # 1 AdmissionsDateSet # 2 Referrals PlacedI am trying to create a report using patient account # in DataSet#1 and looking up...
View ArticleHow to run a procedure in SSRS
Hi,I have a procedure which is something like thisDeclare@FiscalDay AsInt@location...
View ArticleHow can I remove blank lines caused by one or more empty sub-reports?
How can I remove blank lines caused by one or more empty sub-reports?In some cases there will be 10+ empty sub-reports prior to a populated sub-report resulting in a large blank area about the first...
View ArticleCreate Report using the Table or Matrix Wizard - SSRS 2008 R2
I am connecting to DB2 via OLE DB connection. When I select the Table or Matrix wizard, The Design a Query window is not available. When I use the wizard to create reports against SQL Server, theDesign...
View ArticleSSRS aggrogate data
I have some data that i need averages for. I have row grouped the data by 2 fields and in addition i have a field called transaction type that has 5 fields i have put a row grouping on, so based on...
View ArticleSUM Monthly Sales Average
Please I need help.I have this expression =(Sum(Fields!ONE.Value) + (Fields!TWO.Value) + (Fields!THREE.Value)) / 3 in a column to give the average monthly sales of previous Three months, which works...
View ArticleChange line color?
I'm having trouble with an expression. I'm trying to change the color of my lines in SSRS. I really just want to make the field RunningTotalThisYr orange, RunningTotalLastYr black, and Goal red. (As a...
View ArticleIs single value any of the multi values?
I have multi-value parameter of integers.I want to know if "1" is ANY of the values, does not matter the position.The following does not work:=Parameters!ids.Value = 1... and of course using Value(1)...
View ArticleCant get table data to span multiple pages.
I have a table with one column and one data column. The problem is the content of the data column varies in length and can be up to 5000 characters.Due to this when the max numbers of characters are...
View ArticleReport Viewer issues with Internet Explorer 10 on Windows 8 64-bit
Our ASP.NET Web Application uses the Report Viewer 2008 print control. As folks upgraded to Windows 7 we quickly learned that Internet Explorer 9 64-bit would not allow the ActiveX control to work...
View ArticleDrillthrough Report - Default Parameter
I have a report (main report) that allows users to go to another report (drillthrough report) when they click on a link. The main report will pass some, but not all, of the parameters for the...
View ArticleQuestions regarding showing cells in different colours depending on value...
HiI have a few questions regarding Microsoft SQL Report Builder. The monthly fees report includes a section stating how much we have billed for the month it was run so say in this instance 82k it also...
View ArticleExpanded tablix on the report
Hi everyone, a stupid question. When I put a hierarchy in a tablix the report return everything aggregate...sure you can use + to expand the fields but I need to have a report without + and all...
View ArticleSSRS 2008 R2 Error There is no data for the field at position XX and data-set
Hi,I have SSRS 2008 R2 in SharePoint 2010 integration mode.Few of the reports in SSRS generate below error message in ReportServer log file:ERROR: Throwing...
View ArticleCASE statement in a where clause for multi valued parameter
Hey all,I have a stored procedure that forms my report body. I have 3 parameters. FromDate, ToDate and Status.Some of the fields are Id,RedDate,Value,StatusI have declare the params as:@FDate DATE =...
View ArticleSSRS 2008 Conditional Formatting Issue - ok in dev but not when deployed
I have a matrix report with some conditionally formatted columns for both visibility and borders (border are Solid or None depending on whether certain columns are visible or not). It runs and looks...
View ArticleSSRS Negative number format
Hi All,I have a problem in ssrs with numbers positive and negative .I need a format like below 123.34 (234.45)all decimal places in order.Could anybody help me on this issue.Thanks,Ramu
View Article