Results are giving me 5 rows instead of 1 row
HiI have created a query that is suppose to display the results of opportunities won during a time period the user selects.When I run the report, I get 5 rows of the exact same result.How come I am...
View ArticleThe variable name '@FirstDateofYear' has already been declared. Variable...
When trying to create an ssrs report with the sql below I get an error the reads: An Error occurred while the query design method was being saved. The variable name '@FirstDateofYear' has already been...
View ArticleAccess Denied Error when testing a data source connection in SSRS 2008.
We are running Reporting Services 2008 R2 on a Windows Server 2008 Standard 64-Bit server. I have a user that has full access to Reporting Services at all folder levels but IS NOT a local...
View ArticleFormatting a parameter
Hi,I use the following expression in a parameter =DateAdd("d",-1,Today())which give me yesterdays date, howver I do need the date to be displayed asdd/MM/yyyy. Is this possible to build into the...
View ArticleHow to keep multiple data tables having fixed size data in the same page on...
I have a report where in I have a combination of matrix ,table data regions.The problem what I am facing is that the data tables dont remain fixed in thier position and they tend to move down.For e,g...
View ArticleDefault Previous week sunday
Is it possible to show previous week Sunday date as default in Date Parameter in Reports.ThanksV
View ArticleUsing Report Viewer 12 in Visual Studio
microsoft.reportviewer.design for Version 12 (2014)The redistributable package is just that, and does not include this dllSo Visual Studio cannot create a V12 object.The workaround is to use V11 and...
View ArticleIIF IsNothing Expression and check another condition?
Is it possible to use a IIF IsNothing expression and check another condition? For all the values that are blank, I want it to check another column if "Disposition" = 2 then I want to show...
View ArticleExpression to change All Caps to First letter uppercase and rest lowercase
Hi All,The states in this report are all in caps TEXAS, CALIFORNIA, etc.. Is there a way to use expressions to only have the first letter in uppercase and rest in lowercase?
View ArticleOracle Database with Reporting Services
Dears,we use a database oracle and store all stored procedures in packages. when using report services I can't deal with packages. if there is any way to open packages
View ArticleCalling Oracle Stored Procedure
Hi all I am trying to call oracle stored procedure from SRSS 2005. I am using the syntax { Call s_test_rcur()} . I am getting following error.Any suggestions???Thanks in...
View ArticleTrying to Connect 2 stores procedures in Report Builder
HiI have created two stored procedures.....1) atmWonOpportunities_Users 2) atmWonOpportunities_Data (startdate and enddate parameters)In (1) I created a filtered list of all user names associated with...
View ArticleSSRS 2005 to SSRS 2012 - Error message displayed when report is exported to...
We have existing SSRS 2005 report which has a sub-report with XML as the data source. The sub-report invokes a wcf web service and displays the result. In case the service is down, the sub-report...
View ArticleSSRS Multi-Value Parameter Fed to Table Value Function
Hi, I have an SSRS report with several variables, some of which are multi-valued. The main query that feeds the report uses some table value functions. For example, the query looks something like...
View ArticleUsers dropdown list
HiI have two stored procedures:1) atmWonOpportunities_Users 2) atmWonOpportunities_Data (startdate, enddate, username parameters)In (1) I created a filtered list of all user names associated with a...
View ArticlePosition report in centre of browser AND export to A4 portrait PDF
Hi allI know how to size my report to export successfully to A4 portrait PDF and I can position the report in the centre of the browser window BUT I can't do both! I would really like to be able to...
View ArticleReferencing SSRS variables set in Report Properties
I am modifying a report that sets this variable at the beginning of every dataset:declare @current_minute int set @current_minute = DATEPART(N, GETDATE()) % 3 My idea is to set this variable in the...
View ArticleReportViewer 10 and fixed column headers
My problem is specific to the ReportViewer control. The report displays correctly in every other way (ssrs server viewer, visual studio preview, visual studio 'Run', etc)The aspx page hosting the...
View ArticleTabular report but with vertical columns and values
Can we build a report like the one shown above .Basically the columns will be on vertical columns and values of the columns will be next to it ?I know there is matirx control but it is for multiple...
View ArticleMatrix: percentage growth same period previous year
I'm trying to creating the following matrix in SSRS 2008R2 (with more product categories than shown here)The matrix only shows the last two year per product. The matrix in...
View Article