Tagged Questions
0
votes
1answer
19 views
Passing SSRS Dataset Parameters on the fly
I have a SSRS 2008 tabular report with a drill down group by. The group by is the AssignedAnalystId. In the Database and server only the AssignedAnalystId is available. I have another database on ...
0
votes
2answers
34 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 ...
1
vote
1answer
40 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 ...
1
vote
1answer
56 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 ...
0
votes
1answer
74 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
79 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 ...
2
votes
1answer
61 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 ...
2
votes
2answers
61 views
Dimension attributes in SSAS browser window
I am facing an issue with SSAS. I created data cube from Data source view with the required measures and dimensions but I am unable view my dimension table attributes in Browser window after deploying ...
0
votes
2answers
50 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 ...
2
votes
2answers
104 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
62 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 ...
1
vote
1answer
135 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 ...
2
votes
1answer
48 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 ...
0
votes
1answer
192 views
SSRS using a SQL stored procedure
I have a stored procedure that retrieves data from a linked server. I can run the stored procedure by setting the single variable. The results end up in a table in my SQL 2008 R2 database. The ...
1
vote
2answers
73 views
Dynamically Create new Matrix and a Table for each group and add page breaks
I have this problem where in a group there are couple of question defined out of which one question has a descriptive answer and rest are numbers.
There are 3 such groups, which can grow in the ...
1
vote
1answer
78 views
Report Schedule
I need to create a report in SSRS 2008 R2, which shows a "calendar" of training sessions.
Let me give an example:
I have a session that has a start date and an end date, and has a start time and an ...
1
vote
1answer
140 views
SSRS 2008 Report Builder 3.0: Optional User Entered Parameters
My program allows the user to enter in the parameters Start Date, End Date, and Shift.
I am going to add another one that is called VCN. This allowed the user to enter in a specific part number and ...
1
vote
0answers
34 views
improve performance in sql reporting builder [closed]
I have one data set in the report, that is a long query.
in the report viewer the query takes 3 minutes when the same query run in
SQL server management it takes half minute.
in the report I only ...
0
votes
1answer
245 views
SSRS 2008 Report Builder 3.0: Using CASE and WHEN Function
I have my program set up to allow the user to select a station, then pick between 2 dates, then they pick what shift they want. They can pick Both, First, or Second. First is 6:00AM - 4:00PM and ...
0
votes
2answers
403 views
how to set SSRS Report parameters to be optional i.e Non-Mandatory field in SSRS 2005
Please help me to set the SSRS Report parameters to be optional i.e Non-Mandatory field in SSRS 2005.
2
votes
2answers
144 views
How do you convert a stored procedure using dynamic SQL into a non-dynamic SQL one(SSRS)?
I've been working on SSRS reports, and for one of my stored procedures , it uses dynamic SQL suchthat i'm getting this error:
An item with the same key has already been added.
So I've googled that ...
0
votes
1answer
68 views
Issue with font size of links in textbox of report
For some reason my subscription to a report gets emailed using the subscription service, the font sizes are increased only on text that has an underlying link for example:
However, when I run the ...
0
votes
1answer
53 views
Report Manager Permissions
Is there any permission in Report Manager by which my manager can view the report definition i.e. can view the SQL Query but cannot edit it and save/publish it on the server?
I am using Report ...
0
votes
1answer
220 views
How to resolve an “incorrect syntax near '=' ” error in SSRS?
I'm getting the following error in SSRS:
An error occurred during local report processing.
An error has occurred during report processing.
Query execution failed for dataset 'Dataset1'.
incorrect ...
1
vote
2answers
320 views
Available/default values for SSRS report custom parameters in ASP.net web application
I am planning to build part of an internal dashboard around SSRS reports. I'm using ASP.net (framework 4), SQL Server 2008 R2, IIS6 and have built all my reports already in Report Builder 3.0.
Now it ...
0
votes
1answer
231 views
SQL cumulative previous 12 months - breakdown per month
Can anyone assist in a sql statement I am trying to write? I'm using SSRS r1 (either sql or ssrs solution is fine)
How do I:
show count measure split by month and year
for each of those months, I ...
1
vote
1answer
82 views
Building Report Logic on Two Datasets
I am building a report which must meet the following conditions on two datasets, extracted from two different data sources:
DATASET 1: From a SharePoint List DataSource
If Status = “Eligible ...
0
votes
1answer
61 views
Multiple SSRS Instances - how to query configuration details?
We have about 20 SSRS Instances on one server. I am hoping the configuration details are available through some kind of query or command line prompt. I'm looking for all the pertinent info from the ...
0
votes
4answers
548 views
How do I allow a drop-down list parameter in SSRS to have a default value of “— All — ”?
I have a drop-down list that gets populated based on a stored-procedure - that parts works fine.
It gets populated dynamically, based on whatever the "Survey ID" is
But I don't want it to say ...
0
votes
1answer
138 views
In SQL Server, how do I select NULL for two specific cases (query included)
I have this query:
SELECT crr.Codes
FROM Client_Response_Ranges_for_SSRS_Respondent_Answer crr
WHERE crr.Name = @ReportParameter1
but I want to say that - if @ReportParameter1 (which is a ...
0
votes
1answer
116 views
SSRS parameter help needed
I am creating a report in SSRS using T-SQl.
Scenario: I have 3 columns
- time_a
- time_b
- Delta
Delta shows the difference between (time_a - time_b)
so delta has negative as well as positive ...
-1
votes
1answer
59 views
How to send the reports through E-mail and Windows file simultaneously in SQL server 2008 report services [closed]
I'm using the SQL server 2008.
The scenario is:
We have about two hundred reports to generate daily, and it need plenty of time to query in DB and refine the data. We hope the reports can be sent ...
0
votes
2answers
3k views
How to pass multiple values to single parameter in stored procedure
I'm using SSRS for reporting and executing a stored procedure to generate the data for my reports
DECLARE @return_value int
EXEC @return_value = [dbo].[MYREPORT]
@ComparePeriod = 'Daily',
...
0
votes
0answers
43 views
Rerporting Services Web Service renders without a toolbar
The SSRS WS documentation lead me to believe it is possible to render a report with the toolbar the same way as is rendered by the Report Viewer control in ASP.NET however no matter what I do all I ...
0
votes
2answers
133 views
SSRS Data Source View Parameter in Function
IN SSRS (SQL Server 2008 Standard), I have a table valued function with one input parameter. In attempting to create a new Named Query in the data source view, I have entered:
SELECT ...
0
votes
1answer
77 views
Can SSRS be used to simulate “pretty” reports that use aspx?
Firstly, I'm new to SSRS so please forgive me if this is really baby easy. I'd like to look into converting a report(created via C# & ASPX ) into SSRS. The report looks like this:
So would SSRS ...
0
votes
5answers
291 views
Case When Condition in Where Clause
I am building one of the reports in SSRS where parameter values can be either NULL or it can contain NON-NULL value.
Now if the value selected by user is NULL (from dropdownlist) then the SQL Query ...
0
votes
1answer
273 views
Report Builder/SSRS and RDLs - HTML <img> support?
I'm completely new to SSRS so apologies if this is a silly question. I have an RDL with a HTML placeholder however if I pass an <img> tag in the dataset this does not render.
I see on this ...
1
vote
1answer
190 views
SQL Reporting Services Express Edition very slow even with no data
Am trying to figure out why our SSRS execution is so slow. The home page takes about 10 seconds to load/refresh and reports take 12-15 seconds just to render to the 'Enter Parameter Settings' stage. ...
0
votes
1answer
228 views
Passing Non-Null Parameter returns NULL records in SQL Server
I had recently posted a question about how to handle NULL values in SQL Server Reporting Services. The question is located at Handle NULL values in SQL Server Reporting Services.
Applying WHERE ...
0
votes
2answers
1k views
Handle NULL values in SQL Server Reporting Services
I have developed one report using SSRS Report Builder. The report contains several parameters in which one of the parameter contains NULL values apart from the values that it fetches from the ...
1
vote
1answer
59 views
Combining Case Statements in SSMS
I need to create a report that a user can toggle through data going from Region > District> Committee> Events. I work with set data views that I cannot change. I need to define a District and a ...
0
votes
1answer
162 views
SSRS changing values based upon other values
I have ran into a problem with my report.
This drop down needs to adjust the values in the PeriodStart/PeriodEnd
When the Weekly Period is changed, these values need to change. Although, I want to ...
0
votes
3answers
75 views
Is this RS expression standard or a hack
I'm using Switch and there doesn't seem to be an obvious ELSE section to the expression so I've ended up with the following but it feels a bit like a hack - is it?
It works - in that it amends the ...
1
vote
1answer
268 views
Interactive sorting requires two hits to work
A small annoyance which is hopefully easily solved.
I've got a simple SSRS tablix with interactive sorting on the first column which is also the only group in the report and made up of strings.
I've ...
1
vote
2answers
234 views
SQL Server Reporting Services (SSRS ) - is it possible to format all gridlines at once in the report?
Is it possible to format all charts at once. For example, I want to set all charts with the same background color, remove all grid lines, set x axis font to x size etc.
I know I can do it manually, ...
1
vote
1answer
768 views
SSRS Expression to count the distinct number of items visible
Currently I'm using this expression in a cell above the column headers of a table:
= "Num Days " & CountDistinct(Fields!Date.Value)
In the report designer this is the context of the expression:
...
0
votes
2answers
127 views
Show Html entities like & in report parameter as &
Is there an effective and/or fast way to show Html entities like & or ë as & and ë in an report viewer's parameter drop down list?
I have html encoded values in the database and ...
0
votes
1answer
260 views
SSRS Drop Down List Values
We have a report in SSRS that has drop down list parameters that are fed by a shared datasource and query.
If I use ReportViewer to view the report these work as expected.
However, I'm also using ...
2
votes
1answer
53 views
Records Doesn't Appear in Table reporting services 2008
When I use table in reporting services 2008 and dragging fields into it,
it shows repeated records of column header, not values.
What's wrong here ?
Instead of displaying the field values in the ...