Subreports use an implicit keeptogether which creates a page break before the subreport if it cannot entirely fit on the previous page. I saw in another forum that MS was working on updating this functionality. Has there been any update to this?
Has subreport page break issue been fixed?
SSRS toggle Functionality to display single row as is and a + sign for multiple rows in Excel Sheet
SSRS Experts,
Please let me know how achieve Toggle Functionality. I want display a single record as is in the excel else a + sign that expands the multiple rows.
Generally All the top row should summarize in the excel and whenever a single row record comes then in a single line without plus sign in excel and if multiple rows then a row with a + sign when expanded display all the rows of that record.
i.e.. say Employee ID 101,105 and 106 should be visible without + sign and 102 (2 transcation) and 103 (2 transcations) should appear with + sign so that when expanded will display all the records.
101 01/01/2016
102 01/02/2016
102 01/03/2016
103 03/03/2016
103 03/04/2016
105
106
Thanks in Advance
Mahesh
rg.mahesh2006@gmail.com
Backup Maintenance Scripts - File naming Convention
Our backup maintenance plans automatically name a SQL Server Database backup something like:
<DatabaseName>_backup_2016_06_09_073937_4672454.bak
Without having to disrupt current backup maintenance plans that are in place how can we get the backup name without the "_073937_4672454".
I need to write some scripts that will access a particular backup for a database on a specific day which I can easily do. But not knowning the "_073937_4672454" specific nomenclature makes that challenging.
Any thoughts ?
Thank you
John
SSRS 2016
Hello friends,
Will the new SQL 2016 SSRS finally include interactivity?
On-click events that allow to build interactive Dashboards without reposting the whole page?
Thanks
Michael
Michael
SSRS - After Parameter refresh in a multi tablix report refreshes data in the primary tablix only not in the dependent tablix
I have 2 tablix in one report . First tablix is bounded to a Stored Procedure . Inside this stored procedure I am preparing data that creates a table A to which my second tablix is bounded to. When I change my data parameter value , click the Preview the data in the first tablix is refreshed, however data in the second tablix is still based on older date parameter value. In Sql Server the table A shows me updated value .
It looks like SSRS is bringing cached data for the Second Tablix but refreshes the data for the first Tablix. When I click Data Refresh in the SSRS Menu then data in both tablix syncs .
Any idea ?
TIA
Shuchi
shuchi
How to edit a linked report
Hi All,
I have a base report that runs off a SP, then there is a linked report off this base report. Now i have to edit the column names for that particular linked report and when i try to click on "Edit in Report Builder", i'm getting the following error message, can some one please advice or point me in the right direction?
The operation you are attempting on item 'LinkedReport' is not allowed for this item type. ---> Microsoft.ReportingServices.Diagnostics.Utilities.WrongItemTypeException: The operation you are attempting on item 'LinkedReport' is not allowed for this item type.
Thanks
SV
DataSources in SSRS report
I created 2 SSRS reports - the first report had the embedded Datasource and Dataset exclusive for this report and the second report had a shared dataset and datasource. After deploying to SharePoint 2013, the first report ran fine but when i'm trying to execute the second report, i saw the following error.
The current action cannot be completed. The user data source credentials do not meet the requirements to run this report or shared dataset. Either the user data source credentials are not stored in the report server database, or the user data source is configured not to require credentials but the unattended execution account is not specified. ---> Microsoft.ReportingServices.Diagnostics.Utilities. InvalidDataSourceCredentialSettingException: The current action cannot be completed. The user data source credentials do not meet the requirements to run this report or shared dataset. Either the user data source credentials are not stored in the report server database, or the user data source is configured not to require credentials but the unattended execution account is not specified.
Any thoughts?
ssrs 2008 report link back to original ssrs 2008 report
In an existing ssrs 2008 report, there currently is a link that the user can click on and be forwarded to a report that contains more detail about the record that is selected.
Now the user wants to be able to return to the original ssrs 2008 report that they started with showing all the same exact data. The orginal report contains more rows since the record selected which is contained within an original group by school (school
is a parameter on the original report).
Thus would you tell me and/or show me how to accomplish this goal?
Filtering via parameters while using a shared dataset.
Hi All
another probably elementary question here but one I can't seem to figure out via RTFM or Googling (whoops BINGing).
I have created a SharedDataset in SSDT and saved it to the SSRS server our model for these datasets is to cas a wid net and use them as "aggregations" for people to report against using filtering to pull out the data they need for the report.
so in the report built using ReportBuilder for ssrs 2016 I have added 2 parameters
as well I added 2 filters to filter the shared dataset
however when I save the report and run it I get
so how do I use parameters to filter a shared dataset
SSRS 2012 -- sort stacked bar chart by category total (i.e., the aggregate of the series) in descending order
I've added a dataset to a report giving counts by Clinic by Status
SELECT AptClinic, Aptstatus, COUNT(1) AS myCount FROM tblAppointments WHERE AptDate BETWEEN '01-01-2016' AND '02-29-2016' GROUP BY AptClinic, Aptstatus
I've added a stacked bar chart to the report with the AptClinic as the Category, AptStatus as the Series, and myCount as Values. I'm trying to figure out how to sort the chart by the aggregate of all the series values for a given category, in descending order.
In other words, the clinic with the most appointments should be at the top of the list, no matter the mix of the appointment statuses. I've tried sorting the Category by myCount and also by an expression, =Aggregate(Fields!myCount.Value), both tries in Descending Order, but I'm not getting the desired outcome:
The bottom row should be on the top and following rows should be based on the aggregate for each clinic.
How can I get the chart to sort the way I want?
Christian Bahnsen
SSRS 2008 R2 parameter date/time - how to hide time?
Using a date/time parameter, I am selecting a query (stored procedure) to display available values. The prompted values include the date and time shown as 12:00:00 AM. I would like to not display the time and only show the date. How can I hide or remove the time as we do not store times? Many Thanks
SSRS 2016 logging same message 250+ times per second
Greetings, this is my first time posting so I apologize in advance.
I have an SSRS instance that works fine from a user's perspective. On the server, however, I have to delete logs every day or my drive fills up. I am getting 33MB of the same line repeated 250+ times per second:
library!WindowsService_0!2634!06/06/2016-18:07:48:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.;
I copied all of my reports and datasets from a test server onto a production server (brand new VM spun up with only this installed) and made sure to follow the migration instructions provided. Upon doing so, my new server gives that error a crazy number of times. I've scoured the database and Reporting Services Configuration Manager for any references to the previous server. Found a few, but have corrected them all and this issue persists.
What other information can I provide to assist in resolving this?
Move\Migrate SSRS database to 2016
I have the SQL Server \SSRS 2016 RC downloaded and configured so that we can start testing the SSRS environment. I tried moving the 2014 SSRS databases over to the new test box using the following steps.
1) Backed up and restored ReportServer database.
2) Backed up and restored ReportServerTempDB database.
3) Backed up and restored the encryption keys.
4) Restarted the SSRS 2016.
The SSRS home page comes up fine. I see all my folders and reports etc from 2014. But, normally when I restore the encryption keys in the past, all the subscription SQL Agent jobs gets moved as well or gets created as well. But this time, I didn't see this happen. There is nothing under SQL Agents Jobs. Tried searching the blogs to see if there was any mention of any new feature or new ways of doing the migration but not seeing a whole lot of info. Has anyone gone through the SSRS migration? Am I doing something or missing something?
NM
Workaround Report Builder 2016 Query Designer no longer working in design mode for previously saved reports
We run an environment with SSAS Multidimensional 2014 and SSRS 2016. We have a lot of reports that were created with Report Builder 2014/VS2013.
After upgrading SSRS to 2016 we discovered an issue that only occurs after saving and reopening a report with Report Builder 2016. All our datasets are no longer opening in designer mode but show as raw query. We cannot switch to designer mode without loosing the query.
We never had this issues in Report Builder 2014. We cannot switch back to it though because reports saved with Report Builder 2016 can no longer be opened with Report Builder 2014.
Anyone else experiencing this issue? Got any work-around?
How to Filter the SSRS report by Year and Month.
Hi ,
I have a SSRS report which contains a field LogTime whose DateTime Value is 9/10/2013 8:19:29 AM.
Now, I want to add a Parameter to Filter the results on the basis of Month and Year.
Please help me out.
Thanks
Archit Gupta
ReportServer DB - identify VS published report vs Report Builder 3.0 report
Within the ReportServer database, is it possible to tell the difference between which report was built in Report Builder and which was developed in Visual Studio?
As far as I can see, there is no distinguishing attribute or table which tracks this...
Report Builder 3.0 Expression to fiter report
This is the first time I'm trying to use a filter so I
don't doubt that this is causing my issue. My report runs with out any issues and returns all of the records that I expect. The problem I'm having is trying to use a filter. I added a parameter with 6 options for the user to select. (They can only select 1.) In my report layout, I added the following Boolean expression in a filter (Tablix properties):
=(Parameters!REPORT_FILTER.Value = 6 And Fields!Filter3.Value = 1) OR (Parameters!REPORT_FILTER.Value = 5 And Fields!Filter2.Value = 2) OR (Parameters!REPORT_FILTER.Value = 4 And Fields!Filter1.Value = 2) OR (Parameters!REPORT_FILTER.Value = 3 And Fields!Filter2.Value = 1) OR (Parameters!REPORT_FILTER.Value = 2 And Fields!Filter1.Value = 1) OR (Parameters!REPORT_FILTER.Value = 1 And Fields!Filter1.Value = 1 OR Fields!Filter1.Value = 2)
The operator for this filter is "=" and the value = 'true". I've checked the values in the Filter1, Filter2, and Filter3 columns and they are what I expect. If the user selection option 6, then the results should only display the
records with a 1 in the Filter3. If the user selects option 1, then the results should display all records with a 1 or 2 in the Filter1 column. No matter which parameter value I select, the results only return rows where there is a 1 in the Filter3
column; which is the first part of the expression. Thanks for your help........
SQL Server Reporting Services: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Get dataset information from ReportService2010.asmx
Guys,
I need to get information from Reporting Services report. The idea is try to create a report from metadata used by reports for people working in the back-end have that as a reference.
I have researched and found the DataSetDefinition class and I believe that has everything I need, however, I didn't find a way to get the data to this object in the WebService.
Did someone already do do that? Is there some kind of sample code for that?
Thank you!
Lawrence Carvalho
Showing only a specific category in one report
Hi All,
I am new to SSRS and not understanding how to show just one category in one of my reports.
As you can see there are 3 tables. Visa_CategoryNew has 5 values (A,B,C,D,E). I just want to show one category in first table say "B".
But it shouldn't be applied to table 2 AND 3. How can I do that? Please help.
shivangdesai