0
votes
1answer
36 views

SSRS - Replace the Chart

I have a question, want some assistance. Q) My question is that i have a chart in which analyst assigned for many incidents and some analyst have 1 or two incident assigned. just because of this the ...
1
vote
2answers
38 views

SQL Server 2008 query for forward cash flow report

I am currently working on SSRS report that should display estimated Cash Flow for the user defined period eg: 1 year ahead My table looks like below: ID DepositDate DepositAmt BalanceDueDate ...
0
votes
1answer
29 views

calculating closed issues within an open or created period SSRS

I'm trying to get a report out of our help desk that will give me by user the number of opened and closed issues in a given week. The week is determined by the date that the query was submitted. ...
1
vote
1answer
38 views

Join Two Dataset In One SSRS Chart Report

i Have two data sets. First one dataset shows Total counts against each person and the Second one Dataset shows SLA breached counts against respective person. As before i used two charts for for the ...
0
votes
0answers
18 views

SSRS - different data depending on whether previewing report or using report viewer

I'm using SQL Server 2008 R2 Reporting Services. I'm seeing different data in a dropdown that's on the report, depending on whether I'm running the report in 'preview' mode from VS2008, or whether ...
0
votes
1answer
14 views

Reporting service Error when accessing TFS Admin tool 2.1

While accessing TFS Admin tool 2.1, it opens up the project but when i double click to provide access to users it give me error which says "An eeror occurred when connecting to reposting service for ...
0
votes
1answer
13 views

Join parameter labels then separate by commas, join not working as expected

Current Code ="Project Groups: " + replace(join(Parameters!projGroup.Label )," ",", ") Problem Works fine if projGroup are one word. Ex: Group1, Group2, Group3. My client has a change in ...
1
vote
0answers
28 views

import data from .txt for reporting purposes

I am running a query in Report builder that uses order numbers (approx. 100). Currently they are fixed and I have to change them each time. Is there a way that I can import those numbers to Report ...
0
votes
1answer
34 views

SSRS - column calculations

In SQL Server Reporting Services within Visual Studio, I created a report which has a detail and a total line. I try to subtract the value in the total line from the value in the detail line and I ...
-2
votes
2answers
40 views

SSRS Reporting — What is in a NULL? [closed]

Beginners question for you: in an SSRS Report (Visual Studio 2008) when a parameter that accepts Null values is set to Null, what does it actually contain? NULL '' Or something else? In particular ...
2
votes
1answer
44 views

SSRS report with multiple child tables

So I am working on an Invoicing Report in SSRS 2008. The database contains 4 relevant tables: - Work Order - Labor - Materials - Services (Subcontractors) Obviously the work order table contains ...
0
votes
1answer
36 views

Multiple X-Axis for Chart In Reporting Services

I have run into a bit of a dilemma in a report I am trying to create using Reporting Services. I have a bar graph and a line graph both of which pertain to the same x-axis value range, however, I am ...
0
votes
1answer
50 views

An Error Occurred During Report Processing - Not Enough Memory Or Low Disk Space

Working on Sql Report builder 3.0, all reports performed right but suddenly when i run the report an error window popup which shows the following error. System.Web.Services.Protocols.SoapException: ...
1
vote
1answer
147 views

Show image on RDLC report from database by image path

The image path is stored in the SQL Server 2008 database. On my RDLC report, I have a image field. I have set this field to get the image path from the database column in the database. I also have set ...
0
votes
0answers
21 views

How do I assign SSRS permission to a sql account

I created a sql server account named "appuser". I would like to give this user "Browser" role on my SSRS (Sql Server Reporting Services). When I tried give "browser" role to "IIS_ISUSRS" it works ...
0
votes
0answers
29 views

SSRS issue in Sharepoint 2010. Blank columns

The images below show "Linked Room" not returning any value. The issue is when 1st row returns a linked room with a blank value all others come as blank. The moment i delete 1st entry all the rows ...
0
votes
1answer
31 views

Handling Multiple Values in SS Reports

I have a question, I have an SSRS report with multiple value field, I was just wandering how can I parse it from the SQL stored procedure that I have created eg. Multiple Values -> ...
1
vote
1answer
31 views

Creating a matrix with dates as columns

I've successfully created a tabular report in SSRS with my dates as rows. I'd like to make the dates as columns, and have my columns as rows. For example: If I wanted to have the columns at the ...
0
votes
1answer
43 views

How to supress a subreport if it has no data?

The solution below was posted by user Brian for how to suppress empty subreport in SSRS2008. The answer is to place the subreport into a rectangle. Then set the visibility of the rectangle to ...
0
votes
0answers
132 views

How do I insert an image as a varbinary data type into SQL Server database

I am just looking for an insert statement for a table with a varbinary type column. I know it's not best practice, and rather that the image file path is stored, but not many images will need to be ...
2
votes
1answer
38 views

Programmatically created SQL job: seconds omitted from StartDate

I'm creating an SSRS subscription programmatically and forwarding it to CreateSubscription method with parameter matchData as: ...
3
votes
1answer
128 views

Running Value Chart in SSRS - How to get each series to start at 0?

I have a table in SSRS, with income from two campaigns. My columns are: serialnumber DateOfPayment PaymentAmount DaysSinceCampaign Campaign I want my chart to plot a running total of ...
0
votes
1answer
64 views

Query returns different number of rows when used in an SSRS report

My query returns 6 rows when run on production server. But when the same query is used to build SSRS report, it returns only the first 2 rows of the data when run in production. I have been trying to ...
0
votes
1answer
49 views

SSRS date issue

I have a query that is used in SSRS that reports summary and detail from a view in SQL Server 2008. The problem I am having is that I cannot get the date range to calculate correctly. This is the ...
1
vote
1answer
53 views

Cannot a select query fields in Report Builder 3.0

The following is the query that I have entered in the Report Builder Dataset. However, I can only see the variables for first Select * from #Temp and not the variables from the second select ...
-1
votes
2answers
57 views

SQL Query randomly stopped working?

I have an SQL query that provides information for an SSRS report. The report stopped working today and I've checked the query and its not working either. I cant see anything wrong with the query but ...
0
votes
1answer
57 views

Moved Custom Report from development to production in CRM

I moved a custom built report in CRM development instance to production but encountered an error while running it. The CRM development instance is on a server. I have a SQL Server where I created my ...
1
vote
1answer
121 views

Is there a solution for localizing “parameters/prompt” in SSRS 2008 R2 or 2012?

I'm using now SQL Server 2008 R2. My website shows the report exactly as it is, including the container where the parameters appear (the client prefers it that way). However, my website solution ...
0
votes
1answer
170 views

Sum of data in a totals report in SSRS

I'm trying to do a reasonably simply report but I'm new to this and struggling. I have two tables, Properties and Incidents. In the Properties Table I have an ID, the Name of the property (Name) and ...
1
vote
1answer
83 views

Is there anyway you could stop a data driven subscription in SSRS 2008?

Is there anyway you can stop a DDS? I have a process that adds a .pdf in 400 different folders. I was just wondering if there way anyway to stop it because sometimes it interferes with other things ...
2
votes
1answer
52 views

hide column for drilldown report

How to hide columns when the drill down report is loaded first time? I have the following columns. Col1 Col2 Col3 Col4 ----------------------------- + test1 10 + test2 20 I ...
1
vote
3answers
89 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 ...
0
votes
4answers
99 views

SQL to calculate value of Shares at a particular time

I'm looking for a way that I can calculate what the value of shares are at a given time. In the example I need to calculate and report on the redemptions of shares in a given month. There are 3 ...
0
votes
3answers
97 views

How can I generate Week ending dates (Saturdays) within a date range

I need to generate either a column in a query or a temp table (not sure which one is required) so that I can have a list of dates that are on Saturday that fall within a given date range. This list ...
0
votes
1answer
109 views

SSRS returns a DataSet with One Row when XPATH doesn't exist

SSRS 2008 R2 This is essentially a duplicate of this question. ...but the solution posted there doesn't work for me. It is important to note that if there is data at all, then everything works fine ...
1
vote
0answers
104 views

Horizontal table in Report Viewer

I require a table in report viewer to display a list of items pulled from the data source in a horizontal table. The data source simply contains a list of strings contained in one SQL column. The ...
-1
votes
3answers
76 views

Query, subquery and using as variables from subquery

Is it not possible to use the "as [item] and then use the item variable in the query. For example: select c.category as [category],c.orderby as [CatOrder], m.masterno, m.master ,-- select OUT ...
0
votes
1answer
63 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
64 views

filtering out history based on dates

I am using SQL Server reporting tools 2008 and have created a table as below. I have a dataset that produces the following results. Basically every time the charge field changes within the database ...
0
votes
1answer
33 views

Running Procs Off SSRS

I am pretty new to SSRS but what I have is a proc that executes a series of events that load data into a work table and based on the parameter it loads different data. I want to pass the parameter to ...
0
votes
1answer
38 views

Do I need to install SSRS on the SQL instance and the DBR or just the DBR?

So here is the scenario... I have the following servers WFE SP Application Server DBR (where I want to run our reports, SQL reporting services already installed) SQL (instance on a clustered ...
1
vote
1answer
315 views

Reporting services URL HTTP 500 error

I have issue connecting to the URL http://<server name>/reports. I am getting HTTP 500 Internal server error. But the following URL works. http://<server name>/reportServer. Could you ...
0
votes
2answers
76 views

Create reports in Reporting Services in SQL Server 2008

I want to create a report in Reporting Services in SQL Server 2008 but I don't know how can I do that. I create a report in SQL Server Business Intelligence Development Studio but I don't know the ...
1
vote
4answers
89 views

Alternative for LIKE and IN in SQL where you can't format the input options supplied by SSRS [duplicate]

I am working with a query where i need a feature like "LIKE" and "IN" together, the values are returned by SSRS and i have no control over how to format the string supplied by SSRS.. My scenario is ...
1
vote
2answers
105 views

Run dynamic SQL against multiple databases

We have 25 identical databases on a server. Lately I'm needing to create SSRS reports which query data for a particular date range in particular tables across all databases, so I need to get a single ...
-2
votes
1answer
43 views

Time difference between SCSM Console and database [closed]

I get a difference of exactly 5 hours between SCSM Console (reporting) and the database. I dont know why it has that difference.
0
votes
0answers
119 views

SSRS Sharepoint List

How can I find out where a Sharepoint Report is getting its data from? Is it possible/easy? I have a live report similar to one I am about to produce (it will use the same data source) but I do not ...
0
votes
1answer
180 views

Create Sql Server Reporting Service using subreport to repeat records

i am creating a Sql Server Reporting. I want pick one row from one dataset and all details regarding this row under it. Like Department name Dot-Net is on header and its employee details under it.Then ...
1
vote
1answer
207 views

SSRS 2008 R2 - calculate Top 5% 10%, 20% etc in dynamic range in matrix

I need to calculate the Top 5%, 10%, 20% and then the bottom 5%, 10%, 20% in a dynamic range in a matrix in SSRS 2008 R2. So I have data like this in my matrix: Week1 Week2 Week3 ...
0
votes
0answers
125 views

Sub Report Header not showing in every page when exported to PDF

I have a main Report which calls the Sub Report. Sub Report has lot of tables and rectangles and texboxs and 30 datasets. Sub Report Page header doesn't work when called from the main report, but it ...

1 2 3 4 5 10