SSRS Drill Through report using expression
Good Day,I've SSRS report with a drill through report which works fine. But now I've added a parameter on the main report which must help determines which drill through report must open based on the...
View ArticleWhat is ClearScheduleConsistancyFlags
Hi All,Today we observed that SSRS reports were not working for 3 hours when we started looking into the SQL trace to find out what was running on ReportServer database during that time we found that a...
View ArticleSSRS 2008 Migrate to SharePoint 2013
I'm taking our SSRS (back-end 2008 R2) reports that is in Native Mode and moving them into SharePoint (2013) which is on a different server that doesn't have Reporting Services on it but it does have...
View ArticleSSRS 2012 Error: Invalid URI: The Uri string is too long
I've a main report which passes multi-value parameter to a drill though report.On the Text Box Property >> Action >> Go to ReportI've Specify a Report using an expressions but the issue is...
View ArticleSearching in Parameters
Hello,How do I search for a word that starts with a specific letter in a parameter within a matrix report using SSRS 2012? My parameter works if I type out the full word.For example I have this as my...
View Articlemove/access cleint deatils SSRS report in CRM client level
I am currently working on SSRS and CRM Prem. connectivity.I have SSRS report which show detail information for specific client where I am passing GUID as ClientId to fetch all values in report. Right...
View ArticlePolar Chart
I am using a Polar chart (Spider Chart) and the category axis (names) over lap at the bottom of the chart.Is there something we can do about it without changing the font size?I also tried to add a...
View ArticleBoolean Parameter
Hi, I have a report where there is a start and end date parameter. I also have a field that is true/false that when selected, I only want to show the data for the Last day(s) of the month that fall...
View ArticleOnly Latest Date in Report
All:We are using a report model for this and not a direct query.We have a report that outputs Table A. We added Table B to the report model (we added some fields to the report from Table B), which is a...
View ArticleHelp calculate the last day of the previous month
Hello again,I currently have an Access report expression "=DateSerial(Year(Date()),Month(Date()),0)" that pulls this date "Thursday, March 31, 2016". I am fairly new to SSRS and this expression does...
View ArticleSQL Server 2016 - Reports wont Run on web but work in Report Builder
When I try to run Reports They Just open a sub page of the home page.They Run fine in report builder have the latest installs of .net and silver light. No Reports in the Error logs and noevents in the...
View ArticleAccessing Reports via Server Name
We recently installed SSRS on new servers. Everything went fine in our DEV area. We followed the steps on our production server. We can access the reports while on the production server via:...
View ArticleExpression in a report
Dear allI have a report that shows the way people have contacted our business - phone, email etc. When people run the report, they choose the contact method via a drop down parameter. They can select...
View ArticleTotal number across multiple pages
Hello,I am trying to get a total amount across multiple pages.Lets say my total for page 1 is 120, page 2 is 200, page 3 is 150. These numbers are in my footer next to the page number. Is there a way...
View ArticleVisibility in Column group
We have a group , subgroup and details section in the table.Once we drill down the group the subgroup and detail value becomes visible.Is it possible to hide the group when it drills so that only...
View ArticleHow can I get two rows for the same record using SSRS?
I have a report with too many columns to fit onto a landscape format. Is there a way to "divide" the record up to create two rows for the same record?
View Articleincrementing a variable in SSRS query (to define row position)
Hiusing MSVisual Studio 2008I'm trying to create an alias column called "row_number", for my where statement.for some reason the SSRS query is not incrementing.I have defined the parameter @num with a...
View ArticleNeed t-sql to list all enabled and scheduled SSRS jobs
Looking for T-SQL to generate a list of all SSRS "enabled, scheduled jobs" which run Reporting Services subscriptions. It must list "enabled, scheduled jobs" (disabled and/or unscheduled jobs must not...
View ArticleExpression Help
So I need to write an Expression to combine multiple values.My Values are listed below that are contained in a Dataset item called...
View ArticleParameter help
I have a report, the user can either enter consumer id, batch id or batch date.How do I make sure the user entering at least one parameter?Thanks
View Article