Error "Invalid attempt to call FieldCount when reader is closed" thrown by...
A report I've just designed runs fine, albeit quite a long time, in Visual Studio/BIDS, but eventually fails when run from Report Manager. The report is created in SQL Server 2008 R2 Reporting...
View ArticleHow to customise and SSRS report field
I have a field in an SSRS Report and when I view the expression for that field I can see the following formula:=Fields!FieldX.ValueIs it possible to edit this so that it only displays this value if...
View ArticleSSRS Chart Axis Label Issue
I am developing SSRS chart and have axis label as Year and Quarter. However during report rendering i am getting "Axis Label" text in some places for quarter field. Below is the result i m getting in...
View ArticleHow to set default values for a multi value parameter in SSRS
Hi,I am having an SSRS report in which there is a parameter called "Employee name". Following are the requirements.1.The report should show data for all employees if no value is selected.2.The report...
View ArticleSSRS Lookup in Matrix
Hi,I am working on a matrix based report where i need to populate my date field dynamically so i have added it on to the column group.When user selects date from the report parameters only that dates...
View ArticleCan I combine a line with a range on a chart?
On a chart, I want to draw a line for calls taken by month for 1 consultant and then draw a range for the average for the team - 30 to the average for the team + 30. The business would like to see that...
View ArticleRS.EXE
Can I add it to my product's installer and freely redistribute it to client's that license SQL Server?
View ArticleSSRS Creating Date Time Parameter
I am working on a report where I want to able to select a date range, and then a time interval (shift). My end goal is to allow the end user to select a date range of date of 09/20/2018 to 09/21/2018...
View ArticleSql server reporting service getting crashed
We have SQL server reporting service running on windows server 2008 environment. The service gets crashed from a week, though the service shows started state the ssrs url wont be avaialbleWe tried the...
View ArticlePassing multiple integer values as parameter in SSRS
Hello,I am trying to pass a comma separated multiple integer value parameter in SSRS report and it errors out complaining that it is not able to convert the nvarchar value to datatype int. But it works...
View ArticleMatrix table percentage by Sub Total
I have matrix with subtotal,the subtotal1= Column1 + column2 and Column3Subtotal2= column4 + Column5 +Column6the calculation we want is = Column1/subtotal1, coulmn2/subtotal1 and...
View ArticleDisplay all 6 months in a half year along the x-axis even though there's data...
I have a line chart that shows the number of calls taken during each month in the selected half-year (for performance evaluation). When I have only the first month in our financial half year with data...
View ArticleSSRS Expressions to find max value
Hi,We have populated avg values in individual tables.suppose below is the avg values in my tableTable 0110 20 Table 0025612How can i find the max values between these two tables.I referred using...
View ArticleSSRS with Postgres Database
How to connect postgres to my SSRS Report Builder Data Source ?I have tried to install postgres ODBC and JDBC.Then I also added Postgress to ODBC Data Source Administrator.After that I tried to add...
View ArticleSum for 3 month and a year
Hi everyone,I have a dataset for reporting service which contains statuses of items for various periods of time.I have two columns, one for 3 months and other for year, so I tried using to count items...
View ArticleSSRS 2016 web page missing elements/page layout problem
On branding Tab under Site settings buttons like Download, Remove and Upload brand package are missing. I just see the Currently installed brand package and text box with None in it.Also on the Home...
View ArticleProviding Data Driven Subscription Data via a Table
Is there a generally accepted SQL Server Table where we can provide the Step 4 entities of a SSRS Subscription for a data-driven subscription? Like providing the values for To, Cc, Bcc, Reply-To, etc.....
View ArticleHow to customise and SSRS report field
I have a field in an SSRS Report and when I view the expression for that field I can see the following formula:=Fields!FieldX.ValueIs it possible to edit this so that it only displays this value if...
View ArticleSSRS - Select statement - Table name as a parameter
Hi,Can I pass a table name to dataset as a parameter? for example:select * from @TableNameWhere @TableName is a parameter and its value must be declared by the user.In sql server stored procedure I did...
View Article