Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Browsing all 2791 articles
Browse latest View live

Summarising MONTH value

HelloI have a simple statement that starts:SELECT a.product, MONTH(a.saledate) AS Month, Count(*) AS TotalWhich yields, for example,Product Month TotalBike 8 1000Please can anyone advise if it's...

View Article


ssrs 2008 make parameter optional?

In an SSRS 2008 report, there are parameters for next school year and another parameter for current school year. The problem is there is no data for the next school year in the database until Feb....

View Article


Column headings stop repeating on subsequent pages when sub report is added

I have two separate reports that I have designed where, just by adding a sub report, the option to repeat column headings on each page then fails.In both cases, before adding the sub report, the report...

View Article

Unique Identifier displaying incorrectly in SSRS

Using Visual Studio 2010GUID returned in SSMS by query = '90D24613-5772-4F60-A5D9-3606175FEDE4'Same value displays in SSRS report as 'db66d9d1-fb6c-4670-ba34-3369152d38ad'I've tried CStr, StrConv, and...

View Article

Multi Values with two parameters for one report.

Hello,I am connected to an Access DB through OLE DB. I have a report where I want to have two parameters. Basically a parameter for product ID and for division. Right now, I can set up the report with...

View Article


Tablix assistance please!

I am currently using SSRS 2008R2. This is the script I am using:SELECT a.name, DATENAME(M, a.Date) as Month, DATENAME(YEAR,a.Date) as Year, DATEPART(YYYY, a.Date) as YearNum, DATEPART (M, a.Date) as...

View Article

End User Report Viewer

All,New to SSRS and have been very impressed with how easy and fast developing reports can be.With one exception; the published reports sit on a file-directory opened in IE looking very ugly. Once open...

View Article

SSRS vs. T-SQL - Query Response Time

I have a relatively complex stored procedure that runs great. I can execute the sp via Management Studio New Query window and it takes less than 5 seconds to bring back the results.I created an SSRS...

View Article


but can they replace SSRS?

Do you know of alternatives to row and column quantitative reporting besides Qlikview and Tableau? I think both are smashing alternatives to quantitative row and column reports. Qlikview seems to...

View Article


Problem to copy a column (tablix, subgroup?)...

Hi.My name is Lucas. I'm from Brazil (sorry for my possibles english mistakes) and this is my first post in this forum.I'm starting now to study Reporting Services...I'm having a problem to copy the...

View Article

Join Two datasets in SSRS

Hello guys,I need help with building a report. I have two data sets.In table 1 we have 5 columns Name, Place, Age, DOB and Address. And table 2 has 3 columns Type, Old Data, New Data. This will capture...

View Article

SSRS Column headers in Excel not repeating

I've got a 2008 report that i've promoted to VS 2015 and I'm having issues getting the headers to repeat when I print out the documents. There are multiple row and column groups and yeah, I checked in...

View Article

SSRS display sum for sub category group by value.

I have a table in below formatcriteria Year countA 2014 6A 2015 24B 2014 2B 2015 72I have a stacked chart withvalues =countcategorygroup=criteriacategorygroup1=yearNow I have to display the data in the...

View Article


Deleting Rows after Lookup

Hi,First, thanks to all members supporting here. I have two datasets 1)ds12)ds2I am using ds1 as datasourse in my tablix1 to show the record. In tablix1 I am doing lookup to get addional data from ds2...

View Article

SSRS page footer help

I have SSRS report with multiple pages and each page is based on a different data set with different data. I want to be able to add footer to be displayed for one of the Tablix reports. I added a...

View Article


Can't Find Originating Web Server

All,I'm new to this particular company and we are in the process of migrating servers. In this case SSRS is installed on one server and the databases are on another. I know the database server, but I...

View Article

Data Source Log In Failing

I have searched for an answer on this, but I am having trouble finding anything. I have created a Windows account that I will use as the Data Source login on the SQL Server containing the data to be...

View Article


Curious recalculations

Hi, I have a SQL Server scalar-function that determines the number of working days between two dates. It works as it is supposed and has been in use for yearsThis function is included in a procedure...

View Article

ssrs 2016 can I use previously built data sources and datasets?

I want to be able to create data sets on my works station using SSDT 2015 and have other report writers access and use the data sources that i have published to the SSRS server. However it looks like...

View Article

Slow Export to Excel - options?

Hi,We are export a large record set SSRS report (multiple years). It is reasonably fast pulling the data - the issue is in the final stage the excel export rendering. We have tried most of the methods...

View Article
Browsing all 2791 articles
Browse latest View live