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.
0
votes
0answers
6 views
Creating a custom error page or message in ssrs
This may be a long shot, but I am wondering if there is any way to create a custom error message or page in SSRS that will come up if someone tries to access a report that they aren't allowed to see? ...
2
votes
1answer
17 views
NULL a Parameter based on another Parameter's selection
I've got a parameter called @Dummy that sets the date parameters to NULL if the selection is 2 (or the second option) in @Dummy. Else it inserts a date into my two date parameters.
What I want to do ...
0
votes
1answer
18 views
How to avoid authentication from another PC working for a report?
I deployed an SSRS report on my PC and am able to access my report through report manager.
When I copied that report URL and opened it on another PC over the network, it asked for credentials. I gave ...
0
votes
0answers
10 views
Reporting service error while accessing reports by users
I am getting below error while someone(user) trying to access my SSRS reports that are deployed on report server.
Also I have added the specified user into security group using site setting.
How ...
0
votes
0answers
11 views
Calender control not worked in Chrome
I have added input parameter as datetime and a datetime picker shown in firefox. But in Chrome I can't see the picture of datetime picker. Could you please help me.. I have searched in google and able ...
0
votes
1answer
16 views
Cannot turn Off Report Pagination on Reporting Services 2008
I have a report services project that I'm rending on Mobile. The display is perfect, except that reporting services 2008 paginates the report into two separate tables for reports with many rows. I'd ...
0
votes
3answers
21 views
SSRS tables side by side
Ive got an RS report set up and i have 2 separate tables, one is a 10 column table with 6 of the columns hidden until expanded on. I also have a table next to this one, however this table sits at the ...
0
votes
2answers
22 views
Dropdown list with data in tree view format for SSRS report
I have the below data structer(sample data)
Path
----
a\a.a
a
a\a.b\
a\a.a\a.a.a
b
a\a.a\a.a.b
b.a
a\a.b\a.b.a
b\b.a\b.a.a
c
b\b.b
a\a.a\a.a.c
a\a.a\a.a.a
a\a.b\a.b.a
b\b.a\b.a.a
I need to have ...
0
votes
1answer
22 views
Repeat parent group if child group goes to another page
I have a report that allows Finance to print off multiple invoices at the same time. The problem I'm running into is that they want the Bill To information repeated on each page of the invoice.
I ...
1
vote
2answers
48 views
SSRS action on field in CSV list
My client requires a report that produces a comma separated list of files in one column of a grid. I know I can use a FOR XML Path in my query to yield these results. However, the client wants to be ...
1
vote
1answer
13 views
SSRS chart x-axis, group by one value but label with another
For example, this might be the result in my data set:
QuarterValue QuarterLabel InterestingNumber
0 Q1 - FY12/13 57
1 Q2 - FY12/13 ...
0
votes
0answers
17 views
SSRS repeat row multiple times based off value in row
I have a report made in report builder 3 that will find order lines based off of an order number. I am trying to have the row repeat based on the quantity value of that row like this:
Part Qty
001 ...
0
votes
1answer
27 views
One data set returns null for one user only on SSRS 2008
I am experiencing an odd situation. I have a production and test report server up and running and they have been running flawlessly for over a year. On Monday 5/20 everything was working. Beginning ...
0
votes
0answers
14 views
SSRS: Lookupset- arrangements of data
Table1:
Person_ID Name Salary_Revisions
1 Test1 100
1 Test1 200
2 Test2 300
2 Test2 400
Table2:
Person ID Department ...
1
vote
2answers
23 views
SSRS Grey out Parameter based on result from other Parameter
I wondered if it was possible to grey out a parameter based on the the result from another parameter? In this case, if specify date is set to 'No' then Start Date and End Date should be greyed out.
...
0
votes
0answers
26 views
Exclude field value from Total Grouping issue
in my report there is 3 parts:
Placement from a dataset
Processed from another dataset
Unprocessed is the difference between Placement and Processed.
The report is working fine and the grouping is ...
0
votes
1answer
33 views
SSRS - Why is my table duplicating rows?
I am creating a report in SSRS. I have a table showing the date and time the report was generated, it's a single column table with one expression =Now() and is not linked to any datasets.
The ...
0
votes
1answer
21 views
SSRS report repeat table for every parameter value
Guys sorry for the general question here but I have been looking on the internet and cant find a solution.
I have an SSRS report. There is one Parameter user must put in before running, @Location.
...
1
vote
2answers
17 views
Applying style from within an expression
Is it possible to apply style from within an expression?
I'd like to italicize the Name field:
=Fields!Text.Value & " - " & Fields!CreatedDate.Value & " " & Fields!Name.Value
-1
votes
1answer
21 views
Show tables based on clicking on a TextBox
I wanted to know if there is a possibility to have a Textbox on a report which says something like "SHOW TABLES". When clicked the tables in the report should show.
My report contains tables and ...
0
votes
1answer
14 views
Ssrs 2008 dynamic columns returned by procedure
In ssrs what if there is uncertain number of columns returned by store procedure , say if i have dates as column names which can very as per selection criteria of the report,eg columns can be like ...
0
votes
1answer
21 views
SQL Reporting 2008 and Excel as Data Source
I am working on a project were we need to develop SQL Reports based on some excel files.
I was able to create the ODBC for the Excel file and I was able to connect to it successfully using the Report ...
1
vote
0answers
9 views
Report Builder XML no results returned
I am attempting to use SSRS to read from an XML file and generate reports based on the contents. To get started learning XML querying, I figured I would use a REALLY simple XML file, so I stripped it ...
-1
votes
0answers
27 views
deploy a RDL file using rs.exe? [closed]
Assume that i am already having a sample.rdl file with me . i need to create ssrs report using that rdl file through programmatically or running some script files
1) Is it possible to do?
based on ...
0
votes
1answer
27 views
Instead of line break need a straight line
I have used LookupSet in SSRS. How can I draw a line inside a row?
Currently, I've added line breaks by adding vbcrlfs. Instead of line break I need a line.
Is it possible?
Table1:
Person_ID ...
0
votes
0answers
18 views
Can you consume oData in an SSRS report?
Is it possible to consume oData in an SSRS report? If so how do I go about this?
I found the following which seemed quite hopefuly, but nothing recently addresses to me if this is possible: ...
0
votes
1answer
30 views
SSRS data-driven subscriptions saving pdf file on the parameter value passed
I have a SSRS 2008 R2 report, with a parameter employeeID. When we do the data driven subscription I am exporting the report into a PDF file.
The PDF is saved/generated as reportname.pdf by ...
0
votes
0answers
28 views
SSRS Result on Multiple Value Parameters
I have an SSRS report that takes multiple valued parameter, when I try to generate the sp's with the multiple values, I get the desired result on the contrary when I'm on the SSRS env (test), even if ...
0
votes
0answers
36 views
SSRS report: Avoid duplicate data
Table1:
Person_ID Name Salary_Revisions
1 Test1 100
1 Test1 200
2 Test2 300
2 Test2 400
Table2:
Person ID Department
1 Physics
1 ...
0
votes
0answers
8 views
SSRS Report Manager access
I am having a pretty strange issue with access to the SSRS Report Manager interface.
Say the machine's name is "myServer.orgName.com".
I can only get to the report manager page using ...
0
votes
1answer
23 views
How to pass device information to a SSRS subscription?
My team and I, we're trying to create a subscription and export a report in CSV format, but we need to change the field delimiter from "," (which is the default). How can we pass the device ...
1
vote
1answer
28 views
SSRS Comparing 2 rows (new vs old) and highlighting the differences / changes
I have a report which gives the current state of an item, and the previous state of an item and I want to display both rows and highlight the differences. For example:
STATUS ORDER# NAME ...
0
votes
1answer
26 views
Passing a parameter to the Subreport and Displayin it only if Parameter is passed in SSRS 2008
I am trying to work on a report which has yearly records of employees. I have a created a table and a chart based on this.
Now I want to create a subreport which would display monthly records for the ...
0
votes
1answer
19 views
Shared data set for cached reports?
Is there a way in SSRS to create a snapshot for a report that uses a shared dataset? We are looking for a way to dynamically set the server and credentials in SSRS, but it seems when the shared ...
0
votes
1answer
18 views
SSRS 2008 r2 Export to Excel hiding one column?
i developed some reports and used in data driven subscription to export to excel automatically at a scheduled interval.
my export to excel functionality is working fine and all reports are going to ...
0
votes
2answers
16 views
Edit expression of an occluded textbox
I have two textboxes on exactly the same location. I want to edit the expression on the textbox behind the front one without bringing the textbox to front. Right-click -> expression always picks the ...
0
votes
1answer
29 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 ...
-1
votes
1answer
25 views
How to Deploy/Publish SSRS Reports over the web?
How can I publish/deploy the SSRS Reports that I have build (using BIDS and Report Builder) over the website from where the user could just see the reports information such name & reports location ...
1
vote
1answer
29 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
15 views
In SSRS can you have data from a db2 datasource and data from a SQL datasource in the same tablix?
I'm trying to display results from a query against a DB2 datasource as well as a query from a sql data source in the same table (report). Is this even possible? I'm trying to compare data to see if ...
0
votes
1answer
14 views
Calculate an SSRS Report parameter based on another
I am looking to create an SSRS 2008 report which will have three report parameters. The first parameter will be a date that the user will enter a value in. The second parameter, which the user will ...
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 ...
0
votes
0answers
12 views
SSRS: How to show subreport's name in master report
Can you tell me how to display the subreport's name in the master report's footer? There is the Globals!ReportName variable but it contains the master report's name.
1
vote
1answer
28 views
Dynamic “turn page” message on SSRS report
I have a report that most of the time renders on one page. Sometimes however it goes over and I want to display a message at the bottom of the page to turn the page.
How do I do this in SSRS?
0
votes
0answers
55 views
AX 2012 Labels in SSRS Unbound Parameter
I have a SSRS report in AX 2012 with a parameter, where Values is set to "Unbound Values" (Non-queried). In the popup for adding values, I have added a couple of lines with a value and a label like ...
0
votes
1answer
75 views
Dynamic Hyperlink in SSRS 2008 for CRM 2011
I have created one report using SSRS 2008 for CRM 2011 records. Here my requirement is to create an hyperlink for Name column in that table and it has to open that record in CRM.
Eg: For the Account ...
0
votes
1answer
21 views
Why would SSRS allow access some times, but not others?
I have an SSRS server set up to use basic authentication - using a username and password. When I visit the web management interface (https://alpha.myserver.com/Reports) I get a username/password ...
0
votes
1answer
31 views
SSRS 2008 — link to external website
My company is using SSRS 2008 for reporting services and there are 100's of different reports in it. After using SSRS 2008 for some charts we decided to to no use SSRS for charting and decided to use ...
1
vote
1answer
16 views
SSRS 2008 r2 report with multiple tablixes is cutting the size of the tablix to one third of the page?
I have a report that I have inherited. An end user is stating that when the SSRS report is exported to either pdf or excel that it is chopping what was a 4 to 5 page report into a 15 to 16 page ...
0
votes
1answer
18 views
SSIS performance monitoring using SSRS
I want to know the top slowest packages using SSRS. I don't know in which table I can find the duration of every package. Actually sysssislog stores the start/end time of package components but I ...

