Tagged Questions
0
votes
1answer
20 views
Cannot connect to Reporting Services 2005 Server from SSMS
We have SQL Server Reporting Services 2005 (SSRS) installed and running just fine. I can connect via SQL Server Management Studio 2005 using "Connect -> Reporting Services" and "Windows ...
0
votes
1answer
32 views
Report with 2 Shared Data Sources in SSRS 2005
I am fairly new to SSRS and am stuck using 2005 right now. I am developing a report in a solution that has 2 Shared Data sources. I have a column in data source A that needs to be tied to a column in ...
0
votes
1answer
41 views
Number formatting on Y axis in SSRS report
I am creating SSRS below report, but Y axis I am getting values with more zeros. I tried to change the number format but still I am getting the below values with more zeros. My actual on y axis is ...
-3
votes
0answers
19 views
Hide the calendar parameter from date in report parameter panel ssra 2008 r2
How to hide the Calender Start Date from report panel if we select Cross the get date in ssrs 2008 r2, 2008 ssrs
0
votes
0answers
28 views
Inclusion of page footer in SSRS 2005 causing page header issues
I'm having an issue with a SSRS project where the structure of the master RDL is
Page Header
Sub-RDL 1
Sub-RDL 2
Page Footer
The issue I'm having is with the header and footer. The header consists ...
0
votes
2answers
113 views
SSRS 2005 column chart: show series label missing when data count is zero
I have a pretty simple chart with a likely common issue. I've searched for several hours on the interweb but only get so far in finding a similar situation.
the basics of what I'm pulling contains a ...
0
votes
1answer
72 views
Dynamic Hyperlink in SQL Server Reporting Services SSRS 2005. Expression not resolving field?
SSRS 2005.
Added a textbox> Properties> Navigation> jump to URL > Entered the URL, but can't seem to add dataset fields that resolve??
I tried inserting the Field via report builder dataset with no ...
-1
votes
0answers
57 views
SSRS 2005 - How to handle export and print event in RDL report
I am showing my RDL report on a web page, so when a user views this report in their browser I do not want header information to be visible, as it is already on web page. To do this I made it visible ...
0
votes
1answer
63 views
Exclude Friday & Saturday while using DATEDIFF function in SSRS
below is my SQL Query used to calculate the number of days between two days
SELECT count(*) as NoofCalls, outside.ReferenceNo, outside.WorkflowType, outside.Department, inside.CompletedDate, ...
1
vote
0answers
39 views
Custom code works in Visual Studio but not on Report Server
I have added some custom code to a report in SSRS2005 that works perfectly in BIDS2005 but not when I deploy to the server. Here is the custom code:
Public Function GetUsers(ByVal param As Integer) ...
1
vote
1answer
82 views
Conditional WHERE clause using IF statement SSRS 2005
I am having some trouble with SSRS that I think should be pretty basic. I've seen some answers regarding IIF statements and others, but not quite addressing this.
I am new to SSRS so I'm not sure ...
0
votes
1answer
175 views
How to pass multiple values to a multivalued paramter in SSRS
I have tried several different ways to figure out an answer to this but am unable to figure it out. I will try to explain the issue as best as I can by oversimplifying the report structure. Report ...
0
votes
1answer
62 views
How do I return a list of integers using a VB.NET function?
I am working on a report in SSRS2005 where I need to use some VB.NET code to go out to a different database than the one in the report and return a list of integers (user IDs). I need to use some ...
0
votes
1answer
36 views
SSRS 2005: can't insert hyperlink
I have a SSRS 2005 report and I would like to use one of the column to be hyperlink.
I set the field to display the Parent Number, which is =Fields!Parent_Num.Value
And at the Navigation tab, I ...
-1
votes
1answer
392 views
Unable to load client print control - ssrs [closed]
When i click on print button of my SSRS report from my application i get this error - Unable to load client print control.
How to fix this problem?
I dont want to make any changes on client ...
0
votes
1answer
373 views
Freeze column header while scrolling
I want freeze all column headers while scrolling down. Also, I want to freeze the first four columns with data when I scroll vertically.
For the second part, I used the FIXED data property for the ...
0
votes
1answer
74 views
How to make SSRS filter selection optional?
I'm using SQL Server 2005 Reporting Services to create a new report.
This report has 2 optional parameters that can be selected by users or users can leave them blank. Both are dropdown selection.
...
1
vote
1answer
96 views
What is the difference between RDL 2008 Schema and RDL 2010 Schema? Feature wise
What are the feature wise difference between RDL 2008 Schema and RDL 2010 Schema? And which one supports visual studio 2012 Report Viewer?
I am going to generate dynamic reports using visual studio ...
0
votes
2answers
95 views
Table Name is populating instead of table value in CSV Export format - SSRS 2005
SSRS 2005 Export issue
When 'No Data' - In the CSV Export Format - Table Name, Textbox Name is populating instead of Table value,Textbox vale.
I browsed and find few solution but its couln't help.
...
0
votes
2answers
434 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.
1
vote
1answer
107 views
SQL / SSRS Adding Username to Report use table
My scenario is as follows:
If a user runs a report, I want to insert a row into the ReportUse table which has 3 fields/columns:
User, date, reportname.
Currently I have an Insert statement at the ...
-1
votes
1answer
82 views
Split character Reporting Service (Character “ENTER”)
i had one row from database
when i view this data on reporting service i get view:
baris 1
baris 2
i want to change view on reporting service to be
baris 1
baris 2
anyone can help please?
0
votes
2answers
444 views
How to use multivalue parameters in SSRS
I have 1 table. 1 have 1 multi-value parameter listing all properties called PROPERTIES. I want the table to display 1 property per row at a time.
The table has roughly 20 columns, referencing ...
-3
votes
2answers
41 views
SSRS 2005: How to load filter criterias from database? [closed]
In my report, I need to let users to filter the data according to material types. And this material types are configurable by admin, so I need to load all the material types and display it in a ...
1
vote
1answer
36 views
SQL Reporting Services (SSRS) - SQL
I am new to SSRS. I use SSRS to access a remote data source. I can use the interface shown below to build and execute qeueries and produce reports:
Is there a way to build a report by specifying ...
2
votes
2answers
99 views
To find percentage compliance using T-SQL
I'm not an expert in T-SQL so here I'm trying to find the % compliance for flu vaccine ,TB test and resiprator test by supervisor for medical staffs. Each employee has a supervisor name linked to ...
0
votes
2answers
112 views
sql query to get a scheduled report to run for that curent month only
I have an SSRS 2005 report that has a dataset for to an Oracle database. The report that i have essentially just pulls all data back from an audit log. This report works perfectly fine and i have ...
0
votes
1answer
94 views
ReportViewer gives “Specified argument out of range” error
I have a simple bar graph that I created in 2005 and I have uploaded this to reporting services 2005 and used the ReportViewer control to place this within my visual studio 2005 web page.
The web ...
2
votes
3answers
183 views
Select column name of max date from each row in SQL/SSRS 2005
How can I add the 'Last Step' column on the far right to a report in SSRS? Essentially, I need the name of the column that contains the most recent date from that row. Actual data will be a few ...
-1
votes
1answer
166 views
SSRS 2005 “The report element was not found” html showing when i try to open .rdl
I just started working with other developers. When they send .rdl files back to me and i try to open the file through visual studio 2005, it shows some raw html rather than the design view. The html ...
1
vote
1answer
215 views
SSRS 2005 find name of column with max value
The column on the far right is what I'm trying to add to my report. Is this possible to do without modifying the query to use something like Unpivot?
Step X Step W Step A Step B ...
0
votes
1answer
190 views
Unhide the hidden columns that are extracted to excel from SSRS
I have a SSRS report and certain columns are hidden when we extract to EXCEL.
I am able to hide it in excel by setting the expression for column visibility
=IIF(Globals!RenderFormat.Name = ...
1
vote
0answers
72 views
Some of the page numbers are repeated when exporting to word
I have a report with 50 pages. I have one list control, and this list control contains a table control. I am using grouping in the list, with a page break at the end. I want each group on one page. ...
0
votes
1answer
388 views
SSRS 2005 Syntax for using two datasets in one expression
I have the following expression that works beautifully to add two values, regular hours and overtime hours.
Sum(IIF(Fields!BillStatus.Value = "F", (CDec(Fields!RegHrs.Value) + ...
0
votes
1answer
88 views
SSRS 2005 report in visual studio 2005
Afternoon All,
I have a couple of bar graphs that use a dataset each with a specified stored procedure that it uses to collect the data from my SQL database.
The data that it is pulling back is live ...
0
votes
1answer
208 views
SSRS 2005 Sort Matrix by column name values
Group,
I have a SSRS report I am creating which is based off of a cube, and it generats (in a sense) three columns dynamically. Basically it has [Last Yeah Current Month Qty Sold], [This Year Current ...
0
votes
1answer
97 views
Is there any work around that could enable one to display a remote SQL Server 2005 SSRS report in ReportViewer for VS 2012
I have a .NET 4.5, Visual studio 2012 winforms project that is supposed to display quite a number of SSRS 2005 remote reports with the visual studio 2012 reportViewer control.
Apparently, to display ...
0
votes
1answer
156 views
SSRS 2005 line graph Series / Interval
Afternoon all,
I have a simple bar graph in SSRS 2005 that displays data in a web page. The space that i have allocated on the web page is very small but is required.
I have a report that pulls ...
1
vote
1answer
187 views
SSRS 2005 Conditional Formatting for a Bar Graph?
Afternoon all,
I have a simple bar graph in SSRS 2005. I wish to apply some conditional formatting to this bar graph but i am unable to get this working.
I believe that i should be able to add ...
1
vote
1answer
181 views
SQL Server Reporting Services - suppress empty line in free-form report
I have a free-form report based on a List control in SQL Server Reporting Services, basically displaying an address for a company:
Company Name
Address 1
Address 2
ZipCode City
However, some of my ...
1
vote
1answer
264 views
SSRS Rollup multiple levels and multiple rollups
I am trying to set up a rollup for SSRS and am running into a bit of a problem. I have two hierarchies that I would like to display, but I can only figure out how to display 1.
Hierarchy 1
Division
...
0
votes
0answers
165 views
how to make 2 report server (ssrs 2005 and 2008) on same machine? How to aviod error “invalid class”?
I have installed SSRS 2005 and 2008 on a machine. I am able to use configuartion manager for SSRS 2005 but when i try to use configuartion manager for SSRS 2008 I get in below error.
SSRS service ...
1
vote
2answers
281 views
Out of memory exeception for straightforward report
I'm trying to run an SSRS report. It's a straightforward report, just to render data from a table which has around 80K records.
No aggregation or data processing is done in report. There are around ...
0
votes
2answers
80 views
Format Last date not picking up specific formatting
I'm trying to get the most recent date from my AuthAmounts dataset in a MM/dd/yyyy format but it refuses to strip off the time value. I've tried every permutation I can think of, including the ...
0
votes
1answer
89 views
Keep group rows then begin next group
Imagine 3 tables:
Tickets
Comments
Attachments
The relationship is one ticket has 0 to many comments
Also one ticket can have multiple (0 to many) attachments
Example:
Ticket 1
1 Comment
2 ...
1
vote
0answers
232 views
Hiding row based on count of a group
I have a report with Year (which is a group) and then some other fields and totals (there are other groups that aren't relevant). I have a Grand Total Row at the bottom. I want to only show that row ...
0
votes
1answer
39 views
SSRS Initialization Issues
I was wondering what the impact on SSRS Initialization would be if the SQL Server instance hosting the Reporting Server database was taken offline.
To provide more detail, the database instance is a ...
0
votes
2answers
1k views
Dataset with dynamic columns in tablix/matrix
I have a dataset that can come with 5 columns, columns 6, 7, 10, 20, or even 100.
At least two are static, the remaining are dynamic (am making a scale according to a table exists in the database).
...
0
votes
2answers
304 views
SSRS IIF Date evaluation
I have the following code
=IIf(Fields!Freeze.Value, Fields!effectivedate.Value, IIF(Month(Fields!effectivedate.Value) <> Month(Now()), Format(Now(), “MM/dd/yyyy”) , Fields!effectivedate.Value))
...
0
votes
2answers
129 views
Error while running a SSRS 2005 report in Internet Explorer
We have developed a report using SSRS 2005. This is embedded in the web application, which is built on C#/ASP.Net (3.5 framework/VS 2008).
The report is deployed in a report/db server, which is a ...
