0
votes
0answers
15 views

ssrs 2012 shared data source with stored credentials still prompting for username and password

I cannot seem to get a report to work - where the credentials are stored on the server with the data source - either with shared data source or embedded in the report. The reports still prompt for ...
0
votes
1answer
38 views

How to format a number with an expression in SSRS based on a value?

I have fields called price and minIncrement in my DataSet for my SSRS 2012 report. I want to format the price using an expression based on the minIncrement field. For example if the price is 94.95000 ...
0
votes
1answer
21 views

Webservice Renders SSRS Report Connection failure

I am pulling my hair out. I have taken over a project where existing code is like this: 'Try Dim rs As New webreportexecution2005.ReportExecutionService() rs.Credentials = New ...
1
vote
1answer
33 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
1answer
26 views

Can't see the Site Settings option for SSRS 2012

I don't seem to have the Site settings option on my SSRS instance. I have looked at numerous online suggestions including: ...
0
votes
0answers
22 views

How to add an assembly in Report Builder 3.0 Report?

I have made a class library to find current iteration for a Team in TFS using C#. Now i want to add this assembly in a report. I added the assembly from Report Properties->References->Add or Remove ...
0
votes
1answer
35 views

Why does the 2nd T-SQL query run much faster than the first when called by Reporting Services 2005 in a web-app

With the addition of parens in the subquery, results were returned immediately in the app. This runs slow when called by RS2005 in a vb.net / aspx web app: SELECT c.TeacherID, u.FName + ' ' + ...
1
vote
1answer
52 views

SQL Server Reporting Services 2008 R2 - Folder and Report Security

Is there any way I can list (either using a SSRS report or querying through SQL code), the Username or Group security that has been assigned against root folders, sub-folders or reports ? I've been ...
0
votes
1answer
39 views

How to replace a value in sql that sometimes has the character ; in it

Good afternoon stackoverflow! I have a small problem with a stored procedure. I am trying to delete a single email address out of a long line of text in SQL but sometimes the email address ends with ...
-1
votes
0answers
23 views

Show startdate and enddate values but not run the report when loaded

I want to show values in the startdate(currentdate-1month) and enddate(current date) parameters when the report loads, but it should not run. The value for startdate and enddate should run only when i ...
0
votes
3answers
35 views

SSRS Total of IIF with SUM

I have two column groups, they have their individual row totals, calculated by Sum(Fields!ColumnGroup1.Value) and Sum(Fields!ColumnGroup2.Value) I then have a column that shows the difference ...
0
votes
1answer
22 views

SSRS Configuration option to turn off SQL.LOG file?

Recently we noticed that all reports in SSRS native platform have slowed down significantly and the disk was getting chewed up at a rather brisk pace. Upon some investigation, it was found that there ...
1
vote
1answer
34 views

The multi-part identifier could not be bound

I'm creating a report in Reporting Services, I need a query to return a list of values, a count of each of the individual values, and the results of those values from a table-valued function. Here is ...
1
vote
1answer
55 views

How to use calculated column values as a parameter for SSRS report

I might have asked this question wrong, but here's what I am trying to do: I have following select statement in my SP. I will be using this statement in SSRS for users to pass on a value via ...
0
votes
1answer
34 views

Setting out SQL Server Report Services not in Gridview form

I am trying to create a SQL Server Reporting Services report to display all the records in a table. However I don't want it to be in gridview form as one of the fields is very long. The only way I ...
0
votes
2answers
31 views

Parameter as Column Name in Reporting Service Project

I'm having trouble passing a parameter as a field name in a visual studio reporting service project. Here is my SQL Statement: SELECT cast(SUM(@Month) as numeric(36,2)) FROM v_financials WHERE ...
0
votes
0answers
35 views

How to use a hidden Row in Reporting Services

Hello I have this problem: I can't use a row if this is hidden in a table on Reporting services, for this use an expresion for validate an a period of time for show or not show this rows but I have 1 ...
0
votes
0answers
20 views

How do i find the default Iteration for an Area in a Team Project in TFS?

I am creating a SSRS report to show remaining works of a particular iteration. Now i am stuck at finding the default iteration for different areas of project. How do i determine the default ...
1
vote
1answer
54 views

SQL query optimisation / refactoring

Just wondering can anyone see a neater way to write this query. It seems like a lot of repetition to me but I can't see an easier way to write it. It is pulling back Year-to-date data. Output looks ...
0
votes
0answers
43 views

Justification for using Microsoft BI stack 2012 instead of 2008 [closed]

How to persaude a client to use Micorsoft BI stack 2012 instead of 2008 ? Faster reporting on sharepoint using closer integration with SSRS , greater availability, makes databse migration easier and ...
0
votes
2answers
53 views

SSRS - DateValue

in SSRS, i am trying to retrun a DateValue that is the first day of the next month after the selected month/year. Everything works with my formula except when i try to evaluate on the month of ...
0
votes
2answers
51 views

Cascading parameters and forward dependencies

I am using SSRS 2008 R2. Given 2 multivalued parameters @City and @State, I have created dropdown lists for both. I can set @City to n-values, and @State will filter itself so that it only shows ...
0
votes
1answer
31 views

Select Statement based on user defined variable

I am trying to do a simple select statement based on the input of the user (SSRS). Help! select * from Table1 WHERE Case when @x = 'Yes' then (select * from Table1 where [Column1] < 0) end; case ...
0
votes
0answers
43 views

recursive UDF inaccurate in SSRS with embedded SQL

I am creating a report in Report Designer. The dataset uses a query that looks like: SELECT LE.Amount, dbo.fnMoneyToEnglish(LE.Amount) FROM tblXXX LE WHERE LE.ID = @ID The UDF fnMoneyToEnglish ...
0
votes
0answers
24 views

MDX parameter drop down not working in Sharepoint inegrated mode

Hi I have an MDX report there is a parameter and every time a user sets up a subscription, the next day after the cube build this parameter is causing the subscription to fail. The error that I see ...
1
vote
1answer
57 views

Can I use different datasets according to the selected parameters using SSRS 2012?

It's the first time that I am using SQL Server reporting services. I have two date type parameters: Start Date & End Date. I can run the report correctly when I fill these two parameters with the ...
1
vote
1answer
47 views

The “NegativeNumbers” parameter is missing a value

I have a report in SSRS that has two datasets. One dataset NegativeNumbers returns one column with 0 or more values that are used in the main dataset. The problem comes when @NegativeNumbers has no ...
2
votes
2answers
205 views

SQL Server 2008R2 SSRS Reports Cannot Connect To Datasource: Cannot create a connection to data source

We're attempting to deploy an existing SQL Server/SSRS configuration to a new set of hardware. SSRS is running on the same server as the SQL Server database we're trying to get reports from. Whenever ...
1
vote
1answer
66 views

Parameters from Stored procedures Inside SSRS

I am trying to use SQL Server Reporting Studio (SSRS) to create reports that allow user to choose a database on sql server and based on the choosen databases information about tables on the database ...
1
vote
1answer
63 views

How do I use Previous function in SSRS

I'm working on SSRS report. There are two main fields CurrentMV and PreviousMV both are having there different formulas but I need to change field PreviousMV to take a value of CurrentMV but previous ...
0
votes
1answer
210 views

How to specify group in RunningValue function in SQL Server Reporting Services?

I have a data set with the following fields: Serialnumber, Dateofpayment, Paymentamount, Sourcecode and Campaign. My data has only two campaign types, BS12 and BS13. I'm trying to plot a running ...
0
votes
1answer
144 views

SSRS MVC - Report Rendering Blank Page

I have implemented the ReportViewer in MVC. The only problem I'm having is that it renders a blank page. The toolbar is there, and the loading icon flashes for a second, but only a blank page is ...
0
votes
1answer
63 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
51 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 ...
2
votes
1answer
70 views

how can i concatenate fields inside of my dataset?

i have a dataset, dataset1: i am trying to do: select col1+col2, col3 from mytable this does not work; however this is no problem: select col1, col2, col3 from mytable how can i concatenate ...
0
votes
1answer
48 views

How can you go about troubleshooting errors in SQL Server 2012 Report Builder?

I'm in the process of creating a report in the latest version of SQL Server 2012 Report Builder but there are errors that I can't localize or troubleshoot because I'm not sure this functionality ...
0
votes
1answer
178 views

Trying to integrate Java and SSRS 2012

I am trying to write a Java application that will show reports from SSRS 2012. I set up my web services proxy and I have this code to try to log in to the server: try { ...
0
votes
2answers
144 views

MVC 4 - Reporting and Stored Procedure with SqlParameters

I'm using MVC 4 and Entity Framework to develop a web application. I have a reporting function which is based on stored procedure. Here is how I do to get a report : public static DataSet ...
1
vote
1answer
118 views

Porting SSRS reports from Dev to Production Server

I am sort of new to SSRS development environment and this question may be elementary to quite a few developers who have worked with SSRS for a long time. Till a few days ago I was developing reports ...
0
votes
3answers
70 views

Filter data based on date provided by user

I have a SQL query as shown below:- select * from dbo.NGPTimesheetsPosition where ProjectNO = '12169-01-c' AND CreditorEmployeeID <> 'E0000' AND DocType = 'Time Sheet' This returns the below ...
0
votes
1answer
36 views

Possible to highlight a textbox in SSRS with alternating colors?

I have a report in SSRS 2012 and it has alternating colors using an Expression for the Fill like so: = IIf (RowNumber(Nothing) Mod 2 = 0, "WhiteSmoke", "White") I want to highlight a field based on ...
1
vote
1answer
90 views

Avoid complex joins in SSRS 2008-r2

I have a report i need to create that has a severe performance problem. I need to create a catalogue of all courses in our database. Here is the simplified data model: Organizational Unit --> ...
0
votes
1answer
74 views

How to avoid parameter values cache in SQL Server Reporting services Report

SQL Server report keeps parameter values in cache. I am populating parameter values from database. If we reopen the report, the same parameter values are listed even if there is change in parameter ...
0
votes
2answers
68 views

tablix returns only 1 record for dataset

I have a tablix on an SSRS report: When I run the report it only returns 1 record! I did a sql server trace, and the query that is being executed is returning 14 rows. On the same report, I ...
0
votes
0answers
83 views

Displaying SSAS OLAP data on SSRS map

I want connecting OLAP data to sql server spatial data for displaying the olap data on SSRS Map. When I try to join OLAP data to sql server spatial data by the Spatial data primary key (NeSK) and the ...
2
votes
2answers
176 views

SQL Server Reporting Services very slow after migration

Updated: Sorry! I may have missled you because of the old description. The problem did not exist right after migration, it started to appear 1 week after the migration We recently migrated our ...
0
votes
1answer
71 views

Invalid Column name error in SSRS 2005

I am having an issue with SSRS 2005. I have a case statement that that works fine in other queries and reports, but errors on the latest report for some reason. I don't believe its an issue with the ...
0
votes
0answers
31 views

Filters not appearing when navigating between reports

I have two reports in SSRS. One of them has a table, a chart and a button which is a link to another report that has the parameters hidden. This other report has a button "Go Back" which is a link to ...
0
votes
1answer
276 views

How to get multiple values along with null values in sql server and ssrs

I am working on this SSRS report, where user is asking me to create a report that has three parameters: Term, Student Status, and Admission Offer. Description: There are following distinct admission ...

1 2 3 4 5 22