Microsoft SQL Server 2008 R2 Reporting Services provides a server-based platform designed to support a wide variety of reporting needs enabling organizations to deliver relevant information where needed.

learn more… | top users | synonyms (1)

0
votes
1answer
61 views

how to create a customized drilldown report

I currently have this awesome drill down:: what i would like to do is this::: another words, instead of having a separate field (per se), i would like the section of text all the way on the ...
0
votes
0answers
34 views

How to handle multi-value Oracle parameters with OLE DB?

A few general questions. We are using SSRS 2008 with the native Oracle ODAC provider against a remote Oracle 10g database. Generally we're using embedded queries because we've only recently gotten ...
0
votes
2answers
54 views

Trying to use a group by statement in an aggregate in SSRS Report Builder 2008

I have a report in SSRS 2008 that has two row groupings. The lowest level of detail is grouped by legalcase, and then there is a summary row that is grouped by outside counsel name. The query in the ...
0
votes
1answer
91 views

ssrs find count of multiple non-null columns in a row

I need some help with this issue in SSRS to find the YTD(%) for the YTD columns.. I have SSRS 2008 tablix region where the columns are State,Category,January, February, March,...,December, YTD. These ...
0
votes
1answer
129 views

ssrs 2008 - remove row where column group total = 0

in ssrs 2008, I am getting My report output like below I need to remove/hide sr.no. = 3, condition to apply where total qty=0 I used RowVisibility Show or Hide but output shows : Sr.No. is showing ...
-1
votes
1answer
32 views

SSRS Report Group

I want to get a tabular result like below My query is returning the result like below Can anyone suggest me a way to do this using SSRS? I have tried grouping, but couldn't get the expected ...
1
vote
1answer
49 views

SSRS, some fields are not displayed report once deployed to server. (Sharepoint 2010)

I am not able to view some of the fields once the report is generated on server. Report is getting generated properly but data is not being displyed. The report works fine on local machine. Below is ...
0
votes
3answers
88 views

How do I display todays date on SSRS report?

I want to show up Todays date as report generated date on SSRS report. How can i do that ? should I use any variable ? please help me I'm newbie to SSRS. For example refer this image:
-1
votes
1answer
22 views

how to determine which dataset is being used for a specific variable?

i would like to know how can i determine whether [FirstName] on the report is being pulled from dataset1 or dataset2???
0
votes
2answers
89 views

How to use the average function with multiple conditional statements using SQL in Visual Studio SSRS 2008

I am trying to pull calculated data out of a SQL database using Visual Studio SSRS 2008. I am having problems trying to use conditionals in my select/from/where statements. One example of what I'm ...
0
votes
1answer
72 views

SSRS 2008 Sum IIf and Variables

What I'm trying to do is summarize serveral fields from a query at the variable level due to multiple calculations in my report (some additions, some subtractions). For example, I'm trying to sum a ...
0
votes
2answers
78 views

Why use sql language instead of mdx language in ssrs?

I was looking at pluralsight´s SSRS-training and they used regular sql to get data to the datasets. I am just learning mdx and when I work with datasets I so far only use mdx to get data. Should/could ...
0
votes
1answer
24 views

SSRS 2008 Column Visability

I'm currently getting used to working with SSRS 2008 as I previously used 2005. I have a data table set up with various columns and rows ect, one of the columns is a calculation of 3 of the others ...
0
votes
1answer
85 views

Date Filter in SSRS 2008

I am working with SSRS 2008. I have a table in my report consisting a date/Time Column (DOB). I have a date/time parameter (MyDate) as well. I am trying to set a Filter on my data set like ...
0
votes
1answer
86 views

Execute a stored procedure inside textbox

Is it possible to execute a stored procedure inside a textbox? We need this to localize our report. For example we have a stored procedure which returns the localized text for a given Key and a given ...
-2
votes
1answer
52 views

SSRS custom paging [closed]

My report fetches huge rows making the generation of report slow. Is it possible to customize SSRS (or .net using report viewer) so that I can fetch rows per page?
0
votes
3answers
108 views

Microsoft Report Viewer only partially displays

Microsoft Report Viewer is only displaying three fields, two of which are disabled. It should be displaying a large, fully functional report. The sql server configuration has been vetted for by ...
1
vote
1answer
96 views

How to use multiple conditional statements using SQL in Visual Studio SSRS 2008

I am trying to pull calculated data out of a SQL database using Visual Studio SSRS 2008. I am having problems trying to use conditionals in my select/from/where statements. One example of what I'm ...
1
vote
3answers
70 views

hiding rows that contain no values

I would like to hide rows in my report that contain no values in a certain set of fields. This question is helpful How to filter rows with null values in any of its columns in SSRS i do not ...
1
vote
1answer
60 views

Query in SSRS- How do I JOIN one table to another matching only data in the middle of the column

I'm Trying to JOIN tables based on matching contract numbers, however the first table has the word "contract" before the number and a bunch of spaces after the number. I cant seem to figure how to do ...
0
votes
0answers
73 views

How can i make this mdx query in query designer from ssrs?

I have this query which I can execute in SSMS without problem and it shows in descending order. with member [Measures].[YTD Sales] as [Measures].[Invoiced_Am] select [Measures].[YTD Sales] on ...
1
vote
0answers
78 views

SSRS Creating Treeview

So I'm having problems when trying to make a treeview from a group. I have a folder structure in my database that gives me the path that each node should have. The problem is that the recursive ...
0
votes
1answer
18 views

database delivery option for subscribed ssrs reports

I have a reports which is taking 20 minutes to run .I want to make it as subscribed ssrs report.I have seen that in SSRS the delivery options are email and fileshare but I want the report to be saved ...
0
votes
0answers
92 views

Exporting CSV reports programmability using ServerReport.Render or ServerReport.RenderStream

Is there any to export reports to CSV programmability on SSRS 2008 R2 using ServerReport.Render or ServerReport.RenderStream?? It is weird because we can do it using Report Viewer, but I get some ...
-1
votes
2answers
47 views

SSRS2008 is not deploying

I am Using SSRS2008 and want to deploy it on Report Server, all the configure data on my Local system. when I am trying to deploy Reports it is asking for "Service Report Login" and could not pass ...
0
votes
1answer
35 views

Empty cell values in column after publishing report

I have a report in SSRS (BIDS) that shows seven different columns. First one shows name. The other shows some data in number/currency format. All data comes from same dataset. All data shows when ...
0
votes
2answers
34 views

Removing duplicate data from the query with different condition

In the view I've created this query, SELECT DISTINCT ClientCode, ClientName, Address1, Address2, City, Country, CreatedBy, CreatedDate FROM Contact GROUP BY ClientCode, ClientName, Address1, ...
0
votes
1answer
48 views

Significance of SSRS roles? Reports depending on permission of Stored procs

I have a set of SSRS reports using stored procedures and I want to give view-only access of reports to someone. I believed this could be done by assigning the users/groups "Browser" SSRS role. But its ...
0
votes
0answers
69 views

Reporting services - displaying images from another server

I have a view designed on a sql 2008 r2 database that has all the information to display that I need. In this is the UNC path to an image I need to display. I can't get the image control to display ...
0
votes
1answer
84 views

SSRS 2008 R2 Parameter dropdown conditional availability

In SSRS for SQL Server 2008 R2, is it possible to have a parameter in a drop-down, with multiple values allowed, unless a specific value is selected? For example, a parameter list could have values ...
1
vote
1answer
130 views

SQL Server reporting sub report headers

Issue: need header information to repeat on a sub report outside of a table listing. Creating sub report in SQL Server 2008 Report Builder 3.0. I have a multi-page table sub report. The column ...
1
vote
2answers
114 views

Select All parameter doesn't work in SSRS

I have a report which creates a list of Events for a specified date range and event type. The date range and event type are parameters defined in the report. The date parameters (@DateFrom and ...
0
votes
1answer
159 views

How to have a Reporting Services parameter value automatically selected when another is Selected

I'm working on SSRS with data from SSAS to create reports . In a multi-value parameter I want to auto select a parameter's values when another is selected . For example:In Month parameter ; ...
0
votes
2answers
150 views

SSRS - Disabling export options (eg. PDF) for individual reports

We have many reports which we use on the website. While exporting some reports as PDF, the file size gets huge and the server crashes due to load. So it would be great if I can disable export to PDF ...
1
vote
1answer
164 views

Auto Row Number in SSRS Table with Grouped Rows

I am working with SSRS 2008. In one of my report I have a table with 3 columns. Sr. No, Column 1, Column2. Sr. No is -RowNumber("DataSet") and other are two are data set columns. I have grouped (Row ...
0
votes
1answer
18 views

Getting the values in between

In Report Builder 3.0 I have a string of comma separated values e.g. "Value1, Value2, Value3, Value4". I have used Split() to get the first and the last position but how do I get everything that is in ...
2
votes
1answer
47 views

SSRS - List with dynamic items - prevent hidden items from taking space

I have a SQL 2008 R2 SSRS report - works great MUCH of the time, but depending on the rules of a specific customer, it may not look beautiful. It has a list in it - and the rules may specific that ...
1
vote
1answer
140 views

Calculating Sum and average in SSRS

I a problem in my report. I have a matrix which goes like this |ID | |Question(TEXT)| |Point(Value)| |Calculated(Average)| |Calculated(Satisfaction)%| ...
1
vote
1answer
325 views

How to pass credentials when accessing SSRS report through URL

I am trying to access a SSRS report using URL like below http://MyServerIP/ReportServer?/FolderName/ReportName&Param1=ParamValue&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false ...
1
vote
2answers
72 views

SSRS 2008 R2 how to get rid of dialog box when opening reports

I can open and view reports and see the data no problem, but I'm running sql server 2008 R2 Reporting Services which is prompting the user for a login id and password. I have the reports on a ...
0
votes
1answer
95 views

Dynamically position vertical StripLine in SSRS 2008

I am building a Control Chart where the user selects an interrupt date and I would like to place the StripLine immediately before that. So, let's say a user selects July 2009 as their interrupt date, ...
0
votes
1answer
234 views

How to use RS Scripter for moving reports from one server to another?

I have followed every guide i have found on the web but none have worked fully. I got the program to connect to the ssrs server to display all the reports. I also got the script to generate for a ...
0
votes
1answer
56 views

Multiple print copies of same report in SSRS

I have SSRS report created(Sales Order), client want multiple print copies at one shot, like, When user clicks on print button, it should print 3 copies, First copy should have header "Base Copy" ...
0
votes
1answer
51 views

Using a list parameter in SSRS

I need to be able to set an SSRS parameter to contain multiple values. In TSQL, I can have a where clause that states: where Attribute in ('Value1', 'Value', 'Value3') What I need is in SSRS to ...
0
votes
1answer
107 views

How to group records by different date range in SQL?

Using SSRS 2008, I need to group by 25 days the sales achieved and need to reflect the same in the line chart. So that the X axis contains the date difference eg. 1st-25th Jan 13, 26th Jan-19th Feb 13 ...
1
vote
1answer
35 views

How to handle N/A?

I tried using IIF and Switch case, but I am unable to handle N/A case. For example: =switch( ReportItems!Textbox54.Value = 0, "NA", ReportItems!Textbox54.Value <> 0, ...
0
votes
1answer
78 views

VB Function to return records based on a date parameter & date field OR another date field (Visual Studio 2008, Report Builder 3.0, SharePoint Lists)

Another question sourced from this tricky environment and my inexperience. It seems like VB Functions are the only way I can deliver on some of these report requirements. I have a situation where a ...
0
votes
1answer
32 views

How to upgrade 2008 report definition to 2010

I have two reports in a report project that have somehow been updated to use the 2010 report defintion; <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition" ...
0
votes
1answer
77 views

SQL Server 2008 R2 / SSRS 2008: Service Level Report Creation

I am just beginning to learn SSRS and am only intermediate at SQL Server and I am trying to create a report in SSRS that calculates a total time under the following scenario: Call Start [time] Call ...
0
votes
1answer
115 views

SSRS Report Fixed Width & Column break

I'm using a Matrix inside my Report with Dynamic Rows & Columns, and of course more columns means increasing Width, So Is there is any way I can have a Column Break after 'N' number of columns so ...

1 2 3 4 5 52