SSRS Report Manager Site Problem
Hi all, I have recently started learning SQL Server mainly focusing towards SSRS. I have installed properly SQL Server Express 2012 with reporting services. But, when I try to open Reporting Services...
View ArticleDynamic SharePoint List name from Report Parameter
We are reporting against a SharePoint List that is replicated in more than 10 subsites, and would like to have the SharePoint Query element for the ListName be dynamic. Reason is, we want a single...
View ArticleI have a question whether I am using the correct IIf statement in SSRS?
I have created a report with columns for case name, date opened, staff assigned, title, contact date, created by, and comments. I also have selected the comment_type field for the sake of indicating...
View Articlegroup and sort in group2
CREATE TABLE [dbo].[Table_1]( [group] [int] NULL, [sort] [int] NULL, [Item] [nchar](10) NULL ) ON [PRIMARY] GO INSERT [dbo].[Table_1] ([group], [sort], [Item]) VALUES (1, 1, N'Car ') INSERT...
View ArticleReport model support in SQL 2012
What is the real scoop on report model support in 2012? I've tried to use the new tabular semantic model but unfortunately it can't fully replace the report models. So I've decided to go the report...
View ArticleWindows 8 and IE 10 crashed after printing from Report Manager SQL server...
We have a problem with Windows 8 in combination with IE 10 and printing reports. When we print a report from the Report Manager 'http://<servername>/reports' the browser crashed after a print....
View ArticleSSRS 2005 - How to do a WHERE clause against grouped items?
Hi allSorry for a newbie question, but I have been trying to solve this issue for ages and have not come up with anything yet!I have the following example data:SiteID Contract 0001 No 0002...
View ArticleUnderstanding SSRS 2008R2 Subscription Options
Hi - I understand I can navigate to a report and subscribe.. however is there a way to view and set subscriptions globally as I am required to set this up? Is there a difference between the two, does...
View ArticleURL problems with SQL Server Reporting Services 2012 with wildcard SSL...
Hi, I have single server, domain member, with SQL Server 2012 SP1 Reporting Services.I am trying to get work with url: https://reports.mydomain.com I have valid wildcard certificate (*.mydomain.com)...
View ArticleSSRS Database Configuration Manager Error - Could not connect to server: The...
I'm Getting the "Could not connect to server: The type initializer for 'System.Data.SqlClient.SqlConnection' threw an exception" Error on an existing Instance of SSRS that had been working previously...
View ArticleProblem believing what technical team is claiming
Good afternoon. Please could someone help me. I am the CEO of a company that has been using Microsoft products, and SQL in particular, for more than 17 years. During this time we have delivered many...
View ArticleAn error prevented the view from loading
I'm using SQL Server 2012 Express and I'm building a report with one table. I dragged and dropped two data set elements into the table that has two columns (Product Name and Product Description)....
View ArticleDesigning the SSRS 2012 report
I want to design the SSRS 2012 like ,Report for Supplier detail transactions, (user can select more that one supplier at a time)Every page should contain - (New page for new supplier/new...
View ArticlePage break for a category group of a chart - SSRS 2008 R2
Hi,I need to add a page break for one of two category groups of a my chart. Is it possible, please?I need to create a chart for this category group to mantain readable the report.Thanks
View ArticleSSRS Equivalent to Access DoCmd.OpenReport WhereCondition parameter
Hi, I'm working to migrate a bunch of reports from Access to SSRS 2008. The Access reports are currently opened from a custom access form that provides support for report parameters and creates a SQL...
View Articleshowing null values
hello all can someone please save my life! i have the code below which i want to run and show all records for users even if they have no records so in this case something likeconsultant - group-...
View Articlevisual boundary bar to separate years in bar chart
Hi. We run 2012 enterprise. Is there a feature in ssrs that would display a thin vertical line between groups of rolling months in my bar chart? Preferably each time year changes?
View ArticleNoRowsMessage does not work
The NoRowsMessage does not work in my report. I set up the NoRowsMessage to be "No Production Data". Then when I select a date range with no data nothing shows where the table should display. If I...
View ArticleIssue with Excel and Word Export - SSRS 2008
Hi there, I have created fairy simple report having a table in body section and Header, Footer. I have set the Report PropertiesOrientation - LandscapePaper Size - CustomWidth - 11in &...
View Articlebackground conditional formatting.
I am having the hardest time figuring this one out.I have a field that contains a sum of 2 sums expression because I cannot use it as a calculated field in the dataset. But I need the field to turn...
View Article