I have 2 different tables on a report. The 1st is a small summary area. The 2nd will have enough rows that it will spill over onto the 2nd and possibly 3rd page. I need the column headers displayed on the other pages for this table. Ive set the Tablix properties "Repeat header columns on each page", yet when I save the report as a PDF, there are no column headers on the 2nd page?
Have 2 Tables (Tablix) areas on a report and need the 2nd to have column headers on subsequent pages
Summary and Details page on same page in SSRS
Hi Team,
I want created below report into SSRS. Detail report show when click any TL Name
and i have craeted one summary and details report, and sub report linked with summary report.
Now problem is detail report is not showing on same page and my requirement is show both report into same page.
Thanks in advance.
View actual datasource from downloaded rdl file
Hi,
I downloaded the rdl file from sql server reporting service site. I open the rdl from visual studio by selecting existing item.
when i go to datasource , it shows the datasource name only. i hit the edit button to see the actual source, I got the error.
How do I know , the actual server and database name from where the rdl file getting the data.
Thanks.
Generate Multiple reports
Hello,
I am thinking this and did reserach but could not find much help. any help would be appreciated.
i have one sql job which calls stored procedure...
Output of SP:-- it generates lots of txt file depends on the account numbers and put in the folder....
what i want to do is instead of creating text file, i want to generate pdf files using SSRS.
is there anyway i can execute stored procedure using SSRS and create number of reports?
Report body example:
account number, name, address, emailaddress
i know we can create one ssrs report but i really want to know/learn that how can i do for all account numbers individual reports?
please help.
SSRS 2008R2 Ent. Report Builder 3. Sorting not working
Hi,
I'm currently doing a Proof of Concept / Gap analysis with the above stack for a move from Cognos.
We cannot seem to get Sorting working. Even on a simple 5 line table from a sql table. Let alone SSAS queries.
I have tried interactive sorting, tablix sorting, dataset sorting (order by). Nothing works. Data is always sorted by the first column, regardless.
This also occurs with MDX queries.
Is sorting broken in SSRS? If so, can we get that confirmed as it will rule SSRS out for our site.
Multiple Label fields within the Parameter List of Available Values
Hi,
I have a business requirement where this is a period number which will be a value filed within a parameter. The labels of the parameter need to be the start date of the period and the end date of the period. What is the best way implement this in SSRS please?
Since SSRS seems to be limited to one label field. My best quess at a solution is to concatinate the start and end period into a single field then expose this as the label.
Is this the best approach to take?
Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/
SSRS Report Snapshot and Filters Getting Disabled or Not
Hello -
We would like to reach out to everyone to help us figure-out as to why our report from different SSRS native mode environments behaves in different way when it comes to report snapshot.
We have two environments configured: one is still SSRS 2005 Native mode, while the other one is SSRS 2008 (R1) Native mode.
In SSRS 2008 R1, when we view the report (configured for snapshot) from the Report Manager site, the filters are getting disabled, hence we cannot choose other parameter values for loading again the report.
But in SSRS 2005, when we view the report (configured also for snapshot) from the report manager site, the filters are still enabled, hence we can still choose different parameters in loading again the report.
And by referring to the following links, both clearly says that the filters are getting disabled when opening the report (configured for snapshot), hence shouldn't be able to further choose different parameter values.
1) SSRS 2005:
https://msdn.microsoft.com/en-us/library/ms159241(v=sql.90).aspx
2) SSRS 2008 R1:
https://msdn.microsoft.com/en-us/library/ms159241(v=sql.100).aspx
Having mentioned all that, here are my questions:
1) What is going on? why in our 2005 it is still enabled while in 2008 r1 it is getting disabled.
2) What should we be expecting from those two versions (2005 and 2008 R1) with respect to such behavior?
3) And what to expect in SSRS 2014 native mode with respect to this behavior as well?
Your prompt response would be greatly appreciated.
How do you freeze the tablix header row in an Excel export file in SSRS 2008?
So this is totally killing me.
I've found out how to make a tablix header row repeat on each page of a PDF export file in SSRS 2008 (which I won't even get started on because all I can say is that 2005 is way better), but I cannot figure out how to make a simple header row of a tablix freeze in an Excel export file. The tablix is right at the top of the body and spans the entire width of the design area. How in the world do you get it to freeze in the Excel export file?
AnonymousIdentification httpmodule in reportmanager web.config?
Use Custom/FormsAuth in SSRS2014, Is the AnonymousIdentification httpmodule used for anything? Can I remove it?
thanks
scott
Cannot add domain\User_Group to SQL Server Reporting Services Role Assignment (rsUnkownUserName)
I am trying to add a domain group similar to 'domain\Group_Name_Group' and regardless of the Home or folder level I get the Error:
The user or group name 'domain\Group_Name_Group' is not recognized. (rsUnknownUserName). I have searched and cannot find any group naming conventions for SQL Server Reporting Services. I am running MS Server 2008 R2 Standard and SQL 2008 R2 Standard, both are 64-bit.
Thanks in advance,
Eric
SSRS vs. Crystal
Does anyone have a -recent- comparison of SSRS vs. Crystal Reporting?
The sense I'm getting from all over the web is that SSRS is preferred, but I need an objective and concrete trade-off analysis between the two. Also, most of the stuff I'm seeing is old (from earlier versions of both software applications). Crystal was reccently completely rewritten and SSRS had a number of significant improvements before SQL Server 2008 (not R2) - the version of SQL we'll be running.
I realize asking that question here is a bit like a Muslim popping into the Vatican and asking "how fast could Allah kick Christ's butt?", but I'm far from sold on Crystal. I'm primarily interested in reducing the different software I'll need to support. My boss is interested in a convincing argument to use one of these two applications instead of both.
SSRS 2005 - Is it possible to generate QR codes for all customers in Customers table?
Hi to all
Not sure if this question needs to be in a different forum or not, but anyway here goes! I have a list of customers in my Customers table. What I am looking to do is to create QR codes for each customer in Reporting Services. I need to include the customer name, address, postcode, telepphone number and contact name. Does anyone know if this is possible, or they have done it already?
Cheers
Naz
SSRS : Reporting Services - Multi-Value Parameter Issue
This problem is been around the blogs and forums for while now but may be it's not answered to the fullest. I couldn't get any satisfactory or completed solution on the issue so far, any clues/help will be highly appreciated.
My scenario is very simple :-
I am using SQL Server 2005 and SSRS. I need to develop a report which has a parameter value called Customer Name. The users should be able to select multiple customers from the list and sometimes Select All also. I tried the following :-
Created two data sets : Second dataset is just to populate the Customer Name
Created a Report Parameter and mapped with the query parameter where it says "Where CName in (@Parameter1)"
Nothing seems to be working although I tried to apply all the existing half-way solutions currently available in the forums. May be I am not getting to the right solution.
Here is what's happening :-
When used '?' like "where CName = ?" then it's working fine for the single value. {Multi value query cannot be used with ?}
But for multiple values when used @Parameter1 like "where CName in (@Parameter1)" it's giving the following error
Cannot add multi value query parameter '@Parameter1' for data set 'Dataset1' because it is not supported by the data extension.
However if commented this line it's pulling all the values whether or not selected from the parameter list.This is the basic thing which I was not able to get the desired result, in addition I was looking to get the Customer Name parameter selected with a partial entry as we use LIKE. Example :- If the user enters 'St' in the text box the list should show all the names starting from those two letters
Starter
Steve
Steven
Stevenson etc.
I am not sure whether I'll will be able to get to this extent or not but until the multi value parameter, I am desperate to get the solution. So any sort of help/advise is highly appreciated.
Regards,
How to increase the width of the drop down list box in SSRS multi value parameter
Hi,
I am using SSRS 2012. I have a parameter, which accepts multi value.
The width of the drop down list box is very small, and the user need to scroll to the right to view the complete view of the content in the list box. But, if I don't use multi value then the length is good. Kindly suggest how to I increase the width of the list box when it set to multi value parameter.
Thanks in advance,
Mahalengam Arumugam
ReportViewer horizontal or vertical borders
Hi
I use MS ReportViewer.
In a Table I Need a vertical line two devide two sections of the table (values from year 2015 and from year 2014). So I set Border Properties for the column to a border with a right solid line with black color.
The line is shown but the horizontal line of the row breaks the vertical line, so the vertical line is not continuous.
The vertical line is borken by the horizontal line of the row. Changing properties of the borders to White, None does not make the line continuous.
How can I set the properties in the Report to have a continuous unbreaked vertival line in a table?
Steven
Report Builder v3.0. Connection problem
Hallo,
I'm new with ReportBuilder. My problem occured creating new one Data Source.
1. using build wizard for new data source I set up anything and Test Connectins delivered me this nice picture - connection OK!
2. beeing happy with this result I return back to wizard, data set properties( 2x clik Ok ) and press Test Connection again. Now I got unexpected connectir error - see picture attached.
3. Usual this means - Im doing somerthing totaly wrong. But - I cannot resolve this.
Please any advice - where to start?
Best Regards
ArT_LV
Changing Credentials problem in Report Server Web Interface
I why can you not change Credentials for a data source inside the web based report server interface? When I select a data source and go to manage I can see the credentials (Credentials stored securely in the report server). If I attempt to change the User name or the password I instantly see the message:
The password is not valid. Please retype the password.
Once the new User name and Password have been entered the message will not go away and this prevents saving of that information. I end up having to load the project update the credentials in Visual Studio and deploy the data source again. This problem has persisted from 2005 and not to 2014.
What am I missing?
Pause Issue:-- SSRS Data Driven Subscription
I have setup SSRS data driven subscription and it run successfully without any error but something that i noticed, i wanted to know why it happened and how can we prevent?
1. when i check status bar every 10 sec, after generating some reports, its stays at some count numbers and dont move and suddenly it will move and finish the process without any errors, why pause?
2. if my data driven subscription run successfully for 1900 reports and fail for 100 reports, how can i manually find 100 errored report and run it manually?
3. In the database, is there any way we can get detailed about processing or error info other than log tables in reportserver db?
Thank you for help!
remove # from lookup value in SSRS reports for sharepoint list
Hi,
I am using SQL 2008 and sharepoint 2007
I had created a report having Employee name,employee ID...
Employee name is lookupvalue in sharepoint list. In SSRS it shows "1;#EmpName"
How can I remove this 1;# from Employee name in SSRS reports.
Change the default font in SSRS 2005
My company uses Verdana as the default font for reports. I have two separate templates that I use when creating new reports, one in portrait and the other in Landscape. The objects on this template are in Verdana but while creating the new report, all new objects default to Arial. Is there some way I can alter these templates so that all new objects default to Verdana? If I wanted to change the default font size for objects, is that possible?